Home
last modified time | relevance | path

Searched refs:debugfs_ctx_directory (Results 1 - 8 of 8) sorted by relevance

/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h781 * @debugfs_ctx_directory: Directory inside the @mali_debugfs_directory containing
1020 struct dentry *debugfs_ctx_directory; member
1414 * inside kbase_device::debugfs_ctx_directory, containing
H A Dmali_kbase_core_linux.c710 debugfs_create_dir(kctx_name, kbdev->debugfs_ctx_directory); in kbase_file_create_kctx()
4426 kbdev->debugfs_ctx_directory = in kbase_device_debugfs_init()
4428 if (!kbdev->debugfs_ctx_directory) { in kbase_device_debugfs_init()
4444 debugfs_create_dir("defaults", kbdev->debugfs_ctx_directory); in kbase_device_debugfs_init()
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h1122 struct dentry *debugfs_ctx_directory; member
H A Dmali_kbase_core_linux.c1155 kctx->kctx_dentry = debugfs_create_dir(kctx_name, kbdev->debugfs_ctx_directory); in kbase_open()
3851 kbdev->debugfs_ctx_directory = debugfs_create_dir("ctx", kbdev->mali_debugfs_directory); in kbase_device_debugfs_init()
3852 if (!kbdev->debugfs_ctx_directory) { in kbase_device_debugfs_init()
3858 debugfs_ctx_defaults_directory = debugfs_create_dir("defaults", kbdev->debugfs_ctx_directory); in kbase_device_debugfs_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase_defs.h845 * @debugfs_ctx_directory: Directory inside the @mali_debugfs_directory containing
1109 struct dentry *debugfs_ctx_directory; member
1598 * inside kbase_device::debugfs_ctx_directory, containing
H A Dmali_kbase_core_linux.c652 kbdev->debugfs_ctx_directory); in kbase_file_create_kctx()
4744 kbdev->debugfs_ctx_directory = debugfs_create_dir("ctx", in kbase_device_debugfs_init()
4746 if (IS_ERR_OR_NULL(kbdev->debugfs_ctx_directory)) { in kbase_device_debugfs_init()
4761 kbdev->debugfs_ctx_directory); in kbase_device_debugfs_init()
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_defs.h1134 struct dentry *debugfs_ctx_directory; member
H A Dmali_kbase_core_linux.c1185 kbdev->debugfs_ctx_directory); in kbase_open()
4076 kbdev->debugfs_ctx_directory = debugfs_create_dir("ctx", in kbase_device_debugfs_init()
4078 if (!kbdev->debugfs_ctx_directory) { in kbase_device_debugfs_init()
4085 kbdev->debugfs_ctx_directory); in kbase_device_debugfs_init()

Completed in 37 milliseconds