Searched refs:devroot (Results 1 – 4 of 4) sorted by relevance
/linux-4.4.14/drivers/pinctrl/ |
D | pinmux.h | 93 void pinmux_init_device_debugfs(struct dentry *devroot, 108 static inline void pinmux_init_device_debugfs(struct dentry *devroot, in pinmux_init_device_debugfs() argument
|
D | pinconf.h | 66 void pinconf_init_device_debugfs(struct dentry *devroot, 81 static inline void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs() argument
|
D | pinconf.c | 605 void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs() argument 609 devroot, pctldev, &pinconf_pins_ops); in pinconf_init_device_debugfs() 611 devroot, pctldev, &pinconf_groups_ops); in pinconf_init_device_debugfs() 613 devroot, pctldev, &pinconf_dbg_pinconfig_fops); in pinconf_init_device_debugfs()
|
D | pinmux.c | 701 void pinmux_init_device_debugfs(struct dentry *devroot, in pinmux_init_device_debugfs() argument 705 devroot, pctldev, &pinmux_functions_ops); in pinmux_init_device_debugfs() 707 devroot, pctldev, &pinmux_pins_ops); in pinmux_init_device_debugfs()
|