Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4023.c115 struct gc4023 { struct
156 #define to_gc4023(sd) container_of(sd, struct gc4023, subdev) argument
491 gc4023_find_best_fit(struct gc4023 *gc4023, struct v4l2_subdev_format *fmt) in gc4023_find_best_fit() argument
499 for (i = 0; i < gc4023->cfg_num; i++) { in gc4023_find_best_fit()
514 struct gc4023 *gc4023 = to_gc4023(sd); in gc4023_set_fmt() local
518 mutex_lock(&gc4023->mutex); in gc4023_set_fmt()
520 mode = gc4023_find_best_fit(gc4023, fmt); in gc4023_set_fmt()
529 mutex_unlock(&gc4023->mutex); in gc4023_set_fmt()
533 gc4023->cur_mode = mode; in gc4023_set_fmt()
535 __v4l2_ctrl_modify_range(gc4023->hblank, h_blank, in gc4023_set_fmt()
[all …]
H A DMakefile194 obj-$(CONFIG_VIDEO_GC4023) += gc4023.o
H A DKconfig1043 module will be called gc4023