Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/i2c/
H A Dmt9t001.c21 #include <media/i2c/mt9t001.h>
115 struct mt9t001 { struct
135 static inline struct mt9t001 *to_mt9t001(struct v4l2_subdev *sd) in to_mt9t001()
137 return container_of(sd, struct mt9t001, subdev); in to_mt9t001()
150 static int mt9t001_set_output_control(struct mt9t001 *mt9t001, u16 clear, in mt9t001_set_output_control() argument
153 struct i2c_client *client = v4l2_get_subdevdata(&mt9t001->subdev); in mt9t001_set_output_control()
154 u16 value = (mt9t001->output_control & ~clear) | set; in mt9t001_set_output_control()
157 if (value == mt9t001->output_control) in mt9t001_set_output_control()
164 mt9t001 in mt9t001_set_output_control()
168 mt9t001_reset(struct mt9t001 *mt9t001) mt9t001_reset() argument
189 mt9t001_power_on(struct mt9t001 *mt9t001) mt9t001_power_on() argument
208 mt9t001_power_off(struct mt9t001 *mt9t001) mt9t001_power_off() argument
216 __mt9t001_set_power(struct mt9t001 *mt9t001, bool on) __mt9t001_set_power() argument
255 __mt9t001_get_pad_format(struct mt9t001 *mt9t001, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __mt9t001_get_pad_format() argument
269 __mt9t001_get_pad_crop(struct mt9t001 *mt9t001, struct v4l2_subdev_pad_config *cfg, unsigned int pad, enum v4l2_subdev_format_whence which) __mt9t001_get_pad_crop() argument
287 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_s_stream() local
367 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_get_format() local
378 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_set_format() local
416 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_get_selection() local
429 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_set_selection() local
518 mt9t001_ctrl_freeze(struct mt9t001 *mt9t001, bool freeze) mt9t001_ctrl_freeze() argument
532 struct mt9t001 *mt9t001 = mt9t001_s_ctrl() local
740 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_set_power() local
770 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_registered() local
855 struct mt9t001 *mt9t001; mt9t001_probe() local
959 struct mt9t001 *mt9t001 = to_mt9t001(subdev); mt9t001_remove() local
[all...]
H A DMakefile91 obj-$(CONFIG_VIDEO_MT9T001) += mt9t001.o

Completed in 2 milliseconds