Home
last modified time | relevance | path

Searched refs:ath_bus_type (Results 1 – 13 of 13) sorted by relevance

/drivers/net/wireless/ath/ath5k/
Dath5k.h1462 enum ath_bus_type ath_bus_type; member
1660 static inline enum ath_bus_type ath5k_get_bus_type(struct ath5k_hw *ah) in ath5k_get_bus_type()
1662 return ath5k_hw_common(ah)->bus_ops->ath_bus_type; in ath5k_get_bus_type()
Dpci.c148 .ath_bus_type = ATH_PCI,
/drivers/net/wireless/ath/ath9k/
Dahb.c74 .ath_bus_type = ATH_AHB,
Dhw.h120 (ath9k_hw_common(ah)->bus_ops->ath_bus_type \
934 enum ath_bus_type ath_bus_type; member
Dar5008_phy.c724 && (common->bus_ops->ath_bus_type != ATH_USB)) { in ar5008_hw_process_ini()
756 && (common->bus_ops->ath_bus_type != ATH_USB)) { in ar5008_hw_process_ini()
Dhw.c460 if (common->bus_ops->ath_bus_type != ATH_USB) { in ath9k_hw_post_init()
632 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_init()
1650 if (common->bus_ops->ath_bus_type == ATH_USB) { in ath9k_hw_init_desc()
1677 if (AR_SREV_9280(ah) && common->bus_ops->ath_bus_type == ATH_PCI) in ath9k_hw_do_fastcc()
Dpci.c787 .ath_bus_type = ATH_PCI,
Deeprom_def.c123 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_def_fill_eeprom()
383 if ((common->bus_ops->ath_bus_type == ATH_USB) && in ath9k_hw_def_check_eeprom()
Dhtc_drv_init.c395 .ath_bus_type = ATH_USB,
Dinit.c365 if (common->bus_ops->ath_bus_type != ATH_PCI) in ath9k_init_pcoem_platform()
Deeprom_9287.c67 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_ar9287_fill_eeprom()
Deeprom_4k.c64 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_4k_fill_eeprom()
/drivers/net/wireless/ath/
Dath.h69 enum ath_bus_type { enum