Home
last modified time | relevance | path

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

/drivers/net/wireless/ath/ath9k/
A Dhtc_hst.c343 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
348 if (htc_handle->htc_flags & HTC_OP_START_WAIT) { in ath9k_htc_txcompletion_cb()
349 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb()
350 htc_handle->htc_flags &= ~HTC_OP_START_WAIT; in ath9k_htc_txcompletion_cb()
383 dev_err(htc_handle->dev, "ath: firmware panic! " in ath9k_htc_fw_panic_report()
392 dev_err(htc_handle->dev, "ath: firmware panic! " in ath9k_htc_fw_panic_report()
414 if (!htc_handle || !skb) in ath9k_htc_rx_msg()
430 ath9k_htc_fw_panic_report(htc_handle, skb, len); in ath9k_htc_rx_msg()
466 htc_process_target_rdy(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
472 htc_process_conn_rsp(htc_handle, htc_hdr); in ath9k_htc_rx_msg()
[all …]
A Dhtc_drv_init.c945 priv->htc = htc_handle; in ath9k_htc_probe_device()
967 htc_handle->drv_priv = priv; in ath9k_htc_probe_device()
977 hif_dev = htc_handle->hif_dev; in ath9k_htc_probe_device()
987 if (htc_handle->drv_priv) { in ath9k_htc_disconnect_device()
993 ath9k_deinit_device(htc_handle->drv_priv); in ath9k_htc_disconnect_device()
994 ath9k_stop_wmi(htc_handle->drv_priv); in ath9k_htc_disconnect_device()
995 ath9k_hif_usb_dealloc_urbs(htc_handle->hif_dev); in ath9k_htc_disconnect_device()
996 ath9k_destroy_wmi(htc_handle->drv_priv); in ath9k_htc_disconnect_device()
997 ieee80211_free_hw(htc_handle->drv_priv->hw); in ath9k_htc_disconnect_device()
1008 int ath9k_htc_resume(struct htc_target *htc_handle) in ath9k_htc_resume() argument
[all …]
A Dhtc.h329 #define __STAT_SAFE(hif_dev, expr) do { ((hif_dev)->htc_handle->drv_priv ? (expr) : 0); } while (0)
334 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c++)
336 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c += a)
338 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c++)
340 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c += a)
636 int ath9k_htc_probe_device(struct htc_target *htc_handle, struct device *dev,
638 void ath9k_htc_disconnect_device(struct htc_target *htc_handle, bool hotunplug);
640 void ath9k_htc_suspend(struct htc_target *htc_handle);
641 int ath9k_htc_resume(struct htc_target *htc_handle);
A Dhif_usb.c88 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle, in hif_usb_regout_cb()
242 ath9k_htc_txcompletion_cb(hif_dev->htc_handle, in ath9k_skb_queue_complete()
512 ath9k_htc_txcompletion_cb(hif_dev->htc_handle, in hif_usb_sta_drain()
769 ath9k_htc_rx_msg(hif_dev->htc_handle, skb, in ath9k_hif_usb_reg_in_cb()
1259 if (hif_dev->htc_handle == NULL) in ath9k_hif_usb_firmware_cb()
1271 ret = ath9k_htc_hw_init(hif_dev->htc_handle, in ath9k_hif_usb_firmware_cb()
1290 ath9k_htc_hw_free(hif_dev->htc_handle); in ath9k_hif_usb_firmware_cb()
1442 ath9k_htc_hw_free(hif_dev->htc_handle); in ath9k_hif_usb_disconnect()
1468 ath9k_htc_suspend(hif_dev->htc_handle); in ath9k_hif_usb_suspend()
1481 struct htc_target *htc_handle = hif_dev->htc_handle; in ath9k_hif_usb_resume() local
[all …]
A Dhtc_hst.h216 void ath9k_htc_rx_msg(struct htc_target *htc_handle,
218 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle,
A Dhif_usb.h122 struct htc_target *htc_handle; member

Completed in 18 milliseconds