Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/renesas_usbhs/
H A Dfifo.h98 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt);
H A Dmod_gadget.c562 pkt = usbhs_pkt_pop(pipe, NULL); in usbhsg_pipe_disable()
711 usbhs_pkt_pop(pipe, usbhsg_ureq_to_pkt(ureq)); in usbhsg_ep_dequeue()
H A Dmod_host.c711 pkt = usbhs_pkt_pop(pipe, NULL); in usbhsh_queue_force_pop()
1040 usbhs_pkt_pop(pkt->pipe, pkt); in usbhsh_urb_dequeue()
H A Dfifo.c106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop() function