Home
last modified time | relevance | path

Searched refs:HIF_USB_PIPE (Results 1 – 4 of 4) sorted by relevance

/wlan-driver/qca-wifi-host-cmn/hif/src/usb/
H A Dusbdrv.c37 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()
[all …]
H A Dhif_usb_internal.h71 struct HIF_USB_PIPE;
75 struct HIF_USB_PIPE *pipe;
114 void usb_hif_enqueue_pending_transfer(struct HIF_USB_PIPE *pipe,
117 struct HIF_URB_CONTEXT *usb_hif_alloc_urb_from_pipe(struct HIF_USB_PIPE *pipe);
H A Dif_usb.h93 struct HIF_USB_PIPE { struct
124 struct HIF_USB_PIPE pipes[HIF_USB_PIPE_MAX]; argument
H A Dhif_usb.c77 struct HIF_USB_PIPE *pipe = urb_context->pipe; in usb_hif_usb_transmit_complete()
126 struct HIF_USB_PIPE *pipe = &device->pipes[pipe_id]; in hif_send_internal()
298 struct HIF_USB_PIPE *pipe = &device->pipes[pipe_id]; in hif_get_free_queue_number()
375 struct HIF_USB_PIPE *pipe; in hif_usb_device_init()
782 struct HIF_USB_PIPE *pipe = NULL; in hif_dump_info()