Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dgc4663.c120 struct gc4663 { struct
161 #define to_gc4663(sd) container_of(sd, struct gc4663, subdev) argument
686 gc4663_find_best_fit(struct gc4663 *gc4663, struct v4l2_subdev_format *fmt) in gc4663_find_best_fit() argument
694 for (i = 0; i < gc4663->cfg_num; i++) { in gc4663_find_best_fit()
709 struct gc4663 *gc4663 = to_gc4663(sd); in gc4663_set_fmt() local
713 mutex_lock(&gc4663->mutex); in gc4663_set_fmt()
715 mode = gc4663_find_best_fit(gc4663, fmt); in gc4663_set_fmt()
724 mutex_unlock(&gc4663->mutex); in gc4663_set_fmt()
728 gc4663->cur_mode = mode; in gc4663_set_fmt()
730 __v4l2_ctrl_modify_range(gc4663->hblank, h_blank, in gc4663_set_fmt()
[all …]
H A DMakefile196 obj-$(CONFIG_VIDEO_GC4663) += gc4663.o
H A DKconfig1065 module will be called gc4663.
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dgc4663.txt1 * galaxycore,gc4663 MIPI sensor
4 - compatible: should be "galaxycore,gc4663"
18 gc4663: gc4663@29 {
19 compatible = "galaxycore,gc4663";