Home
last modified time | relevance | path

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

/linux/Documentation/devicetree/bindings/media/i2c/
H A 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 …]
/linux/drivers/media/i2c/
H A Dmax9286.c3 * Maxim MAX9286 GMSL Deserializer Driver
321 /* Open all channels on the MAX9286 */ in max9286_i2c_mux_open()
1035 /* Configure V4L2 for the MAX9286 itself */ in max9286_v4l2_register()
1349 dev_err(&client->dev, "Unable to setup max9286\n"); in max9286_init()
1354 * Register all V4L2 interactions for the MAX9286 and notifiers for in max9286_init()
1605 gpiod_set_consumer_name(priv->gpiod_pwdn, "max9286-pwdn"); in max9286_probe()
1613 * The MAX9286 starts by default with all ports enabled, we disable all in max9286_probe()
1620 * The MAX9286 initialises with auto-acknowledge enabled by default. in max9286_probe()
1666 { .compatible = "maxim,max9286" },
1673 .name = "max9286",
[all …]
H A DKconfig653 deserialiser such as the MAX9286.
663 deserialiser such as the MAX9286.
1162 tristate "Maxim MAX9286 GMSL deserializer support"
1170 This driver supports the Maxim MAX9286 GMSL deserializer.
1173 module will be called max9286.
H A DMakefile69 obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
/linux/arch/arm64/boot/dts/renesas/
H A Dcondor-common.dtsi246 compatible = "maxim,max9286";
321 compatible = "maxim,max9286";
H A Dr8a77970-eagle-function-expansion.dtso57 /* Disconnect MAX9286 GMSL I2C. */
H A Dr8a77970-eagle.dts217 compatible = "maxim,max9286";
/linux/
H A DMAINTAINERS13891 MAX9286 QUAD GMSL DESERIALIZER DRIVER
13898 F: Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
13899 F: drivers/media/i2c/max9286.c