| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/media/i2c/ |
| D | imi,rdacm2x-gmsl.yaml | 20 The RDACM20 camera module encloses a Maxim Integrated MAX9271 GMSL serializer, 22 the image sensor are connected to the serializer local I2C bus and are 25 The RDACM21 camera module encloses the same serializer, coupled with an 27 the serializer local I2C bus while the image sensor is not accessible from 36 | de-serializer | <- I2C messages -> | \<-->MCU | 44 | de-serializer | | OV10640 <-------| | 48 sensor on the GMSL serial channel to a remote GMSL de-serializer. They also 52 All I2C traffic received on the GMSL link not directed to the serializer is 54 I2C traffic generated on the local I2C bus not directed to the serializer is 55 propagated to the remote de-serializer encapsulated in the GMSL control [all …]
|
| D | maxim,max9286.yaml | 24 serializer will output it on a local I2C bus. In the other direction all I2C 152 Each serializer device on the GMSL link remote end is represented with 171 The remote camera device, composed by a GMSL serializer and a
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/media/i2c/ |
| D | imi,rdacm2x-gmsl.yaml | 20 The RDACM20 camera module encloses a Maxim Integrated MAX9271 GMSL serializer, 22 the image sensor are connected to the serializer local I2C bus and are 25 The RDACM21 camera module encloses the same serializer, coupled with an 27 the serializer local I2C bus while the image sensor is not accessible from 36 | de-serializer | <- I2C messages -> | \<-->MCU | 44 | de-serializer | | OV10640 <-------| | 48 sensor on the GMSL serial channel to a remote GMSL de-serializer. They also 52 All I2C traffic received on the GMSL link not directed to the serializer is 54 I2C traffic generated on the local I2C bus not directed to the serializer is 55 propagated to the remote de-serializer encapsulated in the GMSL control [all …]
|
| D | ti,ds90ub953.yaml | 7 title: Texas Instruments DS90UB953 FPD-Link III Serializer 13 The TI DS90UB953 is an FPD-Link III video serializer for MIPI CSI-2. 84 serializer { 121 reset-gpios = <&serializer 0 GPIO_ACTIVE_LOW>; 123 clocks = <&serializer>;
|
| D | ti,ds90ub960.yaml | 73 The I2C address used for the serializer. Transactions to this 75 forwarded to the serializer. 109 serializer: 111 description: FPD-Link Serializer node 117 - serializer 308 /* Link 0 has DS90UB953 serializer and IMX274 sensor */ 316 serializer1: serializer { 365 /* Link 1 has DS90UB913 serializer and MT9V111 sensor */ 373 serializer2: serializer {
|
| D | ti,ds90ub913.yaml | 7 title: Texas Instruments DS90UB913 FPD-Link III Serializer 13 The TI DS90UB913 is an FPD-Link III video serializer for parallel video. 84 serializer {
|
| D | maxim,max9286.yaml | 24 serializer will output it on a local I2C bus. In the other direction all I2C 76 configuration of the connected remote serializer. 79 pre-programs the embedded serializer with power supply noise immunity 85 a remote serializer whose high-threshold noise immunity is not enabled 162 Each serializer device on the GMSL link remote end is represented with 181 The remote camera device, composed by a GMSL serializer and a
|
| /kernel/linux/linux-6.6/drivers/media/i2c/ |
| D | rdacm21.c | 79 struct max9271_device serializer; member 281 return max9271_set_serial_link(&dev->serializer, enable); in rdacm21_s_stream() 477 max9271_wake_up(&dev->serializer); in rdacm21_initialize() 480 ret = max9271_set_serial_link(&dev->serializer, false); in rdacm21_initialize() 485 ret = max9271_configure_i2c(&dev->serializer, in rdacm21_initialize() 492 ret = max9271_verify_id(&dev->serializer); in rdacm21_initialize() 500 ret = max9271_enable_gpios(&dev->serializer, MAX9271_GPIO1OUT); in rdacm21_initialize() 504 ret = max9271_clear_gpios(&dev->serializer, MAX9271_GPIO1OUT); in rdacm21_initialize() 509 ret = max9271_configure_gmsl_link(&dev->serializer); in rdacm21_initialize() 513 ret = max9271_set_address(&dev->serializer, dev->addrs[0]); in rdacm21_initialize() [all …]
|
| D | max9271.c | 10 * This file exports functions to control the Maxim MAX9271 GMSL serializer 111 * The serializer temporarily disables the reverse control channel for in max9271_set_serial_link() 115 * According to the serializer datasheet we should wait 3ms, while in max9271_set_serial_link() 140 * characterized in the serializer manual. Sleep up to 5msec to in max9271_configure_i2c() 372 MODULE_DESCRIPTION("Maxim MAX9271 GMSL Serializer");
|
| D | rdacm20.c | 15 * MAX9271 GMSL serializer. 315 struct max9271_device serializer; member 402 return max9271_set_serial_link(&dev->serializer, enable); in rdacm20_s_stream() 458 max9271_wake_up(&dev->serializer); in rdacm20_initialize() 461 ret = max9271_set_serial_link(&dev->serializer, false); in rdacm20_initialize() 469 ret = max9271_configure_i2c(&dev->serializer, in rdacm20_initialize() 480 ret = max9271_enable_gpios(&dev->serializer, MAX9271_GPIO1OUT); in rdacm20_initialize() 484 ret = max9271_clear_gpios(&dev->serializer, MAX9271_GPIO1OUT); in rdacm20_initialize() 489 ret = max9271_configure_gmsl_link(&dev->serializer); in rdacm20_initialize() 493 ret = max9271_verify_id(&dev->serializer); in rdacm20_initialize() [all …]
|
| D | max9271.h | 89 * max9271_wake_up() - Wake up the serializer by issuing an i2c transaction 93 * serializer.
|
| /kernel/linux/linux-6.6/sound/soc/ti/ |
| D | davinci-mcasp.h | 79 /* Serializer n Control Register */ 84 /* Transmit Buffer for Serializer n */ 86 /* Receive Buffer for Serializer n */ 203 * DAVINCI_MCASP_XRSRCTL_BASE_REG - Serializer Control Register Bits 238 #define RXSERCLR BIT(2) /* Receiver Serializer Clear */ 243 #define TXSERCLR BIT(10) /* Transmit Serializer Clear */
|
| /kernel/linux/linux-5.10/sound/soc/ti/ |
| D | davinci-mcasp.h | 79 /* Serializer n Control Register */ 84 /* Transmit Buffer for Serializer n */ 86 /* Receive Buffer for Serializer n */ 203 * DAVINCI_MCASP_XRSRCTL_BASE_REG - Serializer Control Register Bits 238 #define RXSERCLR BIT(2) /* Receiver Serializer Clear */ 243 #define TXSERCLR BIT(10) /* Transmit Serializer Clear */
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/display/bridge/ |
| D | lvds-codec.yaml | 36 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer 37 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer 45 - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/sound/ |
| D | davinci-mcasp-audio.txt | 18 or received over one serializer. 19 - serial-dir : A list of serializer configuration. Each entry is a number 20 indication for serializer pin direction.
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/display/bridge/ |
| D | lvds-codec.yaml | 36 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer 37 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer 46 - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
|
| /kernel/linux/linux-5.10/drivers/media/i2c/ |
| D | rdacm20.c | 15 * MAX9271 GMSL serializer. 315 struct max9271_device *serializer; member 402 return max9271_set_serial_link(dev->serializer, enable); in rdacm20_s_stream() 459 dev->serializer->client->addr = MAX9271_DEFAULT_ADDR; in rdacm20_initialize() 460 i2c_smbus_read_byte(dev->serializer->client); in rdacm20_initialize() 463 ret = max9271_set_serial_link(dev->serializer, false); in rdacm20_initialize() 471 max9271_configure_i2c(dev->serializer, MAX9271_I2CSLVSH_469NS_234NS | in rdacm20_initialize() 475 max9271_configure_gmsl_link(dev->serializer); in rdacm20_initialize() 477 ret = max9271_verify_id(dev->serializer); in rdacm20_initialize() 481 ret = max9271_set_address(dev->serializer, dev->addrs[0]); in rdacm20_initialize() [all …]
|
| D | max9271.c | 10 * This file exports functions to control the Maxim MAX9271 GMSL serializer 98 * The serializer temporarily disables the reverse control channel for in max9271_set_serial_link() 102 * According to the serializer datasheet we should wait 3ms, while in max9271_set_serial_link() 124 * characterized in the serializer manual. Sleep up to 5msec to in max9271_configure_i2c()
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/sound/ |
| D | davinci-mcasp-audio.yaml | 43 number of channels over one serializer 50 A list of serializer configuration 51 Entry is indication for serializer pin direction
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/sti/ |
| D | sti_hdmi_tx3g4c28phy.c | 159 DRM_DEBUG_DRIVER("serializer cfg 0x%x 0x%x 0x%x\n", in sti_hdmi_tx3g4c28phy_start() 168 * Default, power up the serializer with no pre-emphasis or in sti_hdmi_tx3g4c28phy_start()
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/sti/ |
| D | sti_hdmi_tx3g4c28phy.c | 159 DRM_DEBUG_DRIVER("serializer cfg 0x%x 0x%x 0x%x\n", in sti_hdmi_tx3g4c28phy_start() 168 * Default, power up the serializer with no pre-emphasis or in sti_hdmi_tx3g4c28phy_start()
|
| /kernel/linux/linux-6.6/include/media/i2c/ |
| D | ds90ub9xx.h | 12 * @port: Deserializer RX port for this Serializer
|
| /kernel/linux/linux-6.6/Documentation/devicetree/bindings/i2c/ |
| D | i2c-atr.yaml | 26 used to access the remote peripherals on the serializer's I2C bus. The
|
| /kernel/linux/linux-6.6/drivers/gpu/drm/xen/ |
| D | xen_drm_front_evtchnl.h | 56 /* serializer for backend IO: request/response */
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/xen/ |
| D | xen_drm_front_evtchnl.h | 56 /* serializer for backend IO: request/response */
|