Searched refs:devroot (Results 1 – 4 of 4) sorted by relevance
/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 | 610 void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs() argument 614 devroot, pctldev, &pinconf_pins_ops); in pinconf_init_device_debugfs() 616 devroot, pctldev, &pinconf_groups_ops); in pinconf_init_device_debugfs() 618 devroot, pctldev, &pinconf_dbg_pinconfig_fops); in pinconf_init_device_debugfs()
|
D | pinmux.c | 662 void pinmux_init_device_debugfs(struct dentry *devroot, in pinmux_init_device_debugfs() argument 666 devroot, pctldev, &pinmux_functions_ops); in pinmux_init_device_debugfs() 668 devroot, pctldev, &pinmux_pins_ops); in pinmux_init_device_debugfs()
|