Searched refs:gc5024 (Results 1 – 1 of 1) sorted by relevance
146 struct gc5024 { struct179 #define to_gc5024(sd) container_of(sd, struct gc5024, subdev) argument423 gc5024_find_best_fit(struct gc5024 *gc5024, in gc5024_find_best_fit() argument432 for (i = 0; i < gc5024->cfg_num; i++) { in gc5024_find_best_fit()447 struct gc5024 *gc5024 = to_gc5024(sd); in gc5024_set_fmt() local451 mutex_lock(&gc5024->mutex); in gc5024_set_fmt()453 mode = gc5024_find_best_fit(gc5024, fmt); in gc5024_set_fmt()462 mutex_unlock(&gc5024->mutex); in gc5024_set_fmt()466 gc5024->cur_mode = mode; in gc5024_set_fmt()468 __v4l2_ctrl_modify_range(gc5024->hblank, h_blank, in gc5024_set_fmt()[all …]