Home
last modified time | relevance | path

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

/linux/drivers/net/wireless/ath/ath9k/
H 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
H A Dhtc.h329 #define __STAT_SAFE(hif_dev, expr) do { ((hif_dev)->htc_handle->drv_priv ? (expr) : 0); } while (0) argument
333 #define TX_STAT_INC(hif_dev, c) \ argument
335 #define TX_STAT_ADD(hif_dev, c, a) \ argument
337 #define RX_STAT_INC(hif_dev, c) \ argument
339 #define RX_STAT_ADD(hif_dev, c, a) \ argument
380 #define TX_STAT_INC(hif_dev, c) do { } while (0) argument
381 #define TX_STAT_ADD(hif_dev, c, a) do { } while (0) argument
382 #define RX_STAT_INC(hif_dev, c) do { } while (0) argument
383 #define RX_STAT_ADD(hif_dev, c, a) do { } while (0) argument
H A Dhtc_hst.h117 void *hif_dev; member
H A Dhtc_drv_init.c934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local