Lines Matching refs:ops
96 return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items); in ath10k_hif_tx_sg()
102 return ar->hif.ops->diag_read(ar, address, buf, buf_len); in ath10k_hif_diag_read()
108 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write()
111 return ar->hif.ops->diag_write(ar, address, data, nbytes); in ath10k_hif_diag_write()
118 return ar->hif.ops->exchange_bmi_msg(ar, request, request_len, in ath10k_hif_exchange_bmi_msg()
124 return ar->hif.ops->start(ar); in ath10k_hif_start()
129 return ar->hif.ops->stop(ar); in ath10k_hif_stop()
136 return ar->hif.ops->map_service_to_pipe(ar, service_id, in ath10k_hif_map_service_to_pipe()
143 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe()
149 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check()
155 return ar->hif.ops->get_free_queue_number(ar, pipe_id); in ath10k_hif_get_free_queue_number()
160 return ar->hif.ops->power_up(ar); in ath10k_hif_power_up()
165 ar->hif.ops->power_down(ar); in ath10k_hif_power_down()
170 if (!ar->hif.ops->suspend) in ath10k_hif_suspend()
173 return ar->hif.ops->suspend(ar); in ath10k_hif_suspend()
178 if (!ar->hif.ops->resume) in ath10k_hif_resume()
181 return ar->hif.ops->resume(ar); in ath10k_hif_resume()
186 if (!ar->hif.ops->read32) { in ath10k_hif_read32()
191 return ar->hif.ops->read32(ar, address); in ath10k_hif_read32()
197 if (!ar->hif.ops->write32) { in ath10k_hif_write32()
202 ar->hif.ops->write32(ar, address, data); in ath10k_hif_write32()