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

/linux-master/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);
711 usbhs_pkt_pop(pipe, usbhsg_ureq_to_pkt(ureq));
H A Dmod_host.c711 pkt = usbhs_pkt_pop(pipe, NULL);
1040 usbhs_pkt_pop(pkt->pipe, pkt);
H A Dfifo.c106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) function

Completed in 256 milliseconds