| /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-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 */
|
| D | davinci-mcasp.c | 67 u32 *xrsr_regs; /* for serializer configuration */ 232 /* Activate serializer(s) */ in mcasp_start_rx() 263 /* Activate serializer(s) */ in mcasp_start_tx() 970 * If more than one serializer is needed, then use them with in mcasp_i2s_hw_param() 971 * all the specified tdm_slots. Otherwise, one serializer can in mcasp_i2s_hw_param() 1477 * number of serializers for the direction * tdm slots per serializer in davinci_mcasp_startup() 1493 * limit based on the seirializers * tdm_slots, and only one serializer in davinci_mcasp_startup() 1496 * serializer in use) we use the calculated constraint. in davinci_mcasp_startup() 1939 pr_err("%s: Only one serializer allowed!\n", in davinci_mcasp_txdma_offset() 1962 pr_err("%s: Only one serializer allowed!\n", in davinci_mcasp_rxdma_offset() [all …]
|
| /kernel/linux/linux-4.19/sound/soc/davinci/ |
| D | davinci-mcasp.h | 82 /* Serializer n Control Register */ 87 /* Transmit Buffer for Serializer n */ 89 /* Receive Buffer for Serializer n */ 215 * DAVINCI_MCASP_XRSRCTL_BASE_REG - Serializer Control Register Bits 249 #define RXSERCLR BIT(2) /* Receiver Serializer Clear */ 254 #define TXSERCLR BIT(10) /* Transmit Serializer Clear */
|
| D | davinci-mcasp.c | 66 u32 *xrsr_regs; /* for serializer configuration */ 196 /* Activate serializer(s) */ in mcasp_start_rx() 224 /* Activate serializer(s) */ in mcasp_start_tx() 868 * If more than one serializer is needed, then use them with in mcasp_i2s_hw_param() 869 * all the specified tdm_slots. Otherwise, one serializer can in mcasp_i2s_hw_param() 1298 * number of serializers for the direction * tdm slots per serializer in davinci_mcasp_startup() 1796 pr_err("%s: Only one serializer allowed!\n", in davinci_mcasp_txdma_offset() 1819 pr_err("%s: Only one serializer allowed!\n", in davinci_mcasp_rxdma_offset() 2022 * serializer directions could be taken into account, but it in davinci_mcasp_probe()
|
| /kernel/linux/linux-4.19/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-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-4.19/Documentation/devicetree/bindings/display/bridge/ |
| D | thine,thc63lvdm83d.txt | 1 THine Electronics THC63LVDM83D LVDS serializer 4 The THC63LVDM83D is an LVDS serializer designed to support pixel data
|
| /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-4.19/drivers/gpu/drm/sti/ |
| D | sti_hdmi_tx3g4c28phy.c | 157 DRM_DEBUG_DRIVER("serializer cfg 0x%x 0x%x 0x%x\n", in sti_hdmi_tx3g4c28phy_start() 166 * Default, power up the serializer with no pre-emphasis or in sti_hdmi_tx3g4c28phy_start()
|
| /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-4.19/sound/soc/meson/ |
| D | Kconfig | 62 Select Y or M to add support for SPDIF output serializer embedded
|
| /kernel/linux/linux-4.19/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 */
|
| /kernel/linux/linux-4.19/sound/xen/ |
| D | xen_snd_front_evtchnl.h | 59 /* Serializer for backend IO: request/response. */
|
| /kernel/linux/linux-5.10/sound/xen/ |
| D | xen_snd_front_evtchnl.h | 59 /* Serializer for backend IO: request/response. */
|
| /kernel/linux/linux-5.10/sound/soc/meson/ |
| D | Kconfig | 82 Select Y or M to add support for SPDIF output serializer embedded
|
| /kernel/linux/linux-4.19/Documentation/devicetree/bindings/gpio/ |
| D | gpio-max3191x.txt | 1 GPIO driver for Maxim MAX3191x industrial serializer
|
| /kernel/linux/linux-5.10/Documentation/devicetree/bindings/gpio/ |
| D | gpio-max3191x.txt | 1 GPIO driver for Maxim MAX3191x industrial serializer
|
| /kernel/linux/linux-5.10/drivers/gpu/drm/msm/hdmi/ |
| D | hdmi_phy_8x60.c | 14 /* De-serializer delay D/C for non-lbk mode: */ in hdmi_phy_8x60_powerup()
|
| /kernel/linux/linux-4.19/drivers/gpu/drm/msm/hdmi/ |
| D | hdmi_phy_8x60.c | 23 /* De-serializer delay D/C for non-lbk mode: */ in hdmi_phy_8x60_powerup()
|
| /kernel/linux/linux-5.10/drivers/rtc/ |
| D | rtc-meson.c | 218 /* write the static value and start the auto serializer */ in meson_rtc_write_static() 223 /* wait for the auto serializer to complete */ in meson_rtc_write_static()
|