Searched refs:proc_filename (Results 1 - 4 of 4) sorted by relevance

/drivers/usb/host/
H A Dsl811-hcd.c1509 static const char proc_filename[] = "driver/sl811h"; variable
1513 sl811->pde = proc_create_data(proc_filename, 0, NULL, &proc_ops, sl811);
1519 remove_proc_entry(proc_filename, NULL);
H A Disp1362-hcd.c2190 static const char proc_filename[] = "driver/isp1362"; variable
2196 pde = create_proc_entry(proc_filename, 0, NULL);
2198 pr_warning("%s: Failed to create debug file '%s'\n", __func__, proc_filename);
2210 remove_proc_entry(proc_filename, NULL);
/drivers/usb/gadget/
H A Dfsl_udc_core.c2048 static const char proc_filename[] = "driver/fsl_usb2_udc"; variable
2290 #define create_proc_file() create_proc_read_entry(proc_filename, \
2293 #define remove_proc_file() remove_proc_entry(proc_filename, NULL)
H A Domap_udc.c2227 static const char proc_filename[] = "driver/udc"; variable
2533 proc_create(proc_filename, 0, NULL, &proc_ops);
2538 remove_proc_entry(proc_filename, NULL);

Completed in 76 milliseconds