|
10 | 10 | #include "core.h"
|
11 | 11 |
|
12 | 12 | struct ath12k_hif_ops {
|
13 |
| - u32 (*read32)(struct ath12k_base *sc, u32 address); |
14 |
| - void (*write32)(struct ath12k_base *sc, u32 address, u32 data); |
15 |
| - void (*irq_enable)(struct ath12k_base *sc); |
16 |
| - void (*irq_disable)(struct ath12k_base *sc); |
17 |
| - int (*start)(struct ath12k_base *sc); |
18 |
| - void (*stop)(struct ath12k_base *sc); |
19 |
| - int (*power_up)(struct ath12k_base *sc); |
20 |
| - void (*power_down)(struct ath12k_base *sc); |
| 13 | + u32 (*read32)(struct ath12k_base *ab, u32 address); |
| 14 | + void (*write32)(struct ath12k_base *ab, u32 address, u32 data); |
| 15 | + void (*irq_enable)(struct ath12k_base *ab); |
| 16 | + void (*irq_disable)(struct ath12k_base *ab); |
| 17 | + int (*start)(struct ath12k_base *ab); |
| 18 | + void (*stop)(struct ath12k_base *ab); |
| 19 | + int (*power_up)(struct ath12k_base *ab); |
| 20 | + void (*power_down)(struct ath12k_base *ab); |
21 | 21 | int (*suspend)(struct ath12k_base *ab);
|
22 | 22 | int (*resume)(struct ath12k_base *ab);
|
23 |
| - int (*map_service_to_pipe)(struct ath12k_base *sc, u16 service_id, |
| 23 | + int (*map_service_to_pipe)(struct ath12k_base *ab, u16 service_id, |
24 | 24 | u8 *ul_pipe, u8 *dl_pipe);
|
25 | 25 | int (*get_user_msi_vector)(struct ath12k_base *ab, char *user_name,
|
26 | 26 | int *num_vectors, u32 *user_base_data,
|
|
0 commit comments