Home
last modified time | relevance | path

Searched refs:ieee80211_alloc_hw (Results 1 – 25 of 43) sorted by relevance

12

/kernel/linux/linux-5.10/drivers/net/wireless/ralink/rt2x00/
Drt2x00soc.c70 hw = ieee80211_alloc_hw(sizeof(struct rt2x00_dev), ops->hw); in rt2x00soc_probe()
Drt2x00pci.c95 hw = ieee80211_alloc_hw(sizeof(struct rt2x00_dev), ops->hw); in rt2x00pci_probe()
Drt2x00usb.c808 hw = ieee80211_alloc_hw(sizeof(struct rt2x00_dev), ops->hw); in rt2x00usb_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath9k/
Dahb.c110 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_ahb_probe()
Dpci.c951 hw = ieee80211_alloc_hw(sizeof(struct ath_softc), &ath9k_ops); in ath_pci_probe()
Dhtc_drv_init.c939 hw = ieee80211_alloc_hw(sizeof(struct ath9k_htc_priv), &ath9k_htc_ops); in ath9k_htc_probe_device()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath5k/
Dahb.c125 hw = ieee80211_alloc_hw(sizeof(struct ath5k_hw), &ath5k_hw_ops); in ath_ahb_probe()
Dpci.c249 hw = ieee80211_alloc_hw(sizeof(*ah), &ath5k_hw_ops); in ath5k_pci_probe()
/kernel/linux/linux-5.10/Documentation/driver-api/80211/
Dmac80211.rst39 ieee80211_alloc_hw
/kernel/linux/linux-5.10/drivers/net/wireless/st/cw1200/
Dmain.c259 hw = ieee80211_alloc_hw(sizeof(struct cw1200_common), &cw1200_ops); in cw1200_init_common()
/kernel/linux/linux-5.10/drivers/staging/wfx/
Dmain.c258 hw = ieee80211_alloc_hw(sizeof(struct wfx_dev), &wfx_ops); in wfx_init_common()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt7601u/
Dinit.c437 hw = ieee80211_alloc_hw(sizeof(*dev), &mt7601u_ops); in mt7601u_alloc_device()
/kernel/linux/linux-5.10/drivers/net/wireless/mediatek/mt76/
Dmac80211.c349 hw = ieee80211_alloc_hw(size, ops); in mt76_alloc_phy()
416 hw = ieee80211_alloc_hw(size, ops); in mt76_alloc_device()
/kernel/linux/linux-5.10/drivers/net/wireless/marvell/libertas_tf/
Dmain.c557 hw = ieee80211_alloc_hw(sizeof(struct lbtf_private), &lbtf_ops); in lbtf_add_card()
/kernel/linux/linux-5.10/drivers/net/wireless/intersil/p54/
Dmain.c732 dev = ieee80211_alloc_hw(priv_data_len, &p54_ops); in p54_init_common()
/kernel/linux/linux-5.10/drivers/staging/vt6656/
Dmain_usb.c1011 hw = ieee80211_alloc_hw(sizeof(struct vnt_private), &vnt_mac_ops); in vt6656_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/mvm/
Dops.c636 hw = ieee80211_alloc_hw(sizeof(struct iwl_op_mode) + in iwl_op_mode_mvm_start()
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wcn36xx/
Dmain.c1395 hw = ieee80211_alloc_hw(sizeof(struct wcn36xx), &wcn36xx_ops); in wcn36xx_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtlwifi/
Dusb.c1015 hw = ieee80211_alloc_hw(sizeof(struct rtl_priv) + in rtl_usb_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/intel/iwlwifi/dvm/
Dmac80211.c1615 hw = ieee80211_alloc_hw(sizeof(struct iwl_priv) + in iwl_alloc_all()
/kernel/linux/linux-5.10/drivers/net/wireless/zydas/zd1211rw/
Dzd_mac.c1362 hw = ieee80211_alloc_hw(sizeof(struct zd_mac), &zd_ops); in zd_mac_alloc_hw()
/kernel/linux/linux-5.10/drivers/net/wireless/ti/wl1251/
Dmain.c1575 hw = ieee80211_alloc_hw(sizeof(*wl), &wl1251_ops); in wl1251_alloc_hw()
/kernel/linux/linux-5.10/drivers/net/wireless/broadcom/brcm80211/brcmsmac/
Dmac80211_if.c1234 hw = ieee80211_alloc_hw(sizeof(struct brcms_info), &brcms_ops); in brcms_bcma_probe()
/kernel/linux/linux-5.10/drivers/staging/vt6655/
Ddevice_main.c1672 hw = ieee80211_alloc_hw(sizeof(*priv), &vnt_mac_ops); in vt6655_probe()
/kernel/linux/linux-5.10/drivers/net/wireless/realtek/rtw88/
Dpci.c1497 hw = ieee80211_alloc_hw(drv_data_size, &rtw_ops); in rtw_pci_probe()

12