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

/drivers/net/wireless/ath/ath9k/
H A Dhtc_hst.c318 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle, argument
324 if (htc_handle->htc_flags & HTC_OP_CONFIG_PIPE_CREDITS) {
325 complete(&htc_handle->cmd_wait);
326 htc_handle->htc_flags &= ~HTC_OP_CONFIG_PIPE_CREDITS;
330 if (htc_handle->htc_flags & HTC_OP_START_WAIT) {
331 complete(&htc_handle->cmd_wait);
332 htc_handle->htc_flags &= ~HTC_OP_START_WAIT;
338 endpoint = &htc_handle->endpoint[htc_hdr->endpoint_id];
364 void ath9k_htc_rx_msg(struct htc_target *htc_handle, argument
372 if (!htc_handle || !sk
[all...]
H A Dhif_usb.h94 struct htc_target *htc_handle; member in struct:hif_device_usb
H A Dhif_usb.c84 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle,
171 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle,
234 ath9k_htc_txcompletion_cb(hif_dev->htc_handle,
494 ath9k_htc_txcompletion_cb(hif_dev->htc_handle,
620 ath9k_htc_rx_msg(hif_dev->htc_handle, skb_pool[i],
705 ath9k_htc_rx_msg(hif_dev->htc_handle, skb,
1166 hif_dev->htc_handle = ath9k_htc_hw_alloc(hif_dev, &hif_usb,
1168 if (hif_dev->htc_handle == NULL) {
1186 ret = ath9k_htc_hw_init(hif_dev->htc_handle,
1201 ath9k_htc_hw_free(hif_dev->htc_handle);
1271 struct htc_target *htc_handle = hif_dev->htc_handle; local
[all...]
H A Dhtc_drv_init.c913 int ath9k_htc_probe_device(struct htc_target *htc_handle, struct device *dev, argument
926 priv->htc = htc_handle;
928 htc_handle->drv_priv = priv;
958 void ath9k_htc_disconnect_device(struct htc_target *htc_handle, bool hotunplug) argument
960 if (htc_handle->drv_priv) {
964 htc_handle->drv_priv->ah->ah_flags |= AH_UNPLUGGED;
966 ath9k_deinit_device(htc_handle->drv_priv);
967 ath9k_deinit_wmi(htc_handle->drv_priv);
968 ieee80211_free_hw(htc_handle->drv_priv->hw);
974 void ath9k_htc_suspend(struct htc_target *htc_handle) argument
979 ath9k_htc_resume(struct htc_target *htc_handle) argument
[all...]
/drivers/net/wireless/ath/ath6kl/
H A Dhtc.c129 int ath6kl_credit_setup(void *htc_handle, argument
143 ath6kl_htc_set_credit_dist(htc_handle, cred_info, servicepriority, 5);

Completed in 63 milliseconds