Searched refs:hif_dev (Results 1 – 5 of 5) sorted by relevance
/Linux-v4.19/drivers/net/wireless/ath/ath9k/ |
D | hif_usb.c | 71 static int __hif_usb_tx(struct hif_device_usb *hif_dev); 90 ath9k_htc_txcompletion_cb(cmd->hif_dev->htc_handle, in hif_usb_regout_cb() 101 static int hif_usb_send_regout(struct hif_device_usb *hif_dev, in hif_usb_send_regout() argument 119 cmd->hif_dev = hif_dev; in hif_usb_send_regout() 121 usb_fill_int_urb(urb, hif_dev->udev, in hif_usb_send_regout() 122 usb_sndintpipe(hif_dev->udev, USB_REG_OUT_PIPE), in hif_usb_send_regout() 126 usb_anchor_urb(urb, &hif_dev->regout_submitted); in hif_usb_send_regout() 140 struct hif_device_usb *hif_dev; in hif_usb_mgmt_cb() local 144 if (!cmd || !cmd->skb || !cmd->hif_dev) in hif_usb_mgmt_cb() 147 hif_dev = cmd->hif_dev; in hif_usb_mgmt_cb() [all …]
|
D | hif_usb.h | 85 struct hif_device_usb *hif_dev; member 104 struct hif_device_usb *hif_dev; member
|
D | htc_hst.c | 34 status = target->hif->send(target->hif_dev, endpoint->ul_pipeid, skb); in htc_issue_send() 306 target->hif->stop(target->hif_dev); in htc_stop() 311 target->hif->start(target->hif_dev); in htc_start() 316 target->hif->sta_drain(target->hif_dev, idx); in htc_sta_drain() 476 target->hif_dev = hif_handle; in ath9k_htc_hw_alloc()
|
D | htc.h | 329 #define TX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c++) 330 #define TX_STAT_ADD(c, a) (hif_dev->htc_handle->drv_priv->debug.tx_stats.c += a) 331 #define RX_STAT_INC(c) (hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c++) 332 #define RX_STAT_ADD(c, a) (hif_dev->htc_handle->drv_priv->debug.skbrx_stats.c += a)
|
D | htc_hst.h | 117 void *hif_dev; member
|