Lines Matching refs:htc_target

21 static int htc_issue_send(struct htc_target *target, struct sk_buff* skb,  in htc_issue_send()
87 static void htc_process_target_rdy(struct htc_target *target, in htc_process_target_rdy()
102 static void htc_process_conn_rsp(struct htc_target *target, in htc_process_conn_rsp()
147 static int htc_config_pipe_credits(struct htc_target *target) in htc_config_pipe_credits()
185 static int htc_setup_complete(struct htc_target *target) in htc_setup_complete()
223 int htc_init(struct htc_target *target) in htc_init()
234 int htc_connect_service(struct htc_target *target, in htc_connect_service()
293 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send()
301 int htc_send_epid(struct htc_target *target, struct sk_buff *skb, in htc_send_epid()
307 void htc_stop(struct htc_target *target) in htc_stop()
312 void htc_start(struct htc_target *target) in htc_start()
317 void htc_sta_drain(struct htc_target *target, u8 idx) in htc_sta_drain()
322 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, in ath9k_htc_txcompletion_cb()
361 static void ath9k_htc_fw_panic_report(struct htc_target *htc_handle, in ath9k_htc_fw_panic_report()
398 void ath9k_htc_rx_msg(struct htc_target *htc_handle, in ath9k_htc_rx_msg()
466 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle, in ath9k_htc_hw_alloc()
471 struct htc_target *target; in ath9k_htc_hw_alloc()
473 target = kzalloc(sizeof(struct htc_target), GFP_KERNEL); in ath9k_htc_hw_alloc()
494 void ath9k_htc_hw_free(struct htc_target *htc) in ath9k_htc_hw_free()
499 int ath9k_htc_hw_init(struct htc_target *target, in ath9k_htc_hw_init()
511 void ath9k_htc_hw_deinit(struct htc_target *target, bool hot_unplug) in ath9k_htc_hw_deinit()