Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/renesas_usbhs/
Dfifo.h106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt);
Dmod_gadget.c560 pkt = usbhs_pkt_pop(pipe, NULL); in usbhsg_pipe_disable()
689 usbhs_pkt_pop(pipe, usbhsg_ureq_to_pkt(ureq)); in usbhsg_ep_dequeue()
Dmod_host.c726 pkt = usbhs_pkt_pop(pipe, NULL); in usbhsh_queue_force_pop()
1054 usbhs_pkt_pop(pkt->pipe, pkt); in usbhsh_urb_dequeue()
Dfifo.c118 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop() function