Searched refs:p_file (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/ |
| H A D | xcam_log.cpp | 237 FILE* p_file = fopen (log_file_name, "ab+"); in xcam_print_log() local 238 if (NULL != p_file) { in xcam_print_log() 239 fwrite (buffer, sizeof (buffer[0]), strlen (buffer), p_file); in xcam_print_log() 240 fclose (p_file); in xcam_print_log()
|
| /OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/ |
| H A D | bt_test.c | 1027 FILE *p_file; in get_tty_conf() local 1034 if ((p_file = fopen(p_path, "r")) != NULL) in get_tty_conf() 1037 while (fgets(line, CONF_MAX_LINE_LEN+1, p_file) != NULL) in get_tty_conf() 1060 fclose(p_file); in get_tty_conf() 1066 fclose(p_file); in get_tty_conf()
|
| /OK3568_Linux_fs/kernel/drivers/misc/rockchip/ |
| H A D | pcie-rkep.c | 625 struct file *p_file = NULL; in rkep_loadfile() local 629 p_file = filp_open(path, O_RDONLY | O_LARGEFILE, 0); in rkep_loadfile() 630 if (IS_ERR(p_file) || p_file == NULL) { in rkep_loadfile() 636 size = i_size_read(file_inode(p_file)); in rkep_loadfile() 640 kernel_read(p_file, bar + pos, size, &offset); in rkep_loadfile()
|
| /OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/ |
| H A D | gt9xx_update.c | 125 #define _CLOSE_FILE(p_file) if (p_file && !IS_ERR(p_file)) \ argument 127 filp_close(p_file, NULL); \
|