Home
last modified time | relevance | path

Searched refs:devroot (Results 1 – 4 of 4) sorted by relevance

/Linux-v4.19/drivers/pinctrl/
Dpinconf.h75 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
Dpinmux.h92 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
Dpinconf.c612 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()
Dpinmux.c671 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()