Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/media/i2c/
Dmt9v032.c234 struct mt9v032 { struct
268 static struct mt9v032 *to_mt9v032(struct v4l2_subdev *sd) in to_mt9v032() argument
270 return container_of(sd, struct mt9v032, subdev); in to_mt9v032()
274 mt9v032_update_aec_agc(struct mt9v032 *mt9v032, u16 which, int enable) in mt9v032_update_aec_agc() argument
276 struct regmap *map = mt9v032->regmap; in mt9v032_update_aec_agc()
277 u16 value = mt9v032->aec_agc; in mt9v032_update_aec_agc()
289 mt9v032->aec_agc = value; in mt9v032_update_aec_agc()
294 mt9v032_update_hblank(struct mt9v032 *mt9v032) in mt9v032_update_hblank() argument
296 struct v4l2_rect *crop = &mt9v032->crop; in mt9v032_update_hblank()
297 unsigned int min_hblank = mt9v032->model->data->min_hblank; in mt9v032_update_hblank()
[all …]
DMakefile64 obj-$(CONFIG_VIDEO_MT9V032) += mt9v032.o
/linux-4.4.14/Documentation/devicetree/bindings/media/i2c/
Dmt9v032.txt14 (e) "aptina,mt9v032" for MT9V032 color sensor
29 mt9v032@5c {
30 compatible = "aptina,mt9v032";
/linux-4.4.14/
DMAINTAINERS7201 F: Documentation/devicetree/bindings/media/i2c/mt9v032.txt
7202 F: drivers/media/i2c/mt9v032.c
7203 F: include/media/mt9v032.h