| /linux/Documentation/iio/ |
| H A D | ad4000.rst | 62 Omit the ``adi,sdi-pin`` property in device tree to select this mode. 73 +--->| SDI AD4000 SDO |-------->| SDI | 83 Another wiring configuration supported as "3-wire" mode has the SDI pin 89 Set the ``adi,sdi-pin`` device tree property to ``"high"`` to select this mode. 98 +--->| SDI AD4000 SDO |-------->| SDI | 115 +--->| SDI AD4000 SDO |-------->| SDI | 125 In datasheet "4-wire" mode, the controller CS line is connected to the ADC SDI 129 Set ``adi,sdi-pin`` to ``"cs"`` to select this mode. 141 +--->| SDI AD4000 SDO |-------->| SDI |
|
| H A D | ad4030.rst | 84 | SDI |<--------| SDO | 85 | SDO0 |-------->| SDI | 111 | SDI |<--------| SDO | 112 | SDO |-------->| SDI |
|
| H A D | ad7606.rst | 41 | SDI |<--------| SDO | 42 | DOUTA |-------->| SDI |
|
| /linux/drivers/video/fbdev/omap2/omapfb/dss/ |
| H A D | Kconfig | 67 bool "SDI support" 69 SDI (Serial Display Interface) support. 71 SDI is a high speed one-way display serial bus between the host
|
| H A D | dss.c | 285 /* Reset SDI PLL */ in dss_sdi_enable() 289 /* Lock SDI PLL */ in dss_sdi_enable() 315 /* Waiting for SDI reset to complete */ in dss_sdi_enable() 319 DSSERR("SDI reset timed out\n"); in dss_sdi_enable() 329 /* Reset SDI PLL */ in dss_sdi_enable() 343 /* Reset SDI PLL */ in dss_sdi_disable()
|
| H A D | Makefile | 12 omapdss-$(CONFIG_FB_OMAP2_DSS_SDI) += sdi.o
|
| /linux/drivers/pinctrl/mvebu/ |
| H A D | pinctrl-dove.c | 378 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 395 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 413 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 432 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 449 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 466 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 483 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 500 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 515 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), 530 MPP_FUNCTION(CONFIG_PMU | 0x3, "pmic", "sdi"), [all …]
|
| H A D | pinctrl-armada-370.c | 72 MPP_FUNCTION(0x5, "audio", "sdi")), 334 MPP_FUNCTION(0x5, "audio", "sdi")),
|
| H A D | pinctrl-kirkwood.c | 125 MPP_VAR_FUNCTION(0xb, "audio-1", "sdi", V(0, 0, 0, 0, 1, 0, 0)), 221 MPP_VAR_FUNCTION(0x4, "audio", "sdi", V(0, 0, 1, 1, 1, 0, 0)), 228 MPP_VAR_FUNCTION(0x4, "audio", "sdi", V(0, 0, 0, 0, 0, 0, 0)), 324 MPP_VAR_FUNCTION(0x4, "audio", "sdi", V(1, 0, 0, 1, 1, 0, 0)),
|
| /linux/drivers/gpu/drm/omapdrm/ |
| H A D | Kconfig | 88 bool "SDI support" 91 SDI (Serial Display Interface) support. 93 SDI is a high speed one-way display serial bus between the host
|
| H A D | Makefile | 26 omapdrm-$(CONFIG_OMAP2_DSS_SDI) += dss/sdi.o
|
| /linux/drivers/video/fbdev/omap2/omapfb/displays/ |
| H A D | panel-sony-acx565akm.c | 508 return in->ops.sdi->connect(in, dssdev); in acx565akm_connect() 519 in->ops.sdi->disconnect(in, dssdev); in acx565akm_disconnect() 530 in->ops.sdi->set_timings(in, &ddata->videomode); in acx565akm_panel_power_on() 533 in->ops.sdi->set_datapairs(in, ddata->datapairs); in acx565akm_panel_power_on() 535 r = in->ops.sdi->enable(in); in acx565akm_panel_power_on() 537 pr_err("%s sdi enable failed\n", __func__); in acx565akm_panel_power_on() 606 in->ops.sdi->disable(in); in acx565akm_panel_power_off() 658 in->ops.sdi->set_timings(in, timings); in acx565akm_set_timings() 675 return in->ops.sdi->check_timings(in, timings); in acx565akm_check_timings()
|
| /linux/Documentation/devicetree/bindings/power/supply/ |
| H A D | samsung,battery.yaml | 7 title: Samsung SDI Batteries 13 Samsung SDI (Samsung Digital Interface) batteries are all different versions
|
| /linux/Documentation/devicetree/bindings/display/ti/ |
| H A D | ti,omap3-dss.txt | 20 - Port 1: SDI output 25 SDI Endpoint required properties:
|
| /linux/drivers/iio/adc/ |
| H A D | ad4000.c | 121 /* maps adi,sdi-pin property value to enum */ 123 [AD4000_SDI_MOSI] = "sdi", 882 * connections should be in "3-wire" mode, selected either when the adi,sdi-pin 920 * in "3-wire" mode, selected when the adi,sdi-pin device tree property is 921 * absent or set to "high". In this connection mode, the ADC SDI pin is 964 * in "4-wire" mode, selected when the adi,sdi-pin device tree property is 966 * ADC SDI pin and a GPIO is connected to ADC CNV pin. 975 * Dummy transfer to cause enough delay between CNV going high and SDI in ad4000_prepare_4wire_mode_message() 1060 ret = device_property_match_property_string(dev, "adi,sdi-pin", in ad4000_probe() 1065 "getting adi,sdi-pin property failed\n"); in ad4000_probe() [all …]
|
| H A D | max14001.c | 101 * to align with the LSB-first input on SDI port in order to meet in max14001_read() 137 * to align with the LSB-first input on SDI port in order to meet in max14001_write()
|
| /linux/Documentation/devicetree/bindings/pinctrl/ |
| H A D | marvell,kirkwood-pinctrl.txt | 55 mpp43 43 gpio, audio(sdi) 141 mpp27 27 gpio, ge1(rxd3), ts(mp7), tdm(spi-mosi), audio(sdi) 190 mpp27 27 gpio, ge1(rxd3), ts(mp7), tdm(spi-mosi), audio(sdi) 206 mpp43 43 gpio, ts(mp7), tdm(int), audio(sdi) 235 audio(spdifi), audio-1(sdi) 257 mpp27 27 gpio, ge1(rxd3), ts(mp7), tdm(spi-mosi), audio(sdi), 276 mpp43 43 gpio, ts(mp7), tdm(int), audio(sdi), lcd(d23)
|
| H A D | marvell,dove-pinctrl.txt | 67 pmic(sdi) Pin is used for PMIC SDI
|
| H A D | marvell,armada-370-pinctrl.txt | 26 mpp10 10 gpio, ge0(txctl), uart0(cts), tdm(fsync), audio(sdi) 90 audio(sdi)
|
| H A D | marvell,armada-375-pinctrl.txt | 18 mpp2 2 gpio, dev(ad4), ptp(evreq), led(c0), audio(sdi)
|
| /linux/drivers/gpu/drm/omapdrm/dss/ |
| H A D | dss.c | 269 /* Reset SDI PLL */ in dss_sdi_enable() 273 /* Lock SDI PLL */ in dss_sdi_enable() 299 /* Waiting for SDI reset to complete */ in dss_sdi_enable() 303 DSSERR("SDI reset timed out\n"); in dss_sdi_enable() 313 /* Reset SDI PLL */ in dss_sdi_enable() 327 /* Reset SDI PLL */ in dss_sdi_disable() 1460 /* Setup the video PLLs and the DPI and SDI ports. */ in dss_probe()
|
| /linux/Documentation/devicetree/bindings/sound/ |
| H A D | rockchip,rk3576-sai.yaml | 74 Defines the mapping of the controller's SDI ports to actual input lanes,
|
| /linux/include/sound/ |
| H A D | hdaudio_ext.h | 100 u16 lsdiid; /* link sdi identifier */
|
| /linux/drivers/gpu/drm/nouveau/include/nvkm/subdev/bios/ |
| H A D | conn.h | 41 DCB_CONNECTOR_BNC = 0x3c, // BNC Connector [for SDI?]
|
| /linux/drivers/pinctrl/berlin/ |
| H A D | berlin-bg2cd.c | 79 BERLIN_PINCTRL_FUNCTION(0x0, "spi1"), /* SDI/SDO */
|