Searched defs:devroot (Results 1 - 4 of 4) sorted by relevance

/drivers/pinctrl/
H A Dpinconf.h66 void pinconf_init_device_debugfs(struct dentry *devroot,
81 static inline void pinconf_init_device_debugfs(struct dentry *devroot, argument
H A Dpinmux.h93 void pinmux_init_device_debugfs(struct dentry *devroot,
108 static inline void pinmux_init_device_debugfs(struct dentry *devroot, argument
H A Dpinconf.c610 void pinconf_init_device_debugfs(struct dentry *devroot, argument
614 devroot, pctldev, &pinconf_pins_ops);
616 devroot, pctldev, &pinconf_groups_ops);
618 devroot, pctldev, &pinconf_dbg_pinconfig_fops);
H A Dpinmux.c662 void pinmux_init_device_debugfs(struct dentry *devroot, argument
666 devroot, pctldev, &pinmux_functions_ops);
668 devroot, pctldev, &pinmux_pins_ops);

Completed in 226 milliseconds