Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/usb/gadget/udc/
Dat91_udc.c182 static int proc_udc_show(struct seq_file *s, void *unused) in proc_udc_show() function
240 proc_udc_show, udc); in create_debug_file()
Domap_udc.c2293 static int proc_udc_show(struct seq_file *s, void *_) in proc_udc_show() function
2437 proc_create_single(proc_filename, 0, NULL, proc_udc_show); in create_proc_file()
Dlpc32xx_udc.c496 static int proc_udc_show(struct seq_file *s, void *unused) in proc_udc_show() function
527 return single_open(file, proc_udc_show, PDE_DATA(inode)); in proc_udc_open()