Home
last modified time | relevance | path

Searched refs:video_modes_num (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/media/i2c/techpoint/
H A Dtechpoint_tp9930.c404 techpoint->video_modes_num = ARRAY_SIZE(supported_modes); in tp9930_initialize()
406 sizeof(struct techpoint_video_modes) * techpoint->video_modes_num; in tp9930_initialize()
H A Dtechpoint_common.h128 u32 video_modes_num; member
H A Dtechpoint_tp9950.c101 techpoint->video_modes_num = ARRAY_SIZE(supported_modes); in tp9950_initialize()
103 sizeof(struct techpoint_video_modes) * techpoint->video_modes_num; in tp9950_initialize()
H A Dtechpoint_tp2855.c194 techpoint->video_modes_num = ARRAY_SIZE(supported_modes); in tp2855_initialize()
196 sizeof(struct techpoint_video_modes) * techpoint->video_modes_num; in tp2855_initialize()
H A Dtechpoint_v4l2.c369 for (i = 0; i < techpoint->video_modes_num; i++) { in techpoint_find_best_fit()
473 if (fse->index >= techpoint->video_modes_num) in techpoint_enum_frame_sizes()