/device/soc/rockchip/common/vendor/drivers/video/rockchip/rga2/ |
H A D | rga2_debugger.c | 191 static int rga_debugfs_create_files(const struct rga_debugger_list *files, int count, struct dentry *root, in rga_debugfs_create_files() argument 201 ERR("Cannot alloc rga_debugger_node for /sys/kernel/debug/%pd/%s\n", root, files[i].name); in rga_debugfs_create_files() 205 tmp->info_ent = &files[i]; in rga_debugfs_create_files() 208 ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO, root, tmp, &rga_debugfs_fops); in rga_debugfs_create_files() 210 ERR("Cannot create /sys/kernel/debug/%pd/%s\n", root, files[i].name); in rga_debugfs_create_files() 316 static int rga_procfs_create_files(const struct rga_debugger_list *files, int count, struct proc_dir_entry *root, in rga_procfs_create_files() argument 326 ERR("Cannot alloc rga_debugger_node for /proc/%s/%s\n", RGA_DEBUGGER_ROOT_NAME, files[i].name); in rga_procfs_create_files() 330 tmp->info_ent = &files[i]; in rga_procfs_create_files() 333 ent = proc_create_data(files[i].name, S_IFREG | S_IRUGO, root, &rga_procfs_fops, tmp); in rga_procfs_create_files() 335 ERR("Cannot create /proc/%s/%s\n", RGA_DEBUGGER_ROOT_NAME, files[ in rga_procfs_create_files() [all...] |
/device/soc/rockchip/rk3588/kernel/drivers/video/rockchip/rga3/ |
H A D | rga_debugger.c | 312 static int rga_debugfs_create_files(const struct rga_debugger_list *files, in rga_debugfs_create_files() argument 324 root, files[i].name); in rga_debugfs_create_files() 328 tmp->info_ent = &files[i]; in rga_debugfs_create_files() 331 ent = debugfs_create_file(files[i].name, S_IFREG | S_IRUGO, in rga_debugfs_create_files() 335 files[i].name); in rga_debugfs_create_files() 442 static int rga_procfs_create_files(const struct rga_debugger_list *files, in rga_procfs_create_files() argument 454 RGA_DEBUGGER_ROOT_NAME, files[i].name); in rga_procfs_create_files() 458 tmp->info_ent = &files[i]; in rga_procfs_create_files() 461 ent = proc_create_data(files[i].name, S_IFREG | S_IRUGO, in rga_procfs_create_files() 465 RGA_DEBUGGER_ROOT_NAME, files[ in rga_procfs_create_files() [all...] |
/device/soc/rockchip/common/sdk_linux/scripts/ |
H A D | resource_tool.c | 1128 printf("\t" OPT_PACK "\t\t\tPack image from given files.\n"); in usage() 1140 static int pack_image(int file_num, const char **files); 1197 const char **files = (const char **)argv; in main() local 1202 LOGD("try to pack %d files.", file_num); in main() 1203 return pack_image(file_num, files); in main() 1457 static bool write_index_tbl(const int file_num, const char **files) in write_index_tbl() argument 1469 size_t file_size = get_file_size(files[i]); in write_index_tbl() 1476 if (write_file(offset, files[i], hash, sizeof(hash)) < 0) { in write_index_tbl() 1483 LOGE("try to write index entry(%s)...", files[i]); in write_index_tbl() 1488 const char *path = files[ in write_index_tbl() 1517 pack_image(int file_num, const char **files) pack_image() argument [all...] |
/device/soc/rockchip/rk3588/kernel/scripts/ |
H A D | resource_tool.c | 1148 printf("\t" OPT_PACK "\t\t\tPack image from given files.\n"); in usage() 1160 static int pack_image(int file_num, const char **files); 1217 const char **files = (const char **)argv; in main() local 1222 LOGD("try to pack %d files.", file_num); in main() 1223 return pack_image(file_num, files); in main() 1474 static bool write_index_tbl(const int file_num, const char **files) in write_index_tbl() argument 1487 size_t file_size = get_file_size(files[i]); in write_index_tbl() 1493 if (write_file(offset, files[i], hash, sizeof(hash)) < 0) in write_index_tbl() 1499 LOGD("try to write index entry(%s)...", files[i]); in write_index_tbl() 1504 const char *path = files[ in write_index_tbl() 1532 pack_image(int file_num, const char **files) pack_image() argument [all...] |
/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/ |
H A D | drm_debugfs.c | 7 * copy of this software and associated documentation files (the "Software"), 151 * drm_debugfs_create_files - Initialize a given set of debugfs files for DRM 153 * @files: The array of files to create 154 * @count: The number of files given 158 * Create a given set of debugfs files represented by an array of 159 * &struct drm_info_list in the given root directory. These files will be removed 162 void drm_debugfs_create_files(const struct drm_info_list *files, int count, struct dentry *root, in drm_debugfs_create_files() argument 170 u32 features = files[i].driver_features; in drm_debugfs_create_files() 182 tmp->dent = debugfs_create_file(files[ in drm_debugfs_create_files() 222 drm_debugfs_remove_files(const struct drm_info_list *files, int count, struct drm_minor *minor) drm_debugfs_remove_files() argument [all...] |
/device/soc/rockchip/common/vendor/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_android.c | 222 struct files_struct *files;
in kbase_sync_fence_out_create() local 269 files = current->files;
in kbase_sync_fence_out_create() 270 spin_lock(&files->file_lock);
in kbase_sync_fence_out_create() 271 fdt = files_fdtable(files);
in kbase_sync_fence_out_create() 277 spin_unlock(&files->file_lock);
in kbase_sync_fence_out_create()
|
/device/soc/rockchip/common/vendor/drivers/gpu/arm/bifrost/ |
H A D | mali_kbase_sync_android.c | 229 struct files_struct *files; in kbase_sync_fence_out_create() local 276 files = current->files; in kbase_sync_fence_out_create() 277 spin_lock(&files->file_lock); in kbase_sync_fence_out_create() 278 fdt = files_fdtable(files); in kbase_sync_fence_out_create() 284 spin_unlock(&files->file_lock); in kbase_sync_fence_out_create()
|
/device/soc/rockchip/common/kernel/drivers/gpu/arm/midgard/ |
H A D | mali_kbase_sync_android.c | 224 struct files_struct *files; in kbase_sync_fence_out_create() local 270 files = current->files; in kbase_sync_fence_out_create() 271 spin_lock(&files->file_lock); in kbase_sync_fence_out_create() 272 fdt = files_fdtable(files); in kbase_sync_fence_out_create() 278 spin_unlock(&files->file_lock); in kbase_sync_fence_out_create()
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/win_scripts/build/scripts/ |
H A D | scons_utils.py | 69 for root, dirs, files in os.walk(search_dir): 70 if files != []: 94 #delete files while compiling.
|
/device/soc/hisilicon/hi3861v100/sdk_liteos/build/scripts/ |
H A D | scons_utils.py | 69 for root, dirs, files in os.walk(search_dir): 70 if files != []: 94 #delete files while compiling.
|
/device/soc/rockchip/common/sdk_linux/kernel/cgroup/ |
H A D | legacy_freezer.c | 463 static struct cftype files[] = { variable 490 .legacy_cftypes = files,
|
/device/soc/rockchip/common/sdk_linux/ |
H A D | Makefile | 24 # Most importantly: sub-Makefiles should only ever modify files in 32 # The only cases where we need to modify files which have global 103 # Kbuild will save output files in the current working directory. 108 # cd /dir/to/store/output/files; make -f /dir/to/kernel/source/Makefile 110 # If you want to save output files in a different location, there are 114 # Use "make O=dir/to/store/output/files/" 118 # export KBUILD_OUTPUT=dir/to/store/output/files/; make 155 # Look for make include files relative to root of kernel src 201 # Use 'make C=1' to enable checking of only re-compiled files. 202 # Use 'make C=2' to enable checking of *all* source files, regardles [all...] |
/device/soc/rockchip/common/sdk_linux/kernel/bpf/ |
H A D | syscall.c | 3964 struct files_struct *files; in bpf_task_fd_query() local 3986 files = get_files_struct(task); in bpf_task_fd_query() 3988 if (!files) { in bpf_task_fd_query() 3993 spin_lock(&files->file_lock); in bpf_task_fd_query() 3994 file = fcheck_files(files, fd); in bpf_task_fd_query() 4000 spin_unlock(&files->file_lock); in bpf_task_fd_query() 4001 put_files_struct(files); in bpf_task_fd_query()
|
/device/soc/hisilicon/common/hal/middleware/ffmpeg_adapt/ |
H A D | configure_llvm | 85 --datadir=DIR install data files in DIR [PREFIX/share/ffmpeg] 91 --pkgconfigdir=DIR install pkg-config files in DIR [LIBDIR/pkgconfig] 206 --enable-avisynth enable reading of AviSynth script files [no] 255 --enable-libopenmpt enable decoding tracked files via libopenmpt [no] 495 NOTE: Object files are built at the place where configure is launched. 838 files=$2 841 awk "BEGIN { split(\"$files\", files) } 847 for (f in files) { 848 file = files[ [all...] |
/device/soc/rockchip/common/sdk_linux/include/linux/ |
H A D | sched.h | 1090 struct files_struct *files;
member 1126 /* Protection against (de-)allocation: mm, files, fs, tty, keyrings, mems_allowed, mempolicy: */
|
/device/soc/rockchip/common/kernel/drivers/net/wireless/rockchip_wlan/rkwifi/bcmdhd_wifi6/ |
H A D | dhd_linux.c | 15862 filp_close(fp, current->files); in write_file() 17355 * then skip writing dumps to files. in dhd_mem_dump() 17357 * write into files in dhd_mem_dump() 17638 * then skip writing dumps to files. in dhd_write_sssr_dump() 17640 * write into files in dhd_write_sssr_dump()
|