Home
last modified time | relevance | path

Searched defs:hif_dev (Results 1 – 5 of 5) sorted by relevance

/linux-6.3-rc2/drivers/net/wireless/ath/ath9k/
A Dhif_usb.c140 struct hif_device_usb *hif_dev; in hif_usb_mgmt_cb() local
258 struct hif_device_usb *hif_dev; in hif_usb_tx_cb() local
310 static int __hif_usb_tx(struct hif_device_usb *hif_dev) in __hif_usb_tx()
428 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_start() local
440 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_stop() local
470 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_send() local
505 struct hif_device_usb *hif_dev = hif_handle; in hif_usb_sta_drain() local
675 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_rx_cb() local
722 struct hif_device_usb *hif_dev = rx_buf->hif_dev; in ath9k_hif_usb_reg_in_cb() local
1228 struct hif_device_usb *hif_dev = context; in ath9k_hif_usb_firmware_cb() local
[all …]
A Dhif_usb.h85 struct hif_device_usb *hif_dev; member
91 struct hif_device_usb *hif_dev; member
109 struct hif_device_usb *hif_dev; member
A Dhtc.h330 #define __STAT_SAFE(hif_dev, expr) do { ((hif_dev)->htc_handle->drv_priv ? (expr) : 0); } while (0) argument
334 #define TX_STAT_INC(hif_dev, c) \ argument
336 #define TX_STAT_ADD(hif_dev, c, a) \ argument
338 #define RX_STAT_INC(hif_dev, c) \ argument
340 #define RX_STAT_ADD(hif_dev, c, a) \ argument
381 #define TX_STAT_INC(hif_dev, c) do { } while (0) argument
382 #define TX_STAT_ADD(hif_dev, c, a) do { } while (0) argument
383 #define RX_STAT_INC(hif_dev, c) do { } while (0) argument
384 #define RX_STAT_ADD(hif_dev, c, a) do { } while (0) argument
A Dhtc_drv_init.c934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local
A Dhtc_hst.h117 void *hif_dev; member

Completed in 13 milliseconds