Searched refs:debug_filename (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | at91_udc.c | 100 static const char debug_filename[] = "driver/udc"; variable 239 udc->pde = proc_create_single_data(debug_filename, 0, NULL, in create_debug_file() 246 remove_proc_entry(debug_filename, NULL); in remove_debug_file()
|
H A D | lpc32xx_udc.c | 472 static const char debug_filename[] = "driver/udc"; variable 531 udc->pde = debugfs_create_file(debug_filename, 0, NULL, udc, &udc_fops); in create_debug_file()
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | at91_udc.c | 100 static const char debug_filename[] = "driver/udc"; variable 239 udc->pde = proc_create_single_data(debug_filename, 0, NULL, in create_debug_file() 246 remove_proc_entry(debug_filename, NULL); in remove_debug_file()
|
H A D | lpc32xx_udc.c | 471 static const char debug_filename[] = "driver/udc"; variable 530 debugfs_create_file(debug_filename, 0, NULL, udc, &udc_fops); in create_debug_file() 535 debugfs_lookup_and_remove(debug_filename, NULL); in remove_debug_file()
|
Completed in 14 milliseconds