Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath5k/
Dath5k.h1464 enum ath_bus_type ath_bus_type; member
1690 static inline enum ath_bus_type ath5k_get_bus_type(struct ath5k_hw *ah) in ath5k_get_bus_type()
1692 return ath5k_hw_common(ah)->bus_ops->ath_bus_type; in ath5k_get_bus_type()
Dahb.c78 .ath_bus_type = ATH_AHB,
Dpci.c148 .ath_bus_type = ATH_PCI,
/drivers/net/wireless/ath/ath9k/
Dahb.c78 .ath_bus_type = ATH_AHB,
Dhw.h134 (ath9k_hw_common(ah)->bus_ops->ath_bus_type \
982 enum ath_bus_type ath_bus_type; member
Dar5008_phy.c749 && (common->bus_ops->ath_bus_type != ATH_USB)) { in ar5008_hw_process_ini()
781 && (common->bus_ops->ath_bus_type != ATH_USB)) { in ar5008_hw_process_ini()
Dhw.c519 if (common->bus_ops->ath_bus_type != ATH_USB) { in ath9k_hw_post_init()
696 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_init()
1732 if (common->bus_ops->ath_bus_type == ATH_USB) { in ath9k_hw_init_desc()
1760 if (AR_SREV_9280(ah) && common->bus_ops->ath_bus_type == ATH_PCI) in ath9k_hw_do_fastcc()
Dpci.c883 .ath_bus_type = ATH_PCI,
Deeprom_def.c123 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_def_fill_eeprom()
372 if ((common->bus_ops->ath_bus_type == ATH_USB) && in ath9k_hw_def_check_eeprom()
Dhtc_drv_init.c541 .ath_bus_type = ATH_USB,
Dinit.c401 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.h70 enum ath_bus_type { enum