Searched defs:ath11k_hif_ops (Results 1 – 2 of 2) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath11k/ |
| D | hif.h | 11 struct ath11k_hif_ops { struct 12 u32 (*read32)(struct ath11k_base *sc, u32 address); 13 void (*write32)(struct ath11k_base *sc, u32 address, u32 data); 14 int (*read)(struct ath11k_base *ab, void *buf, u32 start, u32 end); 15 void (*irq_enable)(struct ath11k_base *sc); 16 void (*irq_disable)(struct ath11k_base *sc); 17 int (*start)(struct ath11k_base *sc); 18 void (*stop)(struct ath11k_base *sc); 19 int (*power_up)(struct ath11k_base *sc); 20 void (*power_down)(struct ath11k_base *sc); [all …]
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
| D | hif.h | 11 struct ath11k_hif_ops { struct 12 u32 (*read32)(struct ath11k_base *sc, u32 address); 13 void (*write32)(struct ath11k_base *sc, u32 address, u32 data); 14 void (*irq_enable)(struct ath11k_base *sc); 15 void (*irq_disable)(struct ath11k_base *sc); 16 int (*start)(struct ath11k_base *sc); 17 void (*stop)(struct ath11k_base *sc); 18 int (*power_up)(struct ath11k_base *sc); 19 void (*power_down)(struct ath11k_base *sc); 20 int (*map_service_to_pipe)(struct ath11k_base *sc, u16 service_id, [all …]
|