Home
last modified time | relevance | path

Searched refs:kbase_device_debugfs_init (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/
H A Dmali_kbase.h203 int kbase_device_debugfs_init(struct kbase_device *kbdev);
205 static inline int kbase_device_debugfs_init(struct kbase_device *kbdev) in kbase_device_debugfs_init() function
H A Dmali_kbase_core_linux.c5016 int kbase_device_debugfs_init(struct kbase_device *kbdev) in kbase_device_debugfs_init() function
/OK3568_Linux_fs/kernel/drivers/gpu/arm/bifrost/device/backend/
H A Dmali_kbase_device_jm.c265 { kbase_device_debugfs_init, kbase_device_debugfs_term, "DebugFS initialization failed" },
H A Dmali_kbase_device_csf.c332 { kbase_device_debugfs_init, kbase_device_debugfs_term, "DebugFS initialization failed" },
/OK3568_Linux_fs/kernel/drivers/gpu/arm/midgard/
H A Dmali_kbase_core_linux.c4063 static int kbase_device_debugfs_init(struct kbase_device *kbdev) in kbase_device_debugfs_init() function
4167 static inline int kbase_device_debugfs_init(struct kbase_device *kbdev) in kbase_device_debugfs_init() function
4620 err = kbase_device_debugfs_init(kbdev); in kbase_platform_device_probe()