Home
last modified time | relevance | path

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

/linux-3.3/drivers/net/wireless/ath/ath6kl/
Dhif-ops.h31 return ar->hif_ops->read_write_sync(ar, addr, buf, len, request); in hif_read_write_sync()
42 return ar->hif_ops->write_async(ar, address, buffer, length, in hif_write_async()
49 return ar->hif_ops->irq_enable(ar); in ath6kl_hif_irq_enable()
56 return ar->hif_ops->irq_disable(ar); in ath6kl_hif_irq_disable()
61 return ar->hif_ops->scatter_req_get(ar); in hif_scatter_req_get()
67 return ar->hif_ops->scatter_req_add(ar, s_req); in hif_scatter_req_add()
72 return ar->hif_ops->enable_scatter(ar); in ath6kl_hif_enable_scatter()
78 return ar->hif_ops->scat_req_rw(ar, scat_req); in ath6kl_hif_scat_req_rw()
83 return ar->hif_ops->cleanup_scatter(ar); in ath6kl_hif_cleanup_scatter()
91 return ar->hif_ops->suspend(ar, wow); in ath6kl_hif_suspend()
[all …]
Dcore.h509 const struct ath6kl_hif_ops *hif_ops; member
Dsdio.c1276 ar->hif_ops = &ath6kl_sdio_ops; in ath6kl_sdio_probe()