Searched refs:HIF_DEVICE_USB (Results 1 – 6 of 6) sorted by relevance
88 struct HIF_DEVICE_USB *hif_usb_device;96 extern QDF_STATUS usb_hif_submit_ctrl_in(struct HIF_DEVICE_USB *macp,102 extern QDF_STATUS usb_hif_submit_ctrl_out(struct HIF_DEVICE_USB *macp,108 QDF_STATUS usb_hif_setup_pipe_resources(struct HIF_DEVICE_USB *device);109 void usb_hif_cleanup_pipe_resources(struct HIF_DEVICE_USB *device);110 void usb_hif_prestart_recv_pipes(struct HIF_DEVICE_USB *device);111 void usb_hif_start_recv_pipes(struct HIF_DEVICE_USB *device);112 void usb_hif_flush_all(struct HIF_DEVICE_USB *device);
119 static QDF_STATUS hif_send_internal(struct HIF_DEVICE_USB *hif_usb_device, in hif_send_internal()125 struct HIF_DEVICE_USB *device = hif_usb_device; in hif_send_internal()281 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()347 struct HIF_DEVICE_USB *device = &sc->hif_hdl; in hif_usb_device_deinit()371 struct HIF_DEVICE_USB *device = &sc->hif_hdl; in hif_usb_device_init()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()[all …]
103 struct HIF_DEVICE_USB *device;115 struct HIF_DEVICE_USB { struct135 struct HIF_DEVICE_USB hif_hdl; argument
239 static uint8_t usb_hif_get_logical_pipe_num(struct HIF_DEVICE_USB *device, in usb_hif_get_logical_pipe_num()280 (struct HIF_DEVICE_USB *device, in usb_hif_get_logical_pipe_num()334 QDF_STATUS usb_hif_setup_pipe_resources(struct HIF_DEVICE_USB *device) in usb_hif_setup_pipe_resources()445 void usb_hif_cleanup_pipe_resources(struct HIF_DEVICE_USB *device) in usb_hif_cleanup_pipe_resources()489 void usb_hif_flush_all(struct HIF_DEVICE_USB *device) in usb_hif_flush_all()1048 void usb_hif_prestart_recv_pipes(struct HIF_DEVICE_USB *device) in usb_hif_prestart_recv_pipes()1076 void usb_hif_start_recv_pipes(struct HIF_DEVICE_USB *device) in usb_hif_start_recv_pipes()1129 QDF_STATUS usb_hif_submit_ctrl_out(struct HIF_DEVICE_USB *device, in usb_hif_submit_ctrl_out()1182 QDF_STATUS usb_hif_submit_ctrl_in(struct HIF_DEVICE_USB *device, in usb_hif_submit_ctrl_in()1235 struct HIF_DEVICE_USB *device; in usb_hif_io_complete()
345 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()
149 #define HIF_GET_USB_DEVICE(scn) ((struct HIF_DEVICE_USB *)scn)