Searched defs:ath_bus_ops (Results 1 – 4 of 4) sorted by relevance
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath9k/ |
| D | hw.h | 993 struct ath_bus_ops { struct 994 enum ath_bus_type ath_bus_type; 995 void (*read_cachesize)(struct ath_common *common, int *csz); 996 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); 997 void (*bt_coex_prep)(struct ath_common *common); 998 void (*aspm_init)(struct ath_common *common);
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/ |
| D | hw.h | 991 struct ath_bus_ops { struct 992 enum ath_bus_type ath_bus_type; 993 void (*read_cachesize)(struct ath_common *common, int *csz); 994 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); 995 void (*bt_coex_prep)(struct ath_common *common); 996 void (*aspm_init)(struct ath_common *common);
|
| /kernel/linux/linux-6.6/drivers/net/wireless/ath/ath5k/ |
| D | ath5k.h | 1459 struct ath_bus_ops { struct 1460 enum ath_bus_type ath_bus_type; 1461 void (*read_cachesize)(struct ath_common *common, int *csz); 1462 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); 1463 int (*eeprom_read_mac)(struct ath5k_hw *ah, u8 *mac);
|
| /kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/ |
| D | ath5k.h | 1463 struct ath_bus_ops { struct 1464 enum ath_bus_type ath_bus_type; 1465 void (*read_cachesize)(struct ath_common *common, int *csz); 1466 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data); 1467 int (*eeprom_read_mac)(struct ath5k_hw *ah, u8 *mac);
|