Searched defs:hif_dev (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/wireless/ath/ath9k/ |
H A D | hif_usb.h | 85 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 D | htc.h | 329 #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 D | htc_hst.h | 117 void *hif_dev; member
|
H A D | htc_drv_init.c | 934 struct hif_device_usb *hif_dev; in ath9k_htc_probe_device() local
|