Home
last modified time | relevance | path

Searched full:mt9p031 (Results 1 – 6 of 6) sorted by relevance

/linux/drivers/media/i2c/
H A Dmt9p031.c3 * Driver for MT9P031 CMOS Image Sensor from Aptina
118 struct mt9p031 { struct
148 static struct mt9p031 *to_mt9p031(struct v4l2_subdev *sd) in to_mt9p031() argument
150 return container_of(sd, struct mt9p031, subdev); in to_mt9p031()
163 static int mt9p031_set_output_control(struct mt9p031 *mt9p031, u16 clear, in mt9p031_set_output_control() argument
166 struct i2c_client *client = v4l2_get_subdevdata(&mt9p031->subdev); in mt9p031_set_output_control()
167 u16 value = (mt9p031->output_control & ~clear) | set; in mt9p031_set_output_control()
174 mt9p031->output_control = value; in mt9p031_set_output_control()
178 static int mt9p031_set_mode2(struct mt9p031 *mt9p03 argument
119 subdevmt9p031 global() argument
120 padmt9p031 global() argument
121 cropmt9p031 global() argument
122 formatmt9p031 global() argument
123 power_lockmt9p031 global() argument
124 power_countmt9p031 global() argument
192 mt9p031_reset(struct mt9p031 * mt9p031) mt9p031_reset() argument
214 mt9p031_clk_setup(struct mt9p031 * mt9p031) mt9p031_clk_setup() argument
268 mt9p031_pll_enable(struct mt9p031 * mt9p031) mt9p031_pll_enable() argument
297 mt9p031_pll_disable(struct mt9p031 * mt9p031) mt9p031_pll_disable() argument
308 mt9p031_power_on(struct mt9p031 * mt9p031) mt9p031_power_on() argument
349 mt9p031_power_off(struct mt9p031 * mt9p031) mt9p031_power_off() argument
362 __mt9p031_set_power(struct mt9p031 * mt9p031,bool on) __mt9p031_set_power() argument
397 mt9p031_set_params(struct mt9p031 * mt9p031) mt9p031_set_params() argument
464 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_s_stream() local
518 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_enum_mbus_code() local
531 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_enum_frame_size() local
546 __mt9p031_get_pad_format(struct mt9p031 * mt9p031,struct v4l2_subdev_state * sd_state,unsigned int pad,u32 which) __mt9p031_get_pad_format() argument
561 __mt9p031_get_pad_crop(struct mt9p031 * mt9p031,struct v4l2_subdev_state * sd_state,unsigned int pad,u32 which) __mt9p031_get_pad_crop() argument
579 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_get_format() local
590 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_set_format() local
628 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_get_selection() local
652 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_set_selection() local
702 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_init_state() local
733 mt9p031_restore_blc(struct mt9p031 * mt9p031) mt9p031_restore_blc() argument
757 struct mt9p031 *mt9p031 = mt9p031_s_ctrl() local
964 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_set_power() local
994 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_registered() local
1064 mt9p031_parse_properties(struct mt9p031 * mt9p031,struct device * dev) mt9p031_parse_properties() argument
1095 struct mt9p031 *mt9p031; mt9p031_probe() local
1203 struct mt9p031 *mt9p031 = to_mt9p031(subdev); mt9p031_remove() local
[all...]
H A DKconfig296 tristate "Aptina MT9P031 support"
300 (Micron) mt9p031 5 Mpixel camera.
/linux/Documentation/devicetree/bindings/media/i2c/
H A Daptina,mt9p031.yaml4 $id: http://devicetree.org/schemas/media/i2c/aptina,mt9p031.yaml#
13 The Aptina MT9P031 is a 1/2.5-inch CMOS active pixel digital image sensor
21 - aptina,mt9p031
89 mt9p031@5d {
90 compatible = "aptina,mt9p031";
/linux/arch/arm/boot/dts/ti/omap/
H A Dlogicpd-torpedo-baseboard.dtsi337 mt9p031@48 {
338 compatible = "aptina,mt9p031";
/linux/Documentation/admin-guide/media/
H A Di2c-cardlist.rst77 mt9p031 Aptina MT9P031
/linux/
H A DMAINTAINERS17245 MT9P031 APTINA CAMERA SENSOR
17250 F: Documentation/devicetree/bindings/media/i2c/aptina,mt9p031.yaml
17251 F: drivers/media/i2c/mt9p031.c