| /device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
| D | Kconfig | 18 bool "Enable RGA debugfs" 23 Enable debugfs to debug multi RGA driver. 28 Enabling the debugger of multi RGA, you can use procfs and debugfs for debugging.
|
| /device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
| D | Kconfig | 18 bool "Enable RGA2 debugfs" 23 Enable debugfs to debug RGA driver. 28 Enabling the debugger of RGA2, you can use procfs and debugfs for debugging.
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/ |
| D | dw-mipi-dsi.c | 248 struct dentry *debugfs; member 1054 struct debugfs_entries debugfs[] = { in debugfs_create_files() local 1061 dsi->debugfs_vpg = kmemdup(debugfs, sizeof(debugfs), GFP_KERNEL); in debugfs_create_files() 1066 for (i = 0; i < ARRAY_SIZE(debugfs); i++) { in debugfs_create_files() 1067 …debugfs_create_file(dsi->debugfs_vpg[i].name, 0x1a4, dsi->debugfs, &dsi->debugfs_vpg[i], &fops_x32… in debugfs_create_files() 1073 dsi->debugfs = debugfs_create_dir(dev_name(dsi->dev), NULL); in dw_mipi_dsi_debugfs_init() 1074 if (IS_ERR(dsi->debugfs)) { in dw_mipi_dsi_debugfs_init() 1084 debugfs_remove_recursive(dsi->debugfs); in dw_mipi_dsi_debugfs_remove()
|
| /device/board/hisilicon/hispark_phoenix/linux/system/cfg/ |
| D | ohos_drv_mgr.cfg | 5 "mount debugfs none /sys/kernel/debug nodev"
|
| /device/qemu/riscv64_virt/linux/rootfs/ |
| D | init.qemu.riscv64.linux.cfg | 13 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
|
| /device/qemu/arm_virt/linux/rootfs/ |
| D | init.qemu.arm.linux.cfg | 13 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
|
| /device/qemu/x86_64_virt/linux/rootfs/ |
| D | init.qemu.x86_64.linux.cfg | 13 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
|
| /device/soc/rockchip/rk3588/kernel/drivers/regulator/ |
| D | internal.h | 47 struct dentry *debugfs; member
|
| /device/board/hisilicon/hispark_taurus/linux/system/cfg/ |
| D | init.Hi3516DV300.cfg | 9 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/ |
| D | Kconfig | 94 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled 295 bool "Enable runtime selection of performance counters set via debugfs" 300 available at runtime via debugfs. Kernel features that depend on an 303 If no runtime debugfs option is set, the build time counter set 310 No validation is done on the debugfs input. Invalid input could cause
|
| D | Mconfig | 91 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
|
| /device/soc/rockchip/common/sdk_linux/drivers/regulator/ |
| D | core.c | 1844 regulator->debugfs = debugfs_create_dir(supply_name, rdev->debugfs); in create_regulator() 1846 if (!regulator->debugfs) { in create_regulator() 1849 … debugfs_create_u32("uA_load", CORE_FILE_PROPERTY_B, regulator->debugfs, ®ulator->uA_load); in create_regulator() 1850 debugfs_create_u32("min_uV", CORE_FILE_PROPERTY_B, regulator->debugfs, in create_regulator() 1852 debugfs_create_u32("max_uV", CORE_FILE_PROPERTY_B, regulator->debugfs, in create_regulator() 1854 debugfs_create_file("constraint_flags", CORE_FILE_PROPERTY_B, regulator->debugfs, regulator, in create_regulator() 2291 debugfs_remove_recursive(regulator->debugfs); in destroy_regulator() 5110 debugfs_remove_recursive(rdev->debugfs); in rdev_deinit_debugfs() 5115 reg_debug->reg->debugfs = NULL; in rdev_deinit_debugfs() 5139 rdev->debugfs = debugfs_create_dir(rname, debugfs_root); in rdev_init_debugfs() [all …]
|
| /device/board/hihope/rk3568/cfg/ |
| D | init.rk3568.cfg | 9 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755",
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/ |
| D | nouveau_drv.h | 206 struct nouveau_debugfs *debugfs; member
|
| /device/board/hihope/dayu210/cfg/ |
| D | init.dayu210.cfg | 9 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755",
|
| /device/soc/rockchip/common/sdk_linux/include/linux/regulator/ |
| D | driver.h | 455 struct dentry *debugfs; member
|
| /device/soc/rockchip/common/sdk_linux/drivers/dma-buf/ |
| D | Kconfig | 68 debugfs (if DEBUG_FS enabled) and process_dmabuf_info file in procfs
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
| D | Kconfig | 56 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled 298 available at runtime via debugfs. Kernel features that depend on an
|
| D | Mconfig | 46 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
|
| /device/soc/rockchip/common/sdk_linux/drivers/iommu/ |
| D | Kconfig | 77 the use of debugfs by IOMMU drivers as required. Devices can, 158 the internal state of OMAP IOMMU in debugfs.
|
| /device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_vop.c | 207 struct dentry *debugfs; member 2511 vop->debugfs = debugfs_create_dir(dev_name(vop->dev), minor->debugfs_root); in vop_crtc_debugfs_init() 2513 if (!vop->debugfs) { in vop_crtc_debugfs_init() 2523 rockchip_drm_add_dump_buffer(crtc, vop->debugfs); in vop_crtc_debugfs_init() 2529 … drm_debugfs_create_files(vop->debugfs_files, ARRAY_SIZE(vop_debugfs_files), vop->debugfs, minor); in vop_crtc_debugfs_init() 2533 debugfs_remove(vop->debugfs); in vop_crtc_debugfs_init() 2534 vop->debugfs = NULL; in vop_crtc_debugfs_init()
|
| /device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
| D | Kconfig | 50 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
|
| /device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
| D | Kconfig | 50 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
|
| /device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/ |
| D | hdf.patch | 458 /* debugfs stuff */
|
| /device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/ |
| D | rockchip_drm_vop2.c | 657 struct dentry *debugfs; member 4863 vop2->debugfs = debugfs_create_dir(name, minor->debugfs_root); in vop2_crtc_debugfs_init() 4864 if (!vop2->debugfs) in vop2_crtc_debugfs_init() 4874 rockchip_drm_add_dump_buffer(crtc, vop2->debugfs); in vop2_crtc_debugfs_init() 4881 vop2->debugfs, in vop2_crtc_debugfs_init() 4885 debugfs_remove(vop2->debugfs); in vop2_crtc_debugfs_init() 4886 vop2->debugfs = NULL; in vop2_crtc_debugfs_init()
|