Lines Matching refs:ops

107 	return ar->hif.ops->tx_sg(ar, pipe_id, items, n_items);  in ath10k_hif_tx_sg()
113 return ar->hif.ops->diag_read(ar, address, buf, buf_len); in ath10k_hif_diag_read()
119 if (!ar->hif.ops->diag_write) in ath10k_hif_diag_write()
122 return ar->hif.ops->diag_write(ar, address, data, nbytes); in ath10k_hif_diag_write()
129 return ar->hif.ops->exchange_bmi_msg(ar, request, request_len, in ath10k_hif_exchange_bmi_msg()
135 return ar->hif.ops->start(ar); in ath10k_hif_start()
140 return ar->hif.ops->stop(ar); in ath10k_hif_stop()
149 return ar->hif.ops->map_service_to_pipe(ar, service_id, in ath10k_hif_map_service_to_pipe()
157 ar->hif.ops->get_default_pipe(ar, ul_pipe, dl_pipe); in ath10k_hif_get_default_pipe()
163 ar->hif.ops->send_complete_check(ar, pipe_id, force); in ath10k_hif_send_complete_check()
169 ar->hif.ops->set_callbacks(ar, callbacks); in ath10k_hif_set_callbacks()
175 return ar->hif.ops->get_free_queue_number(ar, pipe_id); in ath10k_hif_get_free_queue_number()
180 return ar->hif.ops->power_up(ar); in ath10k_hif_power_up()
185 ar->hif.ops->power_down(ar); in ath10k_hif_power_down()
190 if (!ar->hif.ops->suspend) in ath10k_hif_suspend()
193 return ar->hif.ops->suspend(ar); in ath10k_hif_suspend()
198 if (!ar->hif.ops->resume) in ath10k_hif_resume()
201 return ar->hif.ops->resume(ar); in ath10k_hif_resume()
206 if (!ar->hif.ops->read32) { in ath10k_hif_read32()
211 return ar->hif.ops->read32(ar, address); in ath10k_hif_read32()
217 if (!ar->hif.ops->write32) { in ath10k_hif_write32()
222 ar->hif.ops->write32(ar, address, data); in ath10k_hif_write32()