Searched defs:htc_handle (Results 1 - 4 of 4) sorted by relevance

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c320 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, argument
326 if (htc_handle->htc_flags & HTC_OP_CONFIG_PIPE_CREDITS) {
327 complete(&htc_handle->cmd_wait);
328 htc_handle->htc_flags &= ~HTC_OP_CONFIG_PIPE_CREDITS;
332 if (htc_handle->htc_flags & HTC_OP_START_WAIT) {
333 complete(&htc_handle->cmd_wait);
334 htc_handle->htc_flags &= ~HTC_OP_START_WAIT;
340 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id];
361 static void ath9k_htc_fw_panic_report(struct htc_target *htc_handle, argument
371 dev_err(htc_handle
398 ath9k_htc_rx_msg(struct htc_target *htc_handle, struct sk_buff *skb, u32 len, u8 pipe_id) argument
[all...]
H A Dhif_usb.h97 struct htc_target *htc_handle; member in struct:hif_device_usb
H A Dhtc_drv_init.c766 int ath9k_htc_probe_device(struct htc_target *htc_handle, struct device *dev, argument
779 priv->htc = htc_handle;
781 htc_handle->drv_priv = priv;
811 void ath9k_htc_disconnect_device(struct htc_target *htc_handle, bool hotunplug) argument
813 if (htc_handle->drv_priv) {
817 htc_handle->drv_priv->ah->ah_flags |= AH_UNPLUGGED;
819 ath9k_deinit_device(htc_handle->drv_priv);
820 ath9k_deinit_wmi(htc_handle->drv_priv);
821 ieee80211_free_hw(htc_handle->drv_priv->hw);
827 void ath9k_htc_suspend(struct htc_target *htc_handle) argument
832 ath9k_htc_resume(struct htc_target *htc_handle) argument
[all...]
H A Dhif_usb.c89 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle,
176 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle,
242 ath9k_htc_txcompletion_cb(hif_dev->htc_handle,
504 ath9k_htc_txcompletion_cb(hif_dev->htc_handle,
631 ath9k_htc_rx_msg(hif_dev->htc_handle, skb_pool[i],
716 ath9k_htc_rx_msg(hif_dev->htc_handle, skb,
1094 hif_dev->htc_handle = ath9k_htc_hw_alloc(hif_dev, &hif_usb,
1096 if (hif_dev->htc_handle == NULL)
1108 ret = ath9k_htc_hw_init(hif_dev->htc_handle,
1127 ath9k_htc_hw_free(hif_dev->htc_handle);
1318 struct htc_target *htc_handle = hif_dev->htc_handle; local
[all...]

Completed in 349 milliseconds