Searched refs:hif_ops (Results 1 – 9 of 9) sorted by relevance
| /linux/drivers/net/wireless/ath/ath6kl/ |
| H A D | hif-ops.h | 32 return ar->hif_ops->read_write_sync(ar, addr, buf, len, request); in hif_read_write_sync() 43 return ar->hif_ops->write_async(ar, address, buffer, length, in hif_write_async() 50 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() 68 return ar->hif_ops->scatter_req_add(ar, s_req); in hif_scatter_req_add() 73 return ar->hif_ops->enable_scatter(ar); in ath6kl_hif_enable_scatter() 79 return ar->hif_ops->scat_req_rw(ar, scat_req); in ath6kl_hif_scat_req_rw() 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() [all …]
|
| H A D | core.h | 703 const struct ath6kl_hif_ops *hif_ops; member
|
| H A D | sdio.c | 1361 ar->hif_ops = &ath6kl_sdio_ops; in ath6kl_sdio_probe()
|
| /linux/drivers/net/wireless/rsi/ |
| H A D | rsi_91x_hal.c | 530 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in bl_write_cmd() local 540 status = hif_ops->master_reg_read(adapter, SWBL_REGIN, in bl_write_cmd() 562 status = hif_ops->master_reg_write(adapter, SWBL_REGIN, in bl_write_cmd() 577 status = hif_ops->master_reg_read(adapter, SWBL_REGOUT, in bl_write_cmd() 600 status = hif_ops->master_reg_write(adapter, SWBL_REGOUT, in bl_write_cmd() 653 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in bl_write_header() local 673 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header() 683 status = hif_ops->master_access_msword(adapter, write_addr); in bl_write_header() 692 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header() 725 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in ping_pong_write() local [all …]
|
| /linux/drivers/net/wireless/mediatek/mt76/ |
| H A D | mt792x.h | 274 #define mt792x_init_reset(dev) ((dev)->hif_ops->init_reset(dev)) 275 #define mt792x_dev_reset(dev) ((dev)->hif_ops->reset(dev)) 276 #define mt792x_mcu_init(dev) ((dev)->hif_ops->mcu_init(dev)) 277 #define __mt792x_mcu_drv_pmctrl(dev) ((dev)->hif_ops->drv_own(dev)) 278 #define __mt792x_mcu_fw_pmctrl(dev) ((dev)->hif_ops->fw_own(dev)) 327 const struct mt792x_hif_ops *hif_ops; member
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7925/ |
| H A D | usb.c | 170 static const struct mt792x_hif_ops hif_ops = { in mt7925u_probe() local 204 dev->hif_ops = &hif_ops; in mt7925u_probe()
|
| H A D | pci.c | 618 dev->hif_ops = &mt7925_pcie_ops; in mt7925_pci_probe()
|
| /linux/drivers/net/wireless/ath/ath11k/ |
| H A D | ahb.c | 1142 const struct ath11k_hif_ops *hif_ops; in ath11k_ahb_probe() local 1153 hif_ops = &ath11k_ahb_hif_ops_ipq8074; in ath11k_ahb_probe() 1157 hif_ops = &ath11k_ahb_hif_ops_wcn6750; in ath11k_ahb_probe() 1178 ab->hif.ops = hif_ops; in ath11k_ahb_probe()
|
| /linux/drivers/net/wireless/mediatek/mt76/mt7921/ |
| H A D | pci.c | 361 dev->hif_ops = &mt7921_pcie_ops; in mt7921_pci_probe()
|