/linux/Documentation/devicetree/bindings/media/i2c/ |
H A 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 encapsulate [all...] |
H A D | maxim,max96717.yaml | 8 title: MAX96717 CSI-2 to GMSL2 Serializer 14 The MAX96717 serializer converts MIPI CSI-2 D-PHY formatted input 21 data received by the serializer. 109 serializer: serializer@40 { 142 reset-gpios = <&serializer 0 GPIO_ACTIVE_LOW>; 143 clocks = <&serializer>;
|
H A 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. 44 The strap I2C address of the serializer. Can be used by the deserializer 95 serializer@18 { 133 reset-gpios = <&serializer 0 GPIO_ACTIVE_LOW>; 135 clocks = <&serializer>;
|
H A D | ti,ds90ub960.yaml | 80 The I2C address used for the serializer. Transactions to this 82 forwarded to the serializer. 117 '^serializer(@[0-9a-f]+)*$': 119 description: FPD-Link Serializer node 315 /* Link 0 has DS90UB953 serializer and IMX274 sensor */ 326 serializer1: serializer@30 { 376 /* Link 1 has DS90UB913 serializer and MT9V111 sensor */ 384 serializer2: serializer {
|
H A D | maxim,max96714.yaml | 18 remotely located serializer using industry-standard coax or STP 21 the MIPI data received by the serializer. 93 subnode to configure a serializer. 143 serializer@40 {
|
H A 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 {
|
H A 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
|
/linux/drivers/media/i2c/ |
H A 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, de in rdacm21_initialize() [all...] |
H A 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");
|
H A 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...] |
H A D | ds90ub960.c | 12 * - PM for serializer and remote peripherals. We need to manage: 16 * - Link between the deserializer and the serializer 19 * - Serializer's services: i2c, gpios, power 20 * - The serializer needs to resume before the remote peripherals can 23 * (serializer) always powered on. 490 /* Serializer */ 2018 "rx%u: cannot write serializer register 0x%02x (%d)!\n", in ub960_rxport_serializer_write() 2043 "rx%u: cannot read serializer register 0x%02x (%d)!\n", in ub960_rxport_serializer_read() 2067 /* Read current serializer die temperature */ in ub960_serializer_temp_ramp() 2079 /* Select indirect page for analog regs on the serializer */ in ub960_serializer_temp_ramp() [all...] |
H A D | Kconfig | 1617 tristate "TI DS90UB913 FPD-Link III Serializer" 1627 FPD-Link III Serializer. 1640 FPD-Link III Serializer and DS90UB971 FPD-Link IV Serializer. 1673 tristate "Maxim MAX96717 GMSL2 Serializer support" 1682 Device driver for the Maxim MAX96717 GMSL2 Serializer.
|
/linux/sound/soc/ti/ |
H A 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 */
|
H A D | davinci-mcasp.c | 65 u32 *xrsr_regs; /* for serializer configuration */ 235 /* Activate serializer(s) */ in mcasp_start_rx() 266 /* Activate serializer(s) */ in mcasp_start_tx() 996 * If more than one serializer is needed, then use them with in mcasp_i2s_hw_param() 997 * all the specified tdm_slots. Otherwise, one serializer can in mcasp_i2s_hw_param() 1510 * number of serializers for the direction * tdm slots per serializer in davinci_mcasp_startup() 1526 * limit based on the seirializers * tdm_slots, and only one serializer in davinci_mcasp_startup() 1529 * serializer in use) we use the calculated constraint. in davinci_mcasp_startup() 2076 pr_err("%s: Only one serializer allowed!\n", in davinci_mcasp_txdma_offset() 2099 pr_err("%s: Only one serializer allowe in davinci_mcasp_rxdma_offset() [all...] |
/linux/Documentation/devicetree/bindings/display/bridge/ |
H A D | lvds-codec.yaml | 36 - ti,ds90c185 # For the TI DS90C185 FPD-Link Serializer 37 - ti,ds90c187 # For the TI DS90C187 FPD-Link Serializer 48 - thine,thc63lvdm83d # For the THC63LVDM83D LVDS serializer
|
H A D | microchip,sam9x75-lvds.yaml | 16 management, and serializer.
|
/linux/Documentation/devicetree/bindings/sound/ |
H A 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
|
/linux/drivers/gpu/drm/sti/ |
H A 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()
|
/linux/include/media/i2c/ |
H A D | ds90ub9xx.h | 12 * @port: Deserializer RX port for this Serializer
|
/linux/arch/arm64/boot/dts/freescale/ |
H A D | imx8mp-libra-rdk-fpsc-lvds-etml1010g3dra.dtso | 30 * 72.4 * 7 = 506.8 MHz so the LDB serializer and LCDIFv3 scanout
|
/linux/Documentation/devicetree/bindings/i2c/ |
H A D | i2c-atr.yaml | 26 used to access the remote peripherals on the serializer's I2C bus. The
|
/linux/sound/xen/ |
H A D | xen_snd_front_evtchnl.h | 50 /* Serializer for backend IO: request/response. */
|
/linux/drivers/gpu/drm/xen/ |
H A D | xen_drm_front_evtchnl.h | 56 /* serializer for backend IO: request/response */
|
/linux/Documentation/admin-guide/media/ |
H A D | mgb4.rst | 34 | 2 - GMSL (one serializer, two daisy chained deserializers) 35 | 3 - GMSL (one serializer, two deserializers) 314 Number of serializer output lines.
|
/linux/sound/soc/meson/ |
H A D | Kconfig | 82 Select Y or M to add support for SPDIF output serializer embedded
|