Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath6kl/
Dhif-ops.h32 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 …]
Dcore.h702 const struct ath6kl_hif_ops *hif_ops; member
Dusb.c1154 ar->hif_ops = &ath6kl_usb_ops; in ath6kl_usb_probe()
Dsdio.c1361 ar->hif_ops = &ath6kl_sdio_ops; in ath6kl_sdio_probe()
/drivers/net/wireless/rsi/
Drsi_91x_hal.c525 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in bl_write_cmd() local
535 status = hif_ops->master_reg_read(adapter, SWBL_REGIN, in bl_write_cmd()
557 status = hif_ops->master_reg_write(adapter, SWBL_REGIN, in bl_write_cmd()
572 status = hif_ops->master_reg_read(adapter, SWBL_REGOUT, in bl_write_cmd()
595 status = hif_ops->master_reg_write(adapter, SWBL_REGOUT, in bl_write_cmd()
648 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in bl_write_header() local
668 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header()
678 status = hif_ops->master_access_msword(adapter, write_addr); in bl_write_header()
687 status = hif_ops->write_reg_multiple(adapter, write_addr, in bl_write_header()
720 struct rsi_host_intf_ops *hif_ops = adapter->host_intf_ops; in ping_pong_write() local
[all …]
/drivers/net/wireless/ath/ath10k/
Dcore.h1303 const struct ath10k_hif_ops *hif_ops);
Dcore.c3245 const struct ath10k_hif_ops *hif_ops) in ath10k_core_create() argument
3258 ar->hif.ops = hif_ops; in ath10k_core_create()