/linux/drivers/video/fbdev/omap2/omapfb/dss/ |
H A D | sdi.c | 3 * linux/drivers/video/omap2/dss/sdi.c 9 #define DSS_SUBSYS_NAME "SDI" 38 } sdi; variable 107 struct omap_overlay_manager *mgr = sdi.output.manager; in sdi_config_lcd_manager() 109 sdi.mgr_config.io_pad_mode = DSS_IO_PAD_MODE_BYPASS; in sdi_config_lcd_manager() 111 sdi.mgr_config.stallmode = false; in sdi_config_lcd_manager() 112 sdi.mgr_config.fifohandcheck = false; in sdi_config_lcd_manager() 114 sdi.mgr_config.video_port_width = 24; in sdi_config_lcd_manager() 115 sdi.mgr_config.lcden_sig_polarity = 1; in sdi_config_lcd_manager() 117 dss_mgr_set_lcd_config(mgr, &sdi.mgr_config); in sdi_config_lcd_manager() [all …]
|
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/Documentation/devicetree/bindings/iio/adc/ |
H A D | adi,ad4000.yaml | 105 adi,sdi-pin: 107 enum: [ high, low, cs, sdi ] 108 default: sdi 110 Describes how the ADC SDI pin is wired. A value of "sdi" indicates that 111 the ADC SDI is connected to host SDO. "high" indicates that the ADC SDI 113 hard-wired low (GND). "cs" indicates that the ADC SDI pin is connected to 156 while the SDI line is high and the CNV line is low ("3-wire" mode) or the 157 SDI lin [all...] |
/linux/Documentation/iio/ |
H A D | ad4000.rst | 47 Omit the ``adi,sdi-pin`` property in device tree to select this mode. 58 +--->| SDI AD4000 SDO |-------->| SDI | 68 Another wiring configuration supported as "3-wire" mode has the SDI pin 74 Set the ``adi,sdi-pin`` device tree property to ``"high"`` to select this mode. 83 +--->| SDI AD4000 SDO |-------->| SDI | 100 +--->| SDI AD4000 SDO |-------->| SDI | 110 In datasheet "4-wire" mode, the controller CS line is connected to the ADC SDI 114 Set ``adi,sdi-pin`` to ``"cs"`` to select this mode. 126 +--->| SDI AD4000 SDO |-------->| SDI |
|
H A D | ad4695.rst | 42 | SDI |<--------| SDO | 43 | SDO |-------->| SDI |
|
/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/comedi/drivers/ |
H A D | adv_pci_dio.c | 103 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 D | adl_pci7x3x.c | 234 /* 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 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/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() 1466 /* Setup the video PLLs and the DPI and SDI ports. */ in dss_probe()
|
/linux/Documentation/devicetree/bindings/display/panel/ |
H A D | sony,acx565akm.yaml | 7 title: Sony ACX565AKM SDI Panel
|
/linux/arch/arm/boot/dts/st/ |
H A D | ste-dbx5x0.dtsi | 982 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/drivers/pinctrl/berlin/ |
H A D | berlin-bg2cd.c | 79 BERLIN_PINCTRL_FUNCTION(0x0, "spi1"), /* SDI/SDO */
|