Home
last modified time | relevance | path

Searched refs:debugfs (Results 1 – 25 of 31) sorted by relevance

12

/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/
DKconfig18 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/
DKconfig18 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/
Ddw-mipi-dsi.c248 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/
Dohos_drv_mgr.cfg5 "mount debugfs none /sys/kernel/debug nodev"
/device/qemu/riscv64_virt/linux/rootfs/
Dinit.qemu.riscv64.linux.cfg13 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
/device/qemu/arm_virt/linux/rootfs/
Dinit.qemu.arm.linux.cfg13 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
/device/qemu/x86_64_virt/linux/rootfs/
Dinit.qemu.x86_64.linux.cfg13 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
/device/soc/rockchip/rk3588/kernel/drivers/regulator/
Dinternal.h47 struct dentry *debugfs; member
/device/board/hisilicon/hispark_taurus/linux/system/cfg/
Dinit.Hi3516DV300.cfg9 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755"
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
DKconfig94 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
DMconfig91 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
/device/soc/rockchip/common/sdk_linux/drivers/regulator/
Dcore.c1844 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, &regulator->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/
Dinit.rk3568.cfg9 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755",
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/nouveau/
Dnouveau_drv.h206 struct nouveau_debugfs *debugfs; member
/device/board/hihope/dayu210/cfg/
Dinit.dayu210.cfg9 "mount debugfs /sys/kernel/debug /sys/kernel/debug mode=755",
/device/soc/rockchip/common/sdk_linux/include/linux/regulator/
Ddriver.h455 struct dentry *debugfs; member
/device/soc/rockchip/common/sdk_linux/drivers/dma-buf/
DKconfig68 debugfs (if DEBUG_FS enabled) and process_dmabuf_info file in procfs
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
DKconfig56 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
298 available at runtime via debugfs. Kernel features that depend on an
DMconfig46 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
/device/soc/rockchip/common/sdk_linux/drivers/iommu/
DKconfig77 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/
Drockchip_drm_vop.c207 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/
DKconfig50 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
DKconfig50 the "mali_trace" debugfs file, when the CONFIG_DEBUG_FS is enabled
/device/board/hihope/dayu210/kernel/kernel_patch/linux-5.10/dayu210_patch/
Dhdf.patch458 /* debugfs stuff */
/device/soc/rockchip/rk3588/kernel/drivers/gpu/drm/rockchip/
Drockchip_drm_vop2.c657 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()

12