Home
last modified time | relevance | path

Searched full:mt9m114 (Results 1 – 10 of 10) sorted by relevance

/linux-6.14.4/drivers/media/i2c/
Dmt9m114.c3 * mt9m114.c onsemi MT9M114 sensor driver
351 /* Indices into the mt9m114.ifp.tpg array. */
372 struct mt9m114 { struct
472 mt9m114_default_format_info(struct mt9m114 *sensor) in mt9m114_default_format_info()
481 mt9m114_format_info(struct mt9m114 *sensor, unsigned int pad, u32 code) in mt9m114_format_info()
656 static int mt9m114_poll_command(struct mt9m114 *sensor, u32 command) in mt9m114_poll_command()
689 static int mt9m114_poll_state(struct mt9m114 *sensor, u32 state) in mt9m114_poll_state()
712 static int mt9m114_set_state(struct mt9m114 *sensor, u8 next_state) in mt9m114_set_state()
732 static int mt9m114_initialize(struct mt9m114 *sensor) in mt9m114_initialize()
784 static int mt9m114_configure(struct mt9m114 *sensor, in mt9m114_configure()
[all …]
DKconfig283 tristate "onsemi MT9M114 sensor support"
286 This is a Video4Linux2 sensor-level driver for the onsemi MT9M114
290 module will be called mt9m114.
DMakefile76 obj-$(CONFIG_VIDEO_MT9M114) += mt9m114.o
/linux-6.14.4/Documentation/devicetree/bindings/media/i2c/
Donnn,mt9m114.yaml4 $id: http://devicetree.org/schemas/media/i2c/onnn,mt9m114.yaml#
13 The onsemi MT9M114 is a 1/6-inch 720p (1.26 Mp) CMOS digital image sensor
20 const: onnn,mt9m114
94 compatible = "onnn,mt9m114";
/linux-6.14.4/drivers/staging/media/atomisp/i2c/
DKconfig31 tristate "Aptina mt9m114 sensor support"
36 mt9m114 1.3 Mpixel camera.
38 mt9m114 is video camera sensor.
DMakefile6 obj-$(CONFIG_VIDEO_ATOMISP_MT9M114) += atomisp-mt9m114.o
Datomisp-mt9m114.c3 * Support for mt9m114 Camera Sensor.
26 #include "mt9m114.h"
326 * mt9m114_write_reg_array - Initializes a list of mt9m114 registers
728 * mt9m114 - we don't poll for context switch in mt9m114_set_fmt()
1067 * mt9m114 now can not support 3a_lock
1272 v4l2_err(client, "mt9m114 power-up err"); in mt9m114_s_config()
1289 v4l2_err(client, "mt9m114 suspend err"); in mt9m114_s_config()
1295 v4l2_err(client, "mt9m114 power down err"); in mt9m114_s_config()
1602 .name = "mt9m114",
1611 MODULE_DESCRIPTION("Aptina mt9m114 sensor support module");
Dmt9m114.h3 * Support for mt9m114 Camera Sensor.
323 * Modes supported by the mt9m114 driver.
/linux-6.14.4/drivers/staging/media/atomisp/pci/
Datomisp_gmin_platform.c228 /* Cribbed from MCG defaults in the mt9m114 driver, not actually verified
/linux-6.14.4/
DMAINTAINERS16130 MT9M114 ONSEMI SENSOR DRIVER
16135 F: Documentation/devicetree/bindings/media/i2c/onnn,mt9m114.yaml
16136 F: drivers/media/i2c/mt9m114.c