Searched refs:htc_ops (Results 1 – 7 of 7) sorted by relevance
25 return ar->htc_ops->create(ar); in ath6kl_htc_create()30 return target->dev->ar->htc_ops->wait_target(target); in ath6kl_htc_wait_target()35 return target->dev->ar->htc_ops->start(target); in ath6kl_htc_start()42 return target->dev->ar->htc_ops->conn_service(target, req, resp); in ath6kl_htc_conn_service()48 return target->dev->ar->htc_ops->tx(target, packet); in ath6kl_htc_tx()53 return target->dev->ar->htc_ops->stop(target); in ath6kl_htc_stop()58 return target->dev->ar->htc_ops->cleanup(target); in ath6kl_htc_cleanup()65 return target->dev->ar->htc_ops->flush_txep(target, endpoint, tag); in ath6kl_htc_flush_txep()70 return target->dev->ar->htc_ops->flush_rx_buf(target); in ath6kl_htc_flush_rx_buf()77 return target->dev->ar->htc_ops->activity_changed(target, endpoint, in ath6kl_htc_activity_changed()[all …]
703 const struct ath6kl_htc_ops *htc_ops; member
1724 ar->htc_ops = &ath6kl_htc_pipe_ops; in ath6kl_htc_pipe_attach()
2930 ar->htc_ops = &ath6kl_htc_mbox_ops; in ath6kl_htc_mbox_attach()
394 struct ath10k_htc_ops htc_ops; member
548 htc->htc_ops.target_send_suspend_complete(ar); in ath10k_htc_control_rx_complete()
2955 ar->htc.htc_ops.target_send_suspend_complete = in ath10k_core_start()