Lines Matching refs:htc_target
21 struct htc_target;
104 struct htc_target { struct
193 int htc_init(struct htc_target *target);
194 int htc_connect_service(struct htc_target *target,
197 int htc_send(struct htc_target *target, struct sk_buff *skb);
198 int htc_send_epid(struct htc_target *target, struct sk_buff *skb,
200 void htc_stop(struct htc_target *target);
201 void htc_start(struct htc_target *target);
202 void htc_sta_drain(struct htc_target *target, u8 idx);
204 void ath9k_htc_rx_msg(struct htc_target *htc_handle,
206 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle,
209 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle,
212 void ath9k_htc_hw_free(struct htc_target *htc);
213 int ath9k_htc_hw_init(struct htc_target *target,
216 void ath9k_htc_hw_deinit(struct htc_target *target, bool hot_unplug);