Searched refs:proc_node_name (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 1053 static const char proc_node_name [] = "driver/udc"; variable 1720 remove_proc_entry(proc_node_name, NULL); in goku_remove() 1816 proc_create_single_data(proc_node_name, 0, NULL, udc_proc_read, dev); in goku_probe()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | goku_udc.c | 1055 static const char proc_node_name [] = "driver/udc"; variable 1721 remove_proc_entry(proc_node_name, NULL); in goku_remove() 1817 proc_create_single_data(proc_node_name, 0, NULL, udc_proc_read, dev); in goku_probe()
|
Completed in 5 milliseconds