Home
last modified time | relevance | path

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

/linux/drivers/media/i2c/
H A Dthp7312.c200 static const struct thp7312_mode_info thp7312_mode_info_data[] = { variable
314 mode = v4l2_find_nearest_size(thp7312_mode_info_data, in thp7312_find_mode()
315 ARRAY_SIZE(thp7312_mode_info_data), in thp7312_find_mode()
693 if (fse->index >= ARRAY_SIZE(thp7312_mode_info_data)) in thp7312_enum_frame_size()
696 fse->min_width = thp7312_mode_info_data[fse->index].width; in thp7312_enum_frame_size()
698 fse->min_height = thp7312_mode_info_data[fse->index].height; in thp7312_enum_frame_size()
853 const struct thp7312_mode_info *default_mode = &thp7312_mode_info_data[0]; in thp7312_init_state()
1319 thp7312->link_freq = thp7312_mode_info_data[0].rates[0].link_freq; in thp7312_init_controls()