Home
last modified time | relevance | path

Searched full:sdi (Results 1 – 25 of 64) sorted by relevance

123

/linux/Documentation/iio/
H A Dad4000.rst62 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 Dad7606.rst41 | SDI |<--------| SDO |
42 | DOUTA |-------->| SDI |
/linux/drivers/video/fbdev/omap2/omapfb/dss/
H A DKconfig67 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 Ddss.c285 /* 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 DMakefile12 omapdss-$(CONFIG_FB_OMAP2_DSS_SDI) += sdi.o
/linux/drivers/pinctrl/mvebu/
H A Dpinctrl-dove.c378 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 Dpinctrl-armada-370.c72 MPP_FUNCTION(0x5, "audio", "sdi")),
334 MPP_FUNCTION(0x5, "audio", "sdi")),
H A Dpinctrl-kirkwood.c125 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/comedi/drivers/
H A Dadv_pci_dio.c103 struct diosubd_data sdi[PCI_DIO_MAX_DI_SUBDEVS]; member
117 .sdi[0] = { 16, 0x02, }, /* DI 0-15 */
118 .sdi[1] = { 16, 0x00, }, /* ISO DI 0-15 */
130 .sdi[1] = { 32, 0x00, }, /* ISO DI 0-31 */
142 .sdi[0] = { 32, 0x00, }, /* DI 0-31 */
150 .sdi[1] = { 16, 0x00, }, /* ISO DI 0-15 */
163 .sdi[1] = { 16, 0x00, }, /* ISO DI 0-15 */
194 .sdi[0] = { 32, 0x00, }, /* DI 0-31 */
195 .sdi[1] = { 32, 0x04, }, /* DI 32-63 */
202 .sdi[1] = { 32, 0x00, }, /* DI 0-31 */
[all …]
H A Dadl_pci7x3x.c234 /* enable LINTi1 == IDI sdi[0] Ch 0 IRQ ActHigh */ in adl_pci7x3x_asy_cmd()
237 /* enable LINTi2 == IDI sdi[0] Ch 1 IRQ ActHigh */ in adl_pci7x3x_asy_cmd()
/linux/drivers/gpu/drm/omapdrm/
H A DKconfig88 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 DMakefile26 omapdrm-$(CONFIG_OMAP2_DSS_SDI) += dss/sdi.o
/linux/drivers/video/fbdev/omap2/omapfb/displays/
H A Dpanel-sony-acx565akm.c508 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 Dsamsung,battery.yaml7 title: Samsung SDI Batteries
13 Samsung SDI (Samsung Digital Interface) batteries are all different versions
/linux/Documentation/devicetree/bindings/display/ti/
H A Dti,omap3-dss.txt20 - Port 1: SDI output
25 SDI Endpoint required properties:
/linux/drivers/iio/adc/
H A Dad4000.c122 /* maps adi,sdi-pin property value to enum */
124 [AD4000_SDI_MOSI] = "sdi",
883 * connections should be in "3-wire" mode, selected either when the adi,sdi-pin
921 * in "3-wire" mode, selected when the adi,sdi-pin device tree property is
922 * absent or set to "high". In this connection mode, the ADC SDI pin is
965 * in "4-wire" mode, selected when the adi,sdi-pin device tree property is
967 * ADC SDI pin and a GPIO is connected to ADC CNV pin.
976 * Dummy transfer to cause enough delay between CNV going high and SDI in ad4000_prepare_4wire_mode_message()
1061 ret = device_property_match_property_string(dev, "adi,sdi-pin", in ad4000_probe()
1066 "getting adi,sdi-pin property failed\n"); in ad4000_probe()
[all …]
/linux/Documentation/devicetree/bindings/pinctrl/
H A Dmarvell,kirkwood-pinctrl.txt55 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 Dmarvell,dove-pinctrl.txt67 pmic(sdi) Pin is used for PMIC SDI
H A Dmarvell,armada-370-pinctrl.txt26 mpp10 10 gpio, ge0(txctl), uart0(cts), tdm(fsync), audio(sdi)
90 audio(sdi)
H A Dmarvell,armada-375-pinctrl.txt18 mpp2 2 gpio, dev(ad4), ptp(evreq), led(c0), audio(sdi)
/linux/Documentation/devicetree/bindings/display/panel/
H A Dsony,acx565akm.yaml7 title: Sony ACX565AKM SDI Panel
/linux/arch/arm/boot/dts/st/
H A Dste-dbx5x0.dtsi982 clock-names = "sdi", "apb_pclk";
999 clock-names = "sdi", "apb_pclk";
1016 clock-names = "sdi", "apb_pclk";
1033 clock-names = "sdi", "apb_pclk";
1050 clock-names = "sdi", "apb_pclk";
1067 clock-names = "sdi", "apb_pclk";
/linux/Documentation/devicetree/bindings/sound/
H A Drockchip,rk3576-sai.yaml74 Defines the mapping of the controller's SDI ports to actual input lanes,
/linux/include/sound/
H A Dhdaudio_ext.h100 u16 lsdiid; /* link sdi identifier */
/linux/drivers/pinctrl/berlin/
H A Dberlin-bg2cd.c79 BERLIN_PINCTRL_FUNCTION(0x0, "spi1"), /* SDI/SDO */

123