Lines Matching refs:HIF_USB_PIPE

37 static void usb_hif_post_recv_transfers(struct HIF_USB_PIPE *recv_pipe,
40 (struct HIF_USB_PIPE *recv_pipe,
52 static void usb_hif_free_urb_to_pipe(struct HIF_USB_PIPE *pipe, in usb_hif_free_urb_to_pipe()
67 struct HIF_URB_CONTEXT *usb_hif_alloc_urb_from_pipe(struct HIF_USB_PIPE *pipe) in usb_hif_alloc_urb_from_pipe()
91 (struct HIF_USB_PIPE *pipe) in usb_hif_dequeue_pending_transfer()
113 void usb_hif_enqueue_pending_transfer(struct HIF_USB_PIPE *pipe, in usb_hif_enqueue_pending_transfer()
144 (struct HIF_USB_PIPE *pipe, int urb_cnt) in usb_hif_alloc_pipe_resources()
191 static void usb_hif_free_pipe_resources(struct HIF_USB_PIPE *pipe) in usb_hif_free_pipe_resources()
342 struct HIF_USB_PIPE *pipe; in usb_hif_setup_pipe_resources()
459 static void usb_hif_flush_pending_transfers(struct HIF_USB_PIPE *pipe) in usb_hif_flush_pending_transfers()
492 struct HIF_USB_PIPE *pipe; in usb_hif_flush_all()
549 struct HIF_USB_PIPE *pipe = urb_context->pipe; in usb_hif_usb_recv_prestart_complete()
624 struct HIF_USB_PIPE *pipe = urb_context->pipe; in usb_hif_usb_recv_complete()
720 struct HIF_USB_PIPE *pipe = urb_context->pipe; in usb_hif_usb_recv_bundle_complete()
857 static void usb_hif_post_recv_prestart_transfers(struct HIF_USB_PIPE *recv_pipe, in usb_hif_post_recv_prestart_transfers()
923 static void usb_hif_post_recv_transfers(struct HIF_USB_PIPE *recv_pipe, in usb_hif_post_recv_transfers()
984 static void usb_hif_post_recv_bundle_transfers(struct HIF_USB_PIPE *recv_pipe, in usb_hif_post_recv_bundle_transfers()
1050 struct HIF_USB_PIPE *pipe; in usb_hif_prestart_recv_pipes()
1078 struct HIF_USB_PIPE *pipe; in usb_hif_start_recv_pipes()
1232 static void usb_hif_io_complete(struct HIF_USB_PIPE *pipe) in usb_hif_io_complete()
1291 struct HIF_USB_PIPE *pipe = (struct HIF_USB_PIPE *) context; in usb_hif_io_comp_tasklet()
1305 struct HIF_USB_PIPE *pipe = container_of(work, struct HIF_USB_PIPE, in usb_hif_io_comp_work()