/linux-4.4.14/Documentation/devicetree/bindings/staging/iio/adc/ |
D | mxs-lradc.txt | 10 - fsl,lradc-touchscreen-wires: Number of wires used to connect the touchscreen 13 disabled. 5 wires is valid for i.MX28 SoC only. 30 fsl,lradc-touchscreen-wires = <4>; 43 fsl,lradc-touchscreen-wires = <5>;
|
/linux-4.4.14/Documentation/devicetree/bindings/spi/ |
D | spi-bus.txt | 60 - spi-tx-bus-width - (optional) The bus width(number of data wires) that 62 - spi-rx-bus-width - (optional) The bus width(number of data wires) that 66 It allows data in the SPI system to be transferred in 2 wires(DUAL) or 4 wires(QUAD).
|
/linux-4.4.14/drivers/input/touchscreen/ |
D | ti_am335x_tsc.c | 48 unsigned int wires; member 131 switch (ts_dev->wires) { in titsc_step_config() 158 switch (ts_dev->wires) { in titsc_step_config() 346 err = of_property_read_u32(node, "ti,wires", &ts_dev->wires); in titsc_parse_dt() 349 switch (ts_dev->wires) { in titsc_parse_dt()
|
/linux-4.4.14/include/linux/platform_data/ |
D | mmc-davinci.h | 19 u8 wires; member
|
D | mmc-omap.h | 49 u8 wires; /* Used for the MMC driver on omap1 and 2420 */ member
|
/linux-4.4.14/Documentation/devicetree/bindings/input/touchscreen/ |
D | ti-tsc-adc.txt | 6 ti,wires: Wires refer to application modes i.e. 4/5/8 wire touchscreen 19 connecting wires on touchscreen. We need to provide an 70 ti,wires = <4>;
|
/linux-4.4.14/arch/arm/boot/dts/ |
D | sama5d3xdm.dtsi | 26 atmel,adc-ts-wires = <4>;
|
D | at91-cosino_mega2560.dts | 30 atmel,adc-ts-wires = <4>;
|
D | at91sam9x5dm.dtsi | 42 atmel,adc-ts-wires = <4>;
|
D | at91-cosino.dtsi | 75 atmel,adc-ts-wires = <4>;
|
D | imx28-cfa10058.dts | 85 fsl,lradc-touchscreen-wires = <4>;
|
D | imx23-evk.dts | 95 fsl,lradc-touchscreen-wires = <4>;
|
D | imx28-cfa10057.dts | 112 fsl,lradc-touchscreen-wires = <4>;
|
D | imx28-cfa10055.dts | 126 fsl,lradc-touchscreen-wires = <4>;
|
D | at91sam9rlek.dts | 136 atmel,adc-ts-wires = <4>;
|
D | at91sam9x5ek.dtsi | 106 atmel,adc-ts-wires = <4>;
|
D | imx28-apf28dev.dts | 124 fsl,lradc-touchscreen-wires = <4>;
|
D | imx28-m28evk.dts | 157 fsl,lradc-touchscreen-wires = <4>;
|
D | at91sam9m10g45ek.dts | 180 atmel,adc-ts-wires = <4>;
|
D | imx28-eukrea-mbmx28lc.dtsi | 190 fsl,lradc-touchscreen-wires = <4>;
|
D | imx28-evk.dts | 186 fsl,lradc-touchscreen-wires = <4>;
|
D | imx28-cfa10049.dts | 293 fsl,lradc-touchscreen-wires = <4>;
|
D | at91-sama5d4ek.dts | 104 /*atmel,adc-ts-wires = <4>;*/ /* Set up ADC touch screen */
|
D | imx28-tx28.dts | 468 fsl,lradc-touchscreen-wires = <4>;
|
D | am335x-pepper.dts | 512 ti,wires = <4>;
|
D | am335x-evmsk.dts | 706 ti,wires = <4>;
|
D | am335x-evm.dts | 722 ti,wires = <4>;
|
/linux-4.4.14/Documentation/devicetree/bindings/iio/adc/ |
D | at91_adc.txt | 29 - atmel,adc-ts-wires: Number of touchscreen wires. Should be 4 or 5. If this
|
/linux-4.4.14/arch/arm/mach-omap1/ |
D | devices.c | 114 if (mmc_controller->slots[0].wires == 4 && !cpu_is_omap7xx()) { in omap1_mmc_mux() 130 if (mmc_controller->slots[1].wires == 4) { in omap1_mmc_mux()
|
D | board-innovator.c | 355 .wires = 4,
|
D | board-htcherald.c | 412 .wires = 4,
|
/linux-4.4.14/Documentation/gpio/ |
D | drivers-on-gpio.txt | 25 mouse cable and connect the wires to GPIO lines or solder a mouse connector 52 (two wires, SDA and SCL lines) by hammering (bitbang) two GPIO lines. It will 57 of wires, atleast SCK and optionally MISO, MOSI and chip select lines) using
|
/linux-4.4.14/arch/arm/mach-davinci/ |
D | board-neuros-osd2.c | 164 .wires = 4,
|
D | board-dm355-leopard.c | 201 .wires = 4,
|
D | board-omapl138-hawk.c | 138 .wires = 4,
|
D | board-dm355-evm.c | 343 .wires = 4,
|
D | board-da830-evm.c | 241 .wires = 8,
|
D | board-dm365-evm.c | 255 .wires = 4,
|
D | board-dm644x-evm.c | 571 .wires = 4,
|
D | board-da850-evm.c | 792 .wires = 4,
|
/linux-4.4.14/drivers/mmc/host/ |
D | davinci_mmc.c | 1219 pdata->wires = data; in mmc_parse_pdata() 1222 pdata->wires = 1; in mmc_parse_pdata() 1310 if (pdata && (pdata->wires == 4 || pdata->wires == 0)) in davinci_mmcsd_probe() 1313 if (pdata && (pdata->wires == 8)) in davinci_mmcsd_probe()
|
D | omap.c | 1241 if (host->pdata->slots[id].wires >= 4) in mmc_omap_new_slot()
|
/linux-4.4.14/Documentation/devicetree/bindings/bus/ |
D | imx-weim.txt | 4 without wires. It simply means that this module was originally designed for
|
/linux-4.4.14/arch/arm/mach-omap2/ |
D | board-n8x0.c | 449 .wires = 4,
|
/linux-4.4.14/Documentation/input/ |
D | rotary-encoder.txt | 8 peripherals with two wires. The outputs are phase-shifted by 90 degrees
|
D | joystick-parport.txt | 104 A, Turbo B, Select and Start, and is connected through 5 wires, then it is 106 also use 5 wires, but have more buttons. They will work as well, of course. 226 For the basic 1-button Multisystem joystick you connect its wires to the
|
/linux-4.4.14/drivers/staging/panel/ |
D | Kconfig | 159 be driving a serial LCD or a parallel one. Serial LCDs only use 2 wires 160 (SDA/SCL), while parallel ones use 2 or 3 wires for the control signals
|
/linux-4.4.14/Documentation/w1/ |
D | w1.generic | 4 signal wire (plus ground, so two wires).
|
/linux-4.4.14/Documentation/ide/ |
D | ide.txt | 204 short 40-wires cable which cannot be automatically detected - if this is not
|
/linux-4.4.14/Documentation/spi/ |
D | spi-summary | 13 The three signal wires hold a clock (SCK, often on the order of 10 MHz), 22 device, so those three signal wires may be connected to several chips
|
/linux-4.4.14/Documentation/networking/ |
D | README.ipw2200 | 98 to get you moving without wires on Linux.
|
D | arcnet-hardware.txt | 108 | | wires
|
/linux-4.4.14/Documentation/ |
D | xillybus.txt | 55 building block, with electrical wires dangling on the sides for connection to
|