Home
last modified time | relevance | path

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

/openbmc/linux/drivers/pinctrl/
H A Dpinconf.h84 void pinconf_init_device_debugfs(struct dentry *devroot,
99 static inline void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs() argument
H A Dpinmux.h110 void pinmux_init_device_debugfs(struct dentry *devroot,
125 static inline void pinmux_init_device_debugfs(struct dentry *devroot, in pinmux_init_device_debugfs() argument
H A Dpinconf.c370 void pinconf_init_device_debugfs(struct dentry *devroot, in pinconf_init_device_debugfs() argument
374 devroot, pctldev, &pinconf_pins_fops); in pinconf_init_device_debugfs()
376 devroot, pctldev, &pinconf_groups_fops); in pinconf_init_device_debugfs()
H A Dpinmux.c787 void pinmux_init_device_debugfs(struct dentry *devroot, in pinmux_init_device_debugfs() argument
791 devroot, pctldev, &pinmux_functions_fops); in pinmux_init_device_debugfs()
793 devroot, pctldev, &pinmux_pins_fops); in pinmux_init_device_debugfs()
795 devroot, pctldev, &pinmux_select_ops); in pinmux_init_device_debugfs()