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()
148 static int htc_config_pipe_credits(struct htc_target *target) in htc_config_pipe_credits()
186 static int htc_setup_complete(struct htc_target *target) in htc_setup_complete()
224 int htc_init(struct htc_target *target) in htc_init()
235 int htc_connect_service(struct htc_target *target, in htc_connect_service()
298 int htc_send(struct htc_target *target, struct sk_buff *skb) in htc_send()
306 int htc_send_epid(struct htc_target *target, struct sk_buff *skb, in htc_send_epid()
312 void htc_stop(struct htc_target *target) in htc_stop()
317 void htc_start(struct htc_target *target) in htc_start()
322 void htc_sta_drain(struct htc_target *target, u8 idx) in htc_sta_drain()
327 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, in ath9k_htc_txcompletion_cb()
366 static void ath9k_htc_fw_panic_report(struct htc_target *htc_handle, in ath9k_htc_fw_panic_report()
397 void ath9k_htc_rx_msg(struct htc_target *htc_handle, in ath9k_htc_rx_msg()
484 struct htc_target *ath9k_htc_hw_alloc(void *hif_handle, in ath9k_htc_hw_alloc()
489 struct htc_target *target; in ath9k_htc_hw_alloc()
491 target = kzalloc(sizeof(struct htc_target), GFP_KERNEL); in ath9k_htc_hw_alloc()
512 void ath9k_htc_hw_free(struct htc_target *htc) in ath9k_htc_hw_free()
517 int ath9k_htc_hw_init(struct htc_target *target, in ath9k_htc_hw_init()
529 void ath9k_htc_hw_deinit(struct htc_target *target, bool hot_unplug) in ath9k_htc_hw_deinit()