Searched full:max9286 (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.10/Documentation/devicetree/bindings/media/i2c/ |
D | maxim,max9286.yaml | 5 $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";
|
/Linux-v5.10/drivers/media/i2c/ |
D | max9286.c | 3 * 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() 1071 dev_err(dev, "Unable to setup max9286\n"); in max9286_init() 1076 * 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 …]
|
D | Kconfig | 468 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.
|
D | Makefile | 122 obj-$(CONFIG_VIDEO_MAX9286) += max9286.o
|
/Linux-v5.10/ |
D | MAINTAINERS | 10630 MAX9286 QUAD GMSL DESERIALIZER DRIVER 10637 F: Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml 10638 F: drivers/media/i2c/max9286.c
|