Searched refs:procfs_dir (Results 1 – 9 of 9) sorted by relevance
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga2/ |
| H A D | rga2_debugger.c | 308 proc_remove(debugger->procfs_dir); in rga_procfs_remove_files() 309 debugger->procfs_dir = NULL; in rga_procfs_remove_files() 375 debugger->procfs_dir = proc_mkdir(RGA_DEBUGGER_ROOT_NAME, NULL); in rga2_procfs_init() 376 if (IS_ERR_OR_NULL(debugger->procfs_dir)) { in rga2_procfs_init() 378 debugger->procfs_dir = NULL; in rga2_procfs_init() 383 debugger->procfs_dir, debugger); in rga2_procfs_init()
|
| H A D | rga2_debugger.h | 34 struct proc_dir_entry *procfs_dir; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/ |
| H A D | rve_debugger.c | 475 proc_remove(debugger->procfs_dir); in rve_procfs_remove_files() 476 debugger->procfs_dir = NULL; in rve_procfs_remove_files() 544 debugger->procfs_dir = proc_mkdir(RVE_DEBUGGER_ROOT_NAME, NULL); in rve_procfs_init() 545 if (IS_ERR_OR_NULL(debugger->procfs_dir)) { in rve_procfs_init() 547 debugger->procfs_dir = NULL; in rve_procfs_init() 552 debugger->procfs_dir, debugger); in rve_procfs_init()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/ |
| H A D | rknpu_debugger.c | 495 proc_remove(debugger->procfs_dir); in rknpu_procfs_remove_files() 496 debugger->procfs_dir = NULL; in rknpu_procfs_remove_files() 557 debugger->procfs_dir = proc_mkdir(RKNPU_DEBUGGER_ROOT_NAME, NULL); in rknpu_procfs_init() 558 if (IS_ERR_OR_NULL(debugger->procfs_dir)) { in rknpu_procfs_init() 560 debugger->procfs_dir = NULL; in rknpu_procfs_init() 566 debugger->procfs_dir, debugger); in rknpu_procfs_init()
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/ |
| H A D | rga_debugger.c | 659 proc_remove(debugger->procfs_dir); in rga_procfs_remove_files() 660 debugger->procfs_dir = NULL; in rga_procfs_remove_files() 728 debugger->procfs_dir = proc_mkdir(RGA_DEBUGGER_ROOT_NAME, NULL); in rga_procfs_init() 729 if (IS_ERR_OR_NULL(debugger->procfs_dir)) { in rga_procfs_init() 731 debugger->procfs_dir = NULL; in rga_procfs_init() 736 debugger->procfs_dir, debugger); in rga_procfs_init()
|
| /OK3568_Linux_fs/kernel/drivers/rknpu/include/ |
| H A D | rknpu_debugger.h | 27 struct proc_dir_entry *procfs_dir; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rve/include/ |
| H A D | rve_debugger.h | 41 struct proc_dir_entry *procfs_dir; member
|
| /OK3568_Linux_fs/kernel/drivers/video/rockchip/rga3/include/ |
| H A D | rga_debugger.h | 44 struct proc_dir_entry *procfs_dir; member
|
| /OK3568_Linux_fs/kernel/lib/ |
| H A D | dynamic_debug.c | 1032 struct proc_dir_entry *procfs_dir; in dynamic_debug_init_control() local 1046 procfs_dir = proc_mkdir("dynamic_debug", NULL); in dynamic_debug_init_control() 1047 if (procfs_dir) in dynamic_debug_init_control() 1048 proc_create("control", 0644, procfs_dir, &proc_fops); in dynamic_debug_init_control()
|