Searched refs:devroot (Results  1 – 4 of 4) sorted by relevance
| /Linux-v6.6/drivers/pinctrl/ | 
| D | pinconf.h | 84 void pinconf_init_device_debugfs(struct dentry *devroot,99 static inline void pinconf_init_device_debugfs(struct dentry *devroot,  in pinconf_init_device_debugfs()  argument
 
 | 
| D | pinmux.h | 110 void pinmux_init_device_debugfs(struct dentry *devroot,125 static inline void pinmux_init_device_debugfs(struct dentry *devroot,  in pinmux_init_device_debugfs()  argument
 
 | 
| D | pinconf.c | 370 void pinconf_init_device_debugfs(struct dentry *devroot,  in pinconf_init_device_debugfs()  argument374 			    devroot, pctldev, &pinconf_pins_fops);  in pinconf_init_device_debugfs()
 376 			    devroot, pctldev, &pinconf_groups_fops);  in pinconf_init_device_debugfs()
 
 | 
| D | pinmux.c | 768 void pinmux_init_device_debugfs(struct dentry *devroot,  in pinmux_init_device_debugfs()  argument772 			    devroot, pctldev, &pinmux_functions_fops);  in pinmux_init_device_debugfs()
 774 			    devroot, pctldev, &pinmux_pins_fops);  in pinmux_init_device_debugfs()
 776 			    devroot, pctldev, &pinmux_select_ops);  in pinmux_init_device_debugfs()
 
 |