Searched refs:htc_ops (Results 1 - 7 of 7) sorted by relevance

/linux-master/drivers/net/wireless/ath/ath6kl/
H A Dhtc-ops.h25 return ar->htc_ops->create(ar);
30 return target->dev->ar->htc_ops->wait_target(target);
35 return target->dev->ar->htc_ops->start(target);
42 return target->dev->ar->htc_ops->conn_service(target, req, resp);
48 return target->dev->ar->htc_ops->tx(target, packet);
53 return target->dev->ar->htc_ops->stop(target);
58 return target->dev->ar->htc_ops->cleanup(target);
65 return target->dev->ar->htc_ops->flush_txep(target, endpoint, tag);
70 return target->dev->ar->htc_ops->flush_rx_buf(target);
77 return target->dev->ar->htc_ops
[all...]
H A Dcore.h703 const struct ath6kl_htc_ops *htc_ops; member in struct:ath6kl
H A Dhtc_pipe.c1723 ar->htc_ops = &ath6kl_htc_pipe_ops;
H A Dhtc_mbox.c2929 ar->htc_ops = &ath6kl_htc_mbox_ops;
/linux-master/drivers/net/wireless/ath/ath10k/
H A Dhtc.h380 struct ath10k_htc_ops htc_ops; member in struct:ath10k_htc
H A Dhtc.c558 htc->htc_ops.target_send_suspend_complete(ar);
H A Dcore.c2983 ar->htc.htc_ops.target_send_suspend_complete =

Completed in 193 milliseconds