Home
last modified time | relevance | path

Searched refs:proc_ops (Results 1 – 6 of 6) sorted by relevance

/drivers/usb/host/
Dsl811-hcd.c1500 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()
Disp1362-hcd.c2181 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/
Dat91_udc.c227 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()
Dlpc32xx_udc.c571 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()
Domap_udc.c2449 static const struct file_operations proc_ops = { variable
2459 proc_create(proc_filename, 0, NULL, &proc_ops); in create_proc_file()
/drivers/char/ipmi/
Dipmi_msghandler.c2028 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()