Searched full:max9286 (Results 1 – 6 of 6) sorted by relevance
| /kernel/linux/linux-5.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";
|
| /kernel/linux/linux-5.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
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
| D | 0036_linux_drivers_staging.patch | 33990 + 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/ |
| D | MAINTAINERS | 10629 MAX9286 QUAD GMSL DESERIALIZER DRIVER 10636 F: Documentation/devicetree/bindings/media/i2c/maxim,max9286.yaml 10637 F: drivers/media/i2c/max9286.c
|