Lines Matching refs:htc_target
21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb, in htc_issue_send()
88 static void htc_process_target_rdy(struct htc_target *target, in htc_process_target_rdy()
103 static void htc_process_conn_rsp(struct htc_target *target, in htc_process_conn_rsp()
145 static int htc_config_pipe_credits(struct htc_target *target) in htc_config_pipe_credits()
183 static int htc_setup_complete(struct htc_target *target) in htc_setup_complete()
221 int htc_init(struct htc_target *target) in htc_init()
232 int htc_connect_service(struct htc_target *target, in htc_connect_service()
291 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send()
299 int htc_send_epid(struct htc_target *target, struct sk_buff *skb, in htc_send_epid()
305 void htc_stop(struct htc_target *target) in htc_stop()
310 void htc_start(struct htc_target *target) in htc_start()
315 void htc_sta_drain(struct htc_target *target, u8 idx) in htc_sta_drain()
320 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, in ath9k_htc_txcompletion_cb()
368 void ath9k_htc_rx_msg(struct htc_target *htc_handle, in ath9k_htc_rx_msg()
430 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle, in ath9k_htc_hw_alloc()
435 struct htc_target *target; in ath9k_htc_hw_alloc()
437 target = kzalloc(sizeof(struct htc_target), GFP_KERNEL); in ath9k_htc_hw_alloc()
458 void ath9k_htc_hw_free(struct htc_target *htc) in ath9k_htc_hw_free()
463 int ath9k_htc_hw_init(struct htc_target *target, in ath9k_htc_hw_init()
475 void ath9k_htc_hw_deinit(struct htc_target *target, bool hot_unplug) in ath9k_htc_hw_deinit()