Home
last modified time | relevance | path

Searched refs:mt9t001 (Results 1 – 2 of 2) sorted by relevance

/linux-3.4.99/drivers/media/video/
Dmt9t001.c115 struct mt9t001 { struct
129 static inline struct mt9t001 *to_mt9t001(struct v4l2_subdev *sd) in to_mt9t001() argument
131 return container_of(sd, struct mt9t001, subdev); in to_mt9t001()
144 static int mt9t001_set_output_control(struct mt9t001 *mt9t001, u16 clear, in mt9t001_set_output_control() argument
147 struct i2c_client *client = v4l2_get_subdevdata(&mt9t001->subdev); in mt9t001_set_output_control()
148 u16 value = (mt9t001->output_control & ~clear) | set; in mt9t001_set_output_control()
151 if (value == mt9t001->output_control) in mt9t001_set_output_control()
158 mt9t001->output_control = value; in mt9t001_set_output_control()
167 __mt9t001_get_pad_format(struct mt9t001 *mt9t001, struct v4l2_subdev_fh *fh, in __mt9t001_get_pad_format() argument
174 return &mt9t001->format; in __mt9t001_get_pad_format()
[all …]
DMakefile75 obj-$(CONFIG_VIDEO_MT9T001) += mt9t001.o