Home
last modified time | relevance | path

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

/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_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