Lines Matching refs:htc_target
21 struct htc_target;
116 struct htc_target { struct
205 int htc_init(struct htc_target *target);
206 int htc_connect_service(struct htc_target *target,
209 int htc_send(struct htc_target *target, struct sk_buff *skb);
210 int htc_send_epid(struct htc_target *target, struct sk_buff *skb,
212 void htc_stop(struct htc_target *target);
213 void htc_start(struct htc_target *target);
214 void htc_sta_drain(struct htc_target *target, u8 idx);
216 void ath9k_htc_rx_msg(struct htc_target *htc_handle,
218 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle,
221 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle,
224 void ath9k_htc_hw_free(struct htc_target *htc);
225 int ath9k_htc_hw_init(struct htc_target *target,
228 void ath9k_htc_hw_deinit(struct htc_target *target, bool hot_unplug);