Home
last modified time | relevance | path

Searched refs:hif_ops (Results 1 – 12 of 12) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/ath6kl/
A Dhif-ops.h50 return ar->hif_ops->irq_enable(ar); in ath6kl_hif_irq_enable()
57 return ar->hif_ops->irq_disable(ar); in ath6kl_hif_irq_disable()
62 return ar->hif_ops->scatter_req_get(ar); in hif_scatter_req_get()
73 return ar->hif_ops->enable_scatter(ar); in ath6kl_hif_enable_scatter()
84 return ar->hif_ops->cleanup_scatter(ar); in ath6kl_hif_cleanup_scatter()
92 return ar->hif_ops->suspend(ar, wow); in ath6kl_hif_suspend()
117 return ar->hif_ops->bmi_read(ar, buf, len); in ath6kl_hif_bmi_read()
129 return ar->hif_ops->resume(ar); in ath6kl_hif_resume()
136 return ar->hif_ops->power_on(ar); in ath6kl_hif_power_on()
143 return ar->hif_ops->power_off(ar); in ath6kl_hif_power_off()
[all …]
A Dcore.h702 const struct ath6kl_hif_ops *hif_ops; member
A Dusb.c1162 ar->hif_ops = &ath6kl_usb_ops; in ath6kl_usb_probe()
A Dsdio.c1361 ar->hif_ops = &ath6kl_sdio_ops; in ath6kl_sdio_probe()
/linux-6.3-rc2/drivers/net/wireless/rsi/
A Drsi_91x_hal.c532 status = hif_ops->master_reg_read(adapter, SWBL_REGIN, in bl_write_cmd()
554 status = hif_ops->master_reg_write(adapter, SWBL_REGIN, in bl_write_cmd()
569 status = hif_ops->master_reg_read(adapter, SWBL_REGOUT, in bl_write_cmd()
592 status = hif_ops->master_reg_write(adapter, SWBL_REGOUT, in bl_write_cmd()
665 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header()
684 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header()
851 status = hif_ops->master_reg_read(adapter, SWBL_REGOUT, in rsi_hal_prepare_fwload()
875 status = hif_ops->master_reg_write(adapter, SWBL_REGOUT, in rsi_hal_prepare_fwload()
1080 status = hif_ops->load_data_master_write(adapter, dest, in rsi_load_9116_firmware()
1097 status = hif_ops->load_data_master_write(adapter, in rsi_load_9116_firmware()
[all …]
/linux-6.3-rc2/drivers/net/wireless/mediatek/mt76/mt7921/
A Dmt7921.h269 #define mt7921_init_reset(dev) ((dev)->hif_ops->init_reset(dev))
270 #define mt7921_dev_reset(dev) ((dev)->hif_ops->reset(dev))
271 #define mt7921_mcu_init(dev) ((dev)->hif_ops->mcu_init(dev))
272 #define __mt7921_mcu_drv_pmctrl(dev) ((dev)->hif_ops->drv_own(dev))
273 #define __mt7921_mcu_fw_pmctrl(dev) ((dev)->hif_ops->fw_own(dev))
307 const struct mt7921_hif_ops *hif_ops; member
A Dusb.c192 static const struct mt7921_hif_ops hif_ops = { in mt7921u_probe() local
240 dev->hif_ops = &hif_ops; in mt7921u_probe()
A Dsdio.c158 dev->hif_ops = &mt7921_sdio_ops; in mt7921s_probe()
A Dpci.c319 dev->hif_ops = &mt7921_pcie_ops; in mt7921_pci_probe()
/linux-6.3-rc2/drivers/net/wireless/ath/ath11k/
A Dahb.c1108 const struct ath11k_hif_ops *hif_ops; in ath11k_ahb_probe() local
1124 hif_ops = &ath11k_ahb_hif_ops_ipq8074; in ath11k_ahb_probe()
1128 hif_ops = &ath11k_ahb_hif_ops_wcn6750; in ath11k_ahb_probe()
1149 ab->hif.ops = hif_ops; in ath11k_ahb_probe()
/linux-6.3-rc2/drivers/net/wireless/ath/ath10k/
A Dcore.h1325 const struct ath10k_hif_ops *hif_ops);
A Dcore.c3555 const struct ath10k_hif_ops *hif_ops) in ath10k_core_create() argument
3568 ar->hif.ops = hif_ops; in ath10k_core_create()

Completed in 43 milliseconds