Searched refs:proc_ep_show (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | at91_udc.c | 105 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) in proc_ep_show() function 228 proc_ep_show(s, &udc->ep[0]); in proc_udc_show() 231 proc_ep_show(s, ep); in proc_udc_show()
|
H A D | lpc32xx_udc.c | 474 static void proc_ep_show(struct seq_file *s, struct lpc32xx_ep *ep) in proc_ep_show() function 517 proc_ep_show(s, &udc->ep[0]); in udc_show() 519 proc_ep_show(s, ep); in udc_show()
|
H A D | omap_udc.c | 2141 static void proc_ep_show(struct seq_file *s, struct omap_ep *ep) in proc_ep_show() function 2423 proc_ep_show(s, &udc->ep[0]); in proc_udc_show() 2428 proc_ep_show(s, ep); in proc_udc_show()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | at91_udc.c | 105 static void proc_ep_show(struct seq_file *s, struct at91_ep *ep) in proc_ep_show() function 228 proc_ep_show(s, &udc->ep[0]); in proc_udc_show() 231 proc_ep_show(s, ep); in proc_udc_show()
|
H A D | omap_udc.c | 2141 static void proc_ep_show(struct seq_file *s, struct omap_ep *ep) in proc_ep_show() function 2423 proc_ep_show(s, &udc->ep[0]); in proc_udc_show() 2428 proc_ep_show(s, ep); in proc_udc_show()
|
H A D | lpc32xx_udc.c | 473 static void proc_ep_show(struct seq_file *s, struct lpc32xx_ep *ep) in proc_ep_show() function 516 proc_ep_show(s, &udc->ep[0]); in udc_show() 518 proc_ep_show(s, ep); in udc_show()
|
Completed in 25 milliseconds