Searched defs:ath_bus_ops (Results 1 – 2 of 2) sorted by relevance
1046 struct ath_bus_ops { struct1047 enum ath_bus_type ath_bus_type;1048 void (*read_cachesize)(struct ath_common *common, int *csz);1049 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);1050 void (*bt_coex_prep)(struct ath_common *common);1051 void (*extn_synch_en)(struct ath_common *common);1052 void (*aspm_init)(struct ath_common *common);
1455 struct ath_bus_ops { struct1456 enum ath_bus_type ath_bus_type;1457 void (*read_cachesize)(struct ath_common *common, int *csz);1458 bool (*eeprom_read)(struct ath_common *common, u32 off, u16 *data);1459 int (*eeprom_read_mac)(struct ath5k_hw *ah, u8 *mac);