Searched refs:htc_handle (Results 1 - 6 of 6) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/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];
366 void ath9k_htc_rx_msg(struct htc_target *htc_handle, argument
374 if (!htc_handle || !sk
[all...]
H A Dhif_usb.h88 struct htc_target *htc_handle; member in struct:hif_device_usb
H A Dhtc_drv_init.c805 int ath9k_htc_probe_device(struct htc_target *htc_handle, struct device *dev, argument
818 priv->htc = htc_handle;
820 htc_handle->drv_priv = priv;
853 void ath9k_htc_disconnect_device(struct htc_target *htc_handle, bool hotunplug) argument
855 if (htc_handle->drv_priv) {
859 htc_handle->drv_priv->op_flags |= OP_UNPLUGGED;
861 ath9k_deinit_device(htc_handle->drv_priv);
862 ath9k_deinit_wmi(htc_handle->drv_priv);
863 ieee80211_free_hw(htc_handle->drv_priv->hw);
868 int ath9k_htc_resume(struct htc_target *htc_handle) argument
[all...]
H A Dhtc.h247 #define TX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c++)
248 #define RX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.rx_stats.c++)
444 int ath9k_htc_probe_device(struct htc_target *htc_handle, struct device *dev,
446 void ath9k_htc_disconnect_device(struct htc_target *htc_handle, bool hotunplug);
448 int ath9k_htc_resume(struct htc_target *htc_handle);
H A Dhif_usb.c70 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle,
187 ath9k_htc_txcompletion_cb(hif_dev->htc_handle,
482 ath9k_htc_rx_msg(hif_dev->htc_handle, skb_pool[i],
564 ath9k_htc_rx_msg(hif_dev->htc_handle, skb,
939 hif_dev->htc_handle = ath9k_htc_hw_alloc(hif_dev, &hif_usb,
941 if (hif_dev->htc_handle == NULL) {
970 ret = ath9k_htc_hw_init(hif_dev->htc_handle,
984 ath9k_htc_hw_free(hif_dev->htc_handle);
1018 ath9k_htc_hw_deinit(hif_dev->htc_handle,
1020 ath9k_htc_hw_free(hif_dev->htc_handle);
[all...]
H A Dhtc_hst.h232 void ath9k_htc_rx_msg(struct htc_target *htc_handle,
234 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle,

Completed in 182 milliseconds