Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/media/i2c/
H A Dsc4238.c137 struct sc4238 { struct
180 #define to_sc4238(sd) container_of(sd, struct sc4238, subdev) argument
1433 static int __sc4238_power_on(struct sc4238 *sc4238);
1522 sc4238_find_best_fit(struct sc4238 *sc4238, struct v4l2_subdev_format *fmt) in sc4238_find_best_fit() argument
1530 for (i = 0; i < sc4238->cfg_num; i++) { in sc4238_find_best_fit()
1546 struct sc4238 *sc4238 = to_sc4238(sd); in sc4238_set_fmt() local
1550 mutex_lock(&sc4238->mutex); in sc4238_set_fmt()
1552 mode = sc4238_find_best_fit(sc4238, fmt); in sc4238_set_fmt()
1561 mutex_unlock(&sc4238->mutex); in sc4238_set_fmt()
1565 sc4238->cur_mode = mode; in sc4238_set_fmt()
[all …]
H A DMakefile142 obj-$(CONFIG_VIDEO_SC4238) += sc4238.o
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/media/i2c/
H A Dsc4238.txt4 - compatible: should be "smartsens,sc4238"
23 sc4238: sc4238@30 { // or sc4238: sc4238@32
24 compatible = "smartsens,sc4238";