Searched refs:usbhs_pkt_pop (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/renesas_usbhs/ |
H A D | fifo.h | 98 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt);
|
H A D | mod_gadget.c | 562 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 D | mod_host.c | 711 pkt = usbhs_pkt_pop(pipe, NULL); in usbhsh_queue_force_pop() 1040 usbhs_pkt_pop(pkt->pipe, pkt); in usbhsh_urb_dequeue()
|
H A D | fifo.c | 106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop() function
|
/kernel/linux/linux-6.6/drivers/usb/renesas_usbhs/ |
H A D | fifo.h | 98 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt);
|
H A D | mod_gadget.c | 562 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 D | mod_host.c | 711 pkt = usbhs_pkt_pop(pipe, NULL); in usbhsh_queue_force_pop() 1040 usbhs_pkt_pop(pkt->pipe, pkt); in usbhsh_urb_dequeue()
|
H A D | fifo.c | 106 struct usbhs_pkt *usbhs_pkt_pop(struct usbhs_pipe *pipe, struct usbhs_pkt *pkt) in usbhs_pkt_pop() function
|
Completed in 17 milliseconds