Searched refs:device_root (Results 1 – 4 of 4) sorted by relevance
/linux/drivers/net/ethernet/qualcomm/ |
A D | qca_debug.c | 135 qca->device_root = debugfs_create_dir(dev_name(&qca->net_dev->dev), in qcaspi_init_device_debugfs() 138 debugfs_create_file("info", S_IFREG | 0444, qca->device_root, qca, in qcaspi_init_device_debugfs() 145 debugfs_remove_recursive(qca->device_root); in qcaspi_remove_device_debugfs()
|
A D | qca_spi.h | 101 struct dentry *device_root; member
|
/linux/drivers/pinctrl/ |
A D | core.c | 1893 struct dentry *device_root; in pinctrl_init_device_debugfs() local 1910 device_root = debugfs_create_dir(debugfs_name, debugfs_root); in pinctrl_init_device_debugfs() 1911 pctldev->device_root = device_root; in pinctrl_init_device_debugfs() 1913 if (IS_ERR(device_root) || !device_root) { in pinctrl_init_device_debugfs() 1919 device_root, pctldev, &pinctrl_pins_fops); in pinctrl_init_device_debugfs() 1921 device_root, pctldev, &pinctrl_groups_fops); in pinctrl_init_device_debugfs() 1923 device_root, pctldev, &pinctrl_gpioranges_fops); in pinctrl_init_device_debugfs() 1925 pinmux_init_device_debugfs(device_root, pctldev); in pinctrl_init_device_debugfs() 1927 pinconf_init_device_debugfs(device_root, pctldev); in pinctrl_init_device_debugfs() 1932 debugfs_remove_recursive(pctldev->device_root); in pinctrl_remove_device_debugfs()
|
A D | core.h | 63 struct dentry *device_root; member
|
Completed in 11 milliseconds