Home
last modified time | relevance | path

Searched defs:p_file (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/camera_engine_rkaiq/rkaiq/xcore/
H A Dxcam_log.cpp237 FILE* p_file = fopen (log_file_name, "ab+"); in xcam_print_log() local
/OK3568_Linux_fs/external/rk_pcba_test/pcba_minui/
H A Dbt_test.c1027 FILE *p_file; in get_tty_conf() local
/OK3568_Linux_fs/kernel/drivers/misc/rockchip/
H A Dpcie-rkep.c625 struct file *p_file = NULL; in rkep_loadfile() local
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/gt9xx/
H A Dgt9xx_update.c125 #define _CLOSE_FILE(p_file) if (p_file && !IS_ERR(p_file)) \ argument