Searched refs:hif_ops (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/net/wireless/ath/ath6kl/ |
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 …]
|
D | core.h | 703 const struct ath6kl_hif_ops *hif_ops; member
|
D | usb.c | 1141 ar->hif_ops = &ath6kl_usb_ops; in ath6kl_usb_probe()
|
D | sdio.c | 1349 ar->hif_ops = &ath6kl_sdio_ops; in ath6kl_sdio_probe()
|
/linux-4.4.14/drivers/net/wireless/ath/ath10k/ |
D | core.h | 858 const struct ath10k_hif_ops *hif_ops);
|
D | core.c | 1942 const struct ath10k_hif_ops *hif_ops) in ath10k_core_create() argument 1955 ar->hif.ops = hif_ops; in ath10k_core_create()
|