Home
last modified time | relevance | path

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

/Linux-v6.1/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
78 Index of the MAX9286 gpio output line (0 or 1) that controls Power over
86 When the remote cameras power is controlled by one of the MAX9286 gpio
91 controller as the gpio lines are controlled directly by the MAX9286 and
147 an i2c-mux child node. The MAX9286 chip supports up to 4 GMSL
176 description: Connection to the MAX9286 sink.
[all …]
/Linux-v6.1/drivers/media/i2c/
Dmax9286.c3 * Maxim MAX9286 GMSL Deserializer Driver
264 /* Open all channels on the MAX9286 */ in max9286_i2c_mux_open()
792 * max9286. in max9286_get_fmt()
884 /* Configure V4L2 for the MAX9286 itself */ in max9286_v4l2_register()
1161 dev_err(&client->dev, "Unable to setup max9286\n"); in max9286_init()
1166 * Register all V4L2 interactions for the MAX9286 and notifiers for in max9286_init()
1338 gpiod_set_consumer_name(priv->gpiod_pwdn, "max9286-pwdn"); in max9286_probe()
1346 * The MAX9286 starts by default with all ports enabled, we disable all in max9286_probe()
1353 * The MAX9286 initialises with auto-acknowledge enabled by default. in max9286_probe()
1397 { .compatible = "maxim,max9286" },
[all …]
DKconfig692 deserialiser such as the MAX9286.
706 deserialiser such as the MAX9286.
1214 tristate "Maxim MAX9286 GMSL deserializer support"
1222 This driver supports the Maxim MAX9286 GMSL deserializer.
1225 module will be called max9286.
DMakefile59 obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
/Linux-v6.1/arch/arm64/boot/dts/renesas/
Dcondor-common.dtsi239 compatible = "maxim,max9286";
314 compatible = "maxim,max9286";
Dr8a77970-eagle.dts202 compatible = "maxim,max9286";
/Linux-v6.1/drivers/staging/media/max96712/
Dmax96712.c3 * Maxim MAX9286 Quad GMSL2 Deserializer Driver
/Linux-v6.1/
DMAINTAINERS12440 MAX9286 QUAD GMSL DESERIALIZER DRIVER
12447 F: Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml
12448 F: drivers/media/i2c/max9286.c