Searched refs:proc_ops (Results 1 – 6 of 6) sorted by relevance
/drivers/usb/host/ |
D | sl811-hcd.c | 1500 static const struct file_operations proc_ops = { variable 1512 sl811->pde = proc_create_data(proc_filename, 0, NULL, &proc_ops, sl811); in create_debug_file()
|
D | isp1362-hcd.c | 2181 static const struct file_operations proc_ops = { variable 2195 pde = proc_create_data(proc_filename, 0, NULL, &proc_ops, isp1362_hcd); in create_debug_file()
|
/drivers/usb/gadget/ |
D | at91_udc.c | 227 static const struct file_operations proc_ops = { variable 237 udc->pde = proc_create_data(debug_filename, 0, NULL, &proc_ops, udc); in create_debug_file()
|
D | lpc32xx_udc.c | 571 static const struct file_operations proc_ops = { variable 581 udc->pde = debugfs_create_file(debug_filename, 0, NULL, udc, &proc_ops); in create_debug_file()
|
D | omap_udc.c | 2449 static const struct file_operations proc_ops = { variable 2459 proc_create(proc_filename, 0, NULL, &proc_ops); in create_proc_file()
|
/drivers/char/ipmi/ |
D | ipmi_msghandler.c | 2028 const struct file_operations *proc_ops, in ipmi_smi_add_proc_entry() argument 2046 file = proc_create_data(name, 0, smi->proc_dir, proc_ops, data); in ipmi_smi_add_proc_entry()
|