Home
last modified time | relevance | path

Searched full:max9286 (Results 1 – 14 of 14) sorted by relevance

/kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/
Dmaxim,max9286.yaml5 $id: http://devicetree.org/schemas/media/i2c/maxim,max9286.yaml#
17 The MAX9286 deserializer receives video data on up to 4 Gigabit Multimedia
22 channel that encapsulates I2C messages. The MAX9286 forwards all I2C traffic
25 traffic received over GMSL by the MAX9286 is output on the local I2C bus.
35 const: maxim,max9286
93 Index of the MAX9286 gpio output line (0 or 1) that controls Power over
101 When the remote cameras power is controlled by one of the MAX9286 gpio
106 controller as the gpio lines are controlled directly by the MAX9286 and
163 an i2c-mux child node. The MAX9286 chip supports up to 4 GMSL
198 description: Connection to the MAX9286 sink.
[all …]
/kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/
Dmaxim,max9286.yaml5 $id: http://devicetree.org/schemas/media/i2c/maxim,max9286.yaml#
17 The MAX9286 deserializer receives video data on up to 4 Gigabit Multimedia
22 channel that encapsulates I2C messages. The MAX9286 forwards all I2C traffic
25 traffic received over GMSL by the MAX9286 is output on the local I2C bus.
35 const: maxim,max9286
57 The connections to the MAX9286 GMSL and its endpoint nodes are modelled
153 an i2c-mux child node. The MAX9286 chip supports up to 4 GMSL
195 description: phandle to the MAX9286 sink endpoint.
238 compatible = "maxim,max9286";
/kernel/linux/linux-5.10/drivers/media/i2c/
Dmax9286.c3 * Maxim MAX9286 GMSL Deserializer Driver
256 /* Open all channels on the MAX9286 */ in max9286_i2c_mux_open()
755 * max9286. in max9286_get_fmt()
843 /* Configure V4L2 for the MAX9286 itself */ in max9286_v4l2_register()
1073 dev_err(dev, "Unable to setup max9286\n"); in max9286_init()
1078 * Register all V4L2 interactions for the MAX9286 and notifiers for in max9286_init()
1234 gpiod_set_consumer_name(priv->gpiod_pwdn, "max9286-pwdn"); in max9286_probe()
1242 * The MAX9286 starts by default with all ports enabled, we disable all in max9286_probe()
1249 * The MAX9286 initialises with auto-acknowledge enabled by default. in max9286_probe()
1305 { .compatible = "maxim,max9286" },
[all …]
DKconfig468 tristate "Maxim MAX9286 GMSL deserializer support"
475 This driver supports the Maxim MAX9286 GMSL deserializer.
478 module will be called max9286.
1185 deserialiser such as the MAX9286.
DMakefile122 obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
/kernel/linux/linux-6.6/drivers/media/i2c/
Dmax9286.c3 * Maxim MAX9286 GMSL Deserializer Driver
328 /* Open all channels on the MAX9286 */ in max9286_i2c_mux_open()
968 * max9286. in max9286_get_fmt()
1065 /* Configure V4L2 for the MAX9286 itself */ in max9286_v4l2_register()
1376 dev_err(&client->dev, "Unable to setup max9286\n"); in max9286_init()
1381 * Register all V4L2 interactions for the MAX9286 and notifiers for in max9286_init()
1634 gpiod_set_consumer_name(priv->gpiod_pwdn, "max9286-pwdn"); in max9286_probe()
1642 * The MAX9286 starts by default with all ports enabled, we disable all in max9286_probe()
1649 * The MAX9286 initialises with auto-acknowledge enabled by default. in max9286_probe()
1695 { .compatible = "maxim,max9286" },
[all …]
DKconfig569 deserialiser such as the MAX9286.
579 deserialiser such as the MAX9286.
1059 tristate "Maxim MAX9286 GMSL deserializer support"
1067 This driver supports the Maxim MAX9286 GMSL deserializer.
1070 module will be called max9286.
DMakefile63 obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
/kernel/linux/linux-6.6/arch/arm64/boot/dts/renesas/
Dcondor-common.dtsi240 compatible = "maxim,max9286";
315 compatible = "maxim,max9286";
Dr8a77970-eagle.dts202 compatible = "maxim,max9286";
/kernel/linux/linux-6.6/drivers/staging/media/max96712/
Dmax96712.c3 * Maxim MAX9286 Quad GMSL2 Deserializer Driver
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/
D0036_linux_drivers_staging.patch33990 + Enable support for video4linux camera sensor driver for GMSL MAX9286
34034 +obj-$(CONFIG_GMSL_MAX9286) += gmsl-max9286.o
34038 diff --git a/drivers/staging/media/imx/gmsl-max9286.c b/drivers/staging/media/imx/gmsl-max9286.c
34042 +++ b/drivers/staging/media/imx/gmsl-max9286.c
36449 +/* Read one register from a MAX9286 i2c slave device.
36469 +/* Write one register of a MAX9286 i2c slave device.
36508 + pr_info("Dump MAX9286 registers:\r\n");
36510 + pr_info("MAX9286 Reg 0x%02x = 0x%x.\r\n",
37190 + * max9286 I2C probe function
37258 + pr_warn("max9286 is not found, chip id reg 0x1e = 0x(%x)\n", retval);
[all …]
/kernel/linux/linux-5.10/
DMAINTAINERS10631 MAX9286 QUAD GMSL DESERIALIZER DRIVER
10638 F: Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
10639 F: drivers/media/i2c/max9286.c
/kernel/linux/linux-6.6/
DMAINTAINERS12850 MAX9286 QUAD GMSL DESERIALIZER DRIVER
12857 F: Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
12858 F: drivers/media/i2c/max9286.c