Searched refs:htc_ops (Results 1 - 15 of 15) sorted by relevance
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath6kl/ |
H A D | htc-ops.h | 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 in ath6kl_htc_activity_changed() [all...] |
H A D | core.h | 703 const struct ath6kl_htc_ops *htc_ops; member
|
H A D | htc_pipe.c | 1724 ar->htc_ops = &ath6kl_htc_pipe_ops; in ath6kl_htc_pipe_attach()
|
H A D | htc_mbox.c | 2930 ar->htc_ops = &ath6kl_htc_mbox_ops; in ath6kl_htc_mbox_attach()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath6kl/ |
H A D | htc-ops.h | 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 in ath6kl_htc_activity_changed() [all...] |
H A D | core.h | 703 const struct ath6kl_htc_ops *htc_ops; member
|
H A D | htc_pipe.c | 1724 ar->htc_ops = &ath6kl_htc_pipe_ops; in ath6kl_htc_pipe_attach()
|
H A D | htc_mbox.c | 2930 ar->htc_ops = &ath6kl_htc_mbox_ops; in ath6kl_htc_mbox_attach()
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath11k/ |
H A D | htc.h | 287 struct ath11k_htc_ops htc_ops; member
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/ath10k/ |
H A D | htc.h | 394 struct ath10k_htc_ops htc_ops; member
|
H A D | htc.c | 544 htc->htc_ops.target_send_suspend_complete(ar); in ath10k_htc_control_rx_complete()
|
H A D | core.c | 2690 ar->htc.htc_ops.target_send_suspend_complete = in ath10k_core_start()
|
/kernel/linux/linux-6.6/drivers/net/wireless/ath/ath10k/ |
H A D | htc.h | 394 struct ath10k_htc_ops htc_ops; member
|
H A D | htc.c | 557 htc->htc_ops.target_send_suspend_complete(ar); in ath10k_htc_control_rx_complete()
|
H A D | core.c | 2981 ar->htc.htc_ops.target_send_suspend_complete = in ath10k_core_start()
|
Completed in 28 milliseconds