Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/media/i2c/
Dmt9t001.c115 struct mt9t001 { struct
135 static inline struct mt9t001 *to_mt9t001(struct v4l2_subdev *sd) in to_mt9t001() argument
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->output_control = value; in mt9t001_set_output_control()
168 static int mt9t001_reset(struct mt9t001 *mt9t001) in mt9t001_reset() argument
170 struct i2c_client *client = v4l2_get_subdevdata(&mt9t001->subdev); in mt9t001_reset()
[all …]
DMakefile66 obj-$(CONFIG_VIDEO_MT9T001) += mt9t001.o
/Linux-v6.1/Documentation/admin-guide/media/
Di2c-cardlist.rst80 mt9t001 Aptina MT9T001
/Linux-v6.1/
DMAINTAINERS14042 F: drivers/media/i2c/mt9t001.c
14043 F: include/media/i2c/mt9t001.h