Home
last modified time | relevance | path

Searched refs:HIF_GET_USB_DEVICE (Results 1 – 3 of 3) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
Dhif_usb.c281 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(scn); in hif_send_head()
297 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(scn); in hif_get_free_queue_number()
319 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(scn); in hif_post_init()
333 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(scn); in hif_detach_htc()
435 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(scn); in hif_start()
459 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(hif_sc); in hif_usb_stop_device()
555 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(scn); in hif_map_service_to_pipe()
688 struct HIF_DEVICE_USB *macp = HIF_GET_USB_DEVICE(scn); in hif_exchange_bmi_msg()
714 struct HIF_DEVICE_USB *macp = HIF_GET_USB_DEVICE(scn); in hif_diag_read_access()
757 struct HIF_DEVICE_USB *macp = HIF_GET_USB_DEVICE(scn); in hif_diag_write_access()
[all …]
Dif_usb.c345 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(hif_ctx); in hif_usb_bus_suspend()
366 struct HIF_DEVICE_USB *device = HIF_GET_USB_DEVICE(hif_ctx); in hif_usb_bus_resume()
/wlan-driver/qca-wifi-host-cmn/hif/src/
Dhif_main.h149 #define HIF_GET_USB_DEVICE(scn) ((struct HIF_DEVICE_USB *)scn) macro