Searched refs:devroot (Results 1 – 4 of 4) sorted by relevance
/Linux-v4.19/drivers/pinctrl/ |
D | pinconf.h | 75 void pinconf_init_device_debugfs(struct dentry *devroot, 90 static inline void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs() argument
|
D | pinmux.h | 92 void pinmux_init_device_debugfs(struct dentry *devroot, 107 static inline void pinmux_init_device_debugfs(struct dentry *devroot, in pinmux_init_device_debugfs() argument
|
D | pinconf.c | 612 void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs() argument 616 devroot, pctldev, &pinconf_pins_ops); in pinconf_init_device_debugfs() 618 devroot, pctldev, &pinconf_groups_ops); in pinconf_init_device_debugfs() 620 devroot, pctldev, &pinconf_dbg_pinconfig_fops); in pinconf_init_device_debugfs()
|
D | pinmux.c | 671 void pinmux_init_device_debugfs(struct dentry *devroot, in pinmux_init_device_debugfs() argument 675 devroot, pctldev, &pinmux_functions_ops); in pinmux_init_device_debugfs() 677 devroot, pctldev, &pinmux_pins_ops); in pinmux_init_device_debugfs()
|