Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/media/i2c/
Dmt9v032.c187 struct mt9v032 { struct
223 static struct mt9v032 *to_mt9v032(struct v4l2_subdev *sd) in to_mt9v032() argument
225 return container_of(sd, struct mt9v032, subdev); in to_mt9v032()
229 mt9v032_update_aec_agc(struct mt9v032 *mt9v032, u16 which, int enable) in mt9v032_update_aec_agc() argument
231 struct regmap *map = mt9v032->regmap; in mt9v032_update_aec_agc()
232 u16 value = mt9v032->aec_agc; in mt9v032_update_aec_agc()
244 mt9v032->aec_agc = value; in mt9v032_update_aec_agc()
249 mt9v032_update_hblank(struct mt9v032 *mt9v032) in mt9v032_update_hblank() argument
251 struct v4l2_rect *crop = &mt9v032->crop; in mt9v032_update_hblank()
252 unsigned int min_hblank = mt9v032->model->data->min_hblank; in mt9v032_update_hblank()
[all …]
DMakefile89 obj-$(CONFIG_VIDEO_MT9V032) += mt9v032.o
/Linux-v4.19/Documentation/devicetree/bindings/media/i2c/
Dmt9v032.txt14 (e) "aptina,mt9v032" for MT9V032 color sensor
31 mt9v032@5c {
32 compatible = "aptina,mt9v032";
/Linux-v4.19/
DMAINTAINERS9841 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
9842 F: drivers/media/i2c/mt9v032.c
9843 F: include/media/i2c/mt9v032.h