Searched refs:w9968cf_vppmod_present (Results 1 – 2 of 2) sorted by relevance
658 u8 bpp = (w9968cf_vppmod_present) ? 4 : 2; in w9968cf_get_max_bufsize()736 if (w9968cf_vppmod_present) { in w9968cf_allocate_memory()817 w9968cf_vppmod_present ? "detected" : "not detected"); in w9968cf_proc_read_global()2255 && w9968cf_vppmod_present ? W9968CF_MAX_WIDTH : cam->maxwidth; in w9968cf_adjust_window_size()2257 && w9968cf_vppmod_present ? W9968CF_MAX_HEIGHT : cam->maxheight; in w9968cf_adjust_window_size()2796 if (!w9968cf_vppmod_present) { in w9968cf_configure_camera()2969 if (!w9968cf_vppmod_present) in w9968cf_open()3078 if (w9968cf_vppmod_present) in w9968cf_read()3203 cap.maxwidth = (cam->upscaling && w9968cf_vppmod_present) in w9968cf_v4l_ioctl()3205 cap.maxheight = (cam->upscaling && w9968cf_vppmod_present) in w9968cf_v4l_ioctl()[all …]
141 static u8 w9968cf_vppmod_present; /* status flag: yes=1, no=0 */ variable