Searched refs:htc_handle (Results 1 – 6 of 6) sorted by relevance
/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/ |
A D | htc_hst.c | 334 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb() 339 if (htc_handle->htc_flags & HTC_OP_START_WAIT) { in ath9k_htc_txcompletion_cb() 340 complete(&htc_handle->cmd_wait); in ath9k_htc_txcompletion_cb() 341 htc_handle->htc_flags &= ~HTC_OP_START_WAIT; in ath9k_htc_txcompletion_cb() 374 dev_err(htc_handle->dev, "ath: firmware panic! " in ath9k_htc_fw_panic_report() 383 dev_err(htc_handle->dev, "ath: firmware panic! " in ath9k_htc_fw_panic_report() 405 if (!htc_handle || !skb) in ath9k_htc_rx_msg() 421 ath9k_htc_fw_panic_report(htc_handle, skb, len); in ath9k_htc_rx_msg() 457 htc_process_target_rdy(htc_handle, htc_hdr); in ath9k_htc_rx_msg() 463 htc_process_conn_rsp(htc_handle, htc_hdr); in ath9k_htc_rx_msg() [all …]
|
A D | htc.h | 330 #define __STAT_SAFE(hif_dev, expr) do { ((hif_dev)->htc_handle->drv_priv ? (expr) : 0); } while (0) 335 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c++) 337 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.tx_stats.c += a) 339 __STAT_SAFE((hif_dev), (hif_dev)->htc_handle->drv_priv->debug.skbrx_stats.c++) 341 __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 D | htc_drv_init.c | 945 priv->htc = htc_handle; in ath9k_htc_probe_device() 967 htc_handle->drv_priv = priv; in ath9k_htc_probe_device() 983 if (htc_handle->drv_priv) { in ath9k_htc_disconnect_device() 987 htc_handle->drv_priv->ah->ah_flags |= AH_UNPLUGGED; in ath9k_htc_disconnect_device() 989 ath9k_deinit_device(htc_handle->drv_priv); in ath9k_htc_disconnect_device() 990 ath9k_stop_wmi(htc_handle->drv_priv); in ath9k_htc_disconnect_device() 992 ath9k_destroy_wmi(htc_handle->drv_priv); in ath9k_htc_disconnect_device() 993 ieee80211_free_hw(htc_handle->drv_priv->hw); in ath9k_htc_disconnect_device() 999 void ath9k_htc_suspend(struct htc_target *htc_handle) in ath9k_htc_suspend() argument 1004 int ath9k_htc_resume(struct htc_target *htc_handle) in ath9k_htc_resume() argument [all …]
|
A D | hif_usb.c | 178 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle, in hif_usb_mgmt_cb() 244 ath9k_htc_txcompletion_cb(hif_dev->htc_handle, in ath9k_skb_queue_complete() 514 ath9k_htc_txcompletion_cb(hif_dev->htc_handle, in hif_usb_sta_drain() 755 ath9k_htc_rx_msg(hif_dev->htc_handle, skb, in ath9k_hif_usb_reg_in_cb() 1244 if (hif_dev->htc_handle == NULL) in ath9k_hif_usb_firmware_cb() 1256 ret = ath9k_htc_hw_init(hif_dev->htc_handle, in ath9k_hif_usb_firmware_cb() 1275 ath9k_htc_hw_free(hif_dev->htc_handle); in ath9k_hif_usb_firmware_cb() 1427 ath9k_htc_hw_free(hif_dev->htc_handle); in ath9k_hif_usb_disconnect() 1453 ath9k_htc_suspend(hif_dev->htc_handle); in ath9k_hif_usb_suspend() 1466 struct htc_target *htc_handle = hif_dev->htc_handle; in ath9k_hif_usb_resume() local [all …]
|
A D | htc_hst.h | 216 void ath9k_htc_rx_msg(struct htc_target *htc_handle, 218 void ath9k_htc_txcompletion_cb(struct htc_target *htc_handle,
|
A D | hif_usb.h | 122 struct htc_target *htc_handle; member
|
Completed in 16 milliseconds