Lines Matching refs:hif_ops

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()
102 return ar->hif_ops->diag_read32(ar, address, value); in ath6kl_hif_diag_read32()
112 return ar->hif_ops->diag_write32(ar, address, value); in ath6kl_hif_diag_write32()
117 return ar->hif_ops->bmi_read(ar, buf, len); in ath6kl_hif_bmi_read()
122 return ar->hif_ops->bmi_write(ar, buf, len); in ath6kl_hif_bmi_write()
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()
150 ar->hif_ops->stop(ar); in ath6kl_hif_stop()
159 return ar->hif_ops->pipe_send(ar, pipe, hdr_buf, buf); in ath6kl_hif_pipe_send()
167 ar->hif_ops->pipe_get_default(ar, ul_pipe, dl_pipe); in ath6kl_hif_pipe_get_default()
176 return ar->hif_ops->pipe_map_service(ar, service_id, ul_pipe, dl_pipe); in ath6kl_hif_pipe_map_service()
184 return ar->hif_ops->pipe_get_free_queue_number(ar, pipe); in ath6kl_hif_pipe_get_free_queue_number()