Searched refs:debugfs_root (Results 1 – 13 of 13) sorted by relevance
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
| 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/ |
| D | drm_file.h | 77 struct dentry *debugfs_root; member
|
| /device/soc/amlogic/a311d/soc/include/linux/amlogic/ |
| D | aml_sd.h | 202 struct dentry *debugfs_root; member
|
| /device/soc/rockchip/common/sdk_linux/include/linux/mmc/ |
| D | host.h | 438 struct dentry *debugfs_root; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
| 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_summ… in regulator_init()
|
| /device/soc/rockchip/common/sdk_linux/drivers/mmc/core/ |
| 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/ |
| D | rockchip_drm_drv.c | 1049 …eate_files(rockchip_debugfs_files, ARRAY_SIZE(rockchip_debugfs_files), minor->debugfs_root, minor); in rockchip_drm_debugfs_init()
|
| D | rockchip_drm_vop.c | 2511 vop->debugfs = debugfs_create_dir(dev_name(vop->dev), minor->debugfs_root); in vop_crtc_debugfs_init()
|
| D | rockchip_drm_vop2.c | 4851 vop2->debugfs = debugfs_create_dir(name, minor->debugfs_root); in vop2_crtc_debugfs_init()
|
| /device/board/isoftstone/yangfan/kernel/src/driv/gpu/rockchip/ |
| D | rockchip_drm_vop2.c | 5327 vop2->debugfs = debugfs_create_dir(name, minor->debugfs_root); in vop2_crtc_debugfs_init()
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_vop2.c | 4863 vop2->debugfs = debugfs_create_dir(name, minor->debugfs_root); in vop2_crtc_debugfs_init()
|
| /device/board/unionman/unionpi_tiger/kernel/build/ |
| D | linux-5.10.patch | 8401 struct dentry *debugfs_root;
|
| /device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
| D | kernel.patch | 20916 + minor->debugfs_root, minor); 25913 + minor->debugfs_root);
|