Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/net/wireless/ath/
Dath.h68 enum ath_bus_type { enum
330 static inline const char *ath_bus_type_to_string(enum ath_bus_type bustype) in ath_bus_type_to_string()
/linux-6.1.9/drivers/net/wireless/ath/ath5k/
Dath5k.h1460 enum ath_bus_type ath_bus_type; member
1686 static inline enum ath_bus_type ath5k_get_bus_type(struct ath5k_hw *ah) in ath5k_get_bus_type()
1688 return ath5k_hw_common(ah)->bus_ops->ath_bus_type; in ath5k_get_bus_type()
Dahb.c78 .ath_bus_type = ATH_AHB,
Dpci.c147 .ath_bus_type = ATH_PCI,
/linux-6.1.9/drivers/net/wireless/ath/ath9k/
Dahb.c67 .ath_bus_type = ATH_AHB,
Dhw.h134 (ath9k_hw_common(ah)->bus_ops->ath_bus_type \
994 enum ath_bus_type ath_bus_type; member
Dinit.c458 if (common->bus_ops->ath_bus_type != ATH_PCI) in ath9k_init_pcoem_platform()
671 enum ath_bus_type bus_type = common->bus_ops->ath_bus_type; in ath9k_of_init()
Dar5008_phy.c764 && (common->bus_ops->ath_bus_type != ATH_USB)) { in ar5008_hw_process_ini()
796 && (common->bus_ops->ath_bus_type != ATH_USB)) { in ar5008_hw_process_ini()
Dpci.c880 .ath_bus_type = ATH_PCI,
Deeprom_def.c128 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_def_fill_eeprom()
324 if ((common->bus_ops->ath_bus_type == ATH_USB) && in ath9k_hw_def_check_eeprom()
Dhw.c521 if (common->bus_ops->ath_bus_type != ATH_USB) { in ath9k_hw_post_init()
693 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_init()
1765 if (common->bus_ops->ath_bus_type == ATH_USB) { in ath9k_hw_init_desc()
1793 if (AR_SREV_9280(ah) && common->bus_ops->ath_bus_type == ATH_PCI) in ath9k_hw_do_fastcc()
Deeprom_9287.c72 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_ar9287_fill_eeprom()
Dhtc_drv_init.c539 .ath_bus_type = ATH_USB,
Deeprom_4k.c69 if (common->bus_ops->ath_bus_type == ATH_USB) in ath9k_hw_4k_fill_eeprom()