Searched refs:debugfs_root (Results 1 - 9 of 9) sorted by relevance
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_debugfs.c | 201 minor->debugfs_root = debugfs_create_dir(name, root); in drm_debugfs_init() 203 drm_debugfs_create_files(drm_debugfs_list, DRM_DEBUGFS_ENTRIES, minor->debugfs_root, minor); in drm_debugfs_init() 261 if (!minor->debugfs_root) { in drm_debugfs_cleanup() 267 debugfs_remove_recursive(minor->debugfs_root); in drm_debugfs_cleanup() 268 minor->debugfs_root = NULL; in drm_debugfs_cleanup() 408 if (!minor->debugfs_root) { in drm_debugfs_connector_add() 412 root = debugfs_create_dir(connector->name, minor->debugfs_root); in drm_debugfs_connector_add() 447 root = debugfs_create_dir(name, minor->debugfs_root); in drm_debugfs_crtc_add()
|
/device/soc/rockchip/common/sdk_linux/include/drm/ |
H A D | drm_file.h | 77 struct dentry *debugfs_root; member
|
/device/soc/rockchip/common/sdk_linux/include/linux/mmc/ |
H A D | host.h | 438 struct dentry *debugfs_root; member
|
/device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
H A D | core.c | 62 static struct dentry *debugfs_root;
variable 5139 rdev->debugfs = debugfs_create_dir(rname, debugfs_root);
in rdev_init_debugfs() 6105 debugfs_root = debugfs_create_dir("regulator", NULL);
in regulator_init() 6106 if (!debugfs_root) {
in regulator_init() 6111 debugfs_create_file("supply_map", CORE_FILE_PROPERTY_B, debugfs_root, NULL, &supply_map_fops);
in regulator_init() 6113 debugfs_create_file("regulator_summary", CORE_FILE_PROPERTY_B, debugfs_root, NULL, ®ulator_summary_fops);
in regulator_init()
|
/device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
H A D | block.c | 2829 if (!card->debugfs_root) {
in mmc_blk_add_debugfs() 2833 root = card->debugfs_root;
in mmc_blk_add_debugfs() 2854 if (!card->debugfs_root) {
in mmc_blk_remove_debugfs()
|
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_drv.c | 1049 drm_debugfs_create_files(rockchip_debugfs_files, ARRAY_SIZE(rockchip_debugfs_files), minor->debugfs_root, minor); in rockchip_drm_debugfs_init()
|
H A D | rockchip_drm_vop.c | 2511 vop->debugfs = debugfs_create_dir(dev_name(vop->dev), minor->debugfs_root); in vop_crtc_debugfs_init()
|
H A D | rockchip_drm_vop2.c | 4851 vop2->debugfs = debugfs_create_dir(name, minor->debugfs_root); in vop2_crtc_debugfs_init()
|
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
H A D | rockchip_drm_vop2.c | 4863 vop2->debugfs = debugfs_create_dir(name, minor->debugfs_root); in vop2_crtc_debugfs_init()
|
Completed in 49 milliseconds