Home
last modified time | relevance | path

Searched full:wires (Results 1 – 25 of 149) sorted by relevance

123456

/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/mfd/
H A Dmxs-lradc.txt10 - fsl,lradc-touchscreen-wires: Number of wires used to connect the touchscreen
13 disabled. 5 wires is valid for i.MX28 SoC only.
29 fsl,lradc-touchscreen-wires = <4>;
41 fsl,lradc-touchscreen-wires = <5>;
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dmmc-davinci.h19 /* wires == 0 is equivalent to wires == 4 (4-bit parallel) */
20 u8 wires; member
H A Dmmc-omap.h43 * 4/8 wires and any additional host capabilities
46 u8 wires; /* Used for the MMC driver on omap1 and 2420 */ member
H A Dat91_adc.h36 * @touchscreen_type: If a touchscreen is connected, its type (4 or 5 wires)
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/input/touchscreen/
H A Dti-tsc-adc.txt11 ti,wires: Wires refer to application modes i.e. 4/5/8 wire touchscreen
24 connecting wires on touchscreen. We need to provide an
78 ti,wires = <4>;
H A Dfsl-mx25-tcq.txt11 - fsl,wires: Should be '<4>' or '<5>'
33 fsl,wires = <4>;
/OK3568_Linux_fs/u-boot/doc/device-tree-bindings/spi/
H A Dspi-bus.txt58 - spi-tx-bus-width - (optional) The bus width(number of data wires) that
60 - spi-rx-bus-width - (optional) The bus width(number of data wires) that
66 It allows data in SPI system transferred in 2 wires(DUAL) or 4 wires(QUAD).
/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-bus-iio-temperature-max318566 such as those caused by broken thermocouple wires.
10 '1' An open circuit such as broken thermocouple wires
12 '0' No open circuit or broken thermocouple wires are detected
/OK3568_Linux_fs/kernel/arch/arm/mach-omap1/
H A Dusb.c86 pr_cont(", usb2 alt %d wires", config->pins[2]); in omap_otg_init()
88 pr_cont(", usb0 %d wires%s", config->pins[0], in omap_otg_init()
91 pr_cont(", usb1 %d wires", config->pins[1]); in omap_otg_init()
93 pr_cont(", usb2 %d wires", config->pins[2]); in omap_otg_init()
580 pr_cont(", usb0 %d wires%s", config->pins[0], in omap_1510_usb_init()
583 pr_cont(", usb1 %d wires", config->pins[1]); in omap_1510_usb_init()
585 pr_cont(", usb2 %d wires", config->pins[2]); in omap_1510_usb_init()
/OK3568_Linux_fs/kernel/drivers/input/touchscreen/
H A Dti_am335x_tsc.c52 unsigned int wires; member
82 * Get the order in which TSC wires are attached in titsc_config_wires()
135 switch (ts_dev->wires) { in titsc_step_config()
162 switch (ts_dev->wires) { in titsc_step_config()
350 err = of_property_read_u32(node, "ti,wires", &ts_dev->wires); in titsc_parse_dt()
353 switch (ts_dev->wires) { in titsc_parse_dt()
H A Dfsl-imx25-tcq.c436 u32 wires; in mx25_tcq_parse_dt() local
445 error = of_property_read_u32(np, "fsl,wires", &wires); in mx25_tcq_parse_dt()
447 dev_err(&pdev->dev, "Failed to find fsl,wires properties\n"); in mx25_tcq_parse_dt()
451 if (wires == 4) { in mx25_tcq_parse_dt()
454 dev_err(&pdev->dev, "%u-wire mode not supported\n", wires); in mx25_tcq_parse_dt()
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/sound/
H A Dmt6359.yaml24 signal. 0 means two wires, 1 means one wire. Default value is 0.
27 - 1 # two wires
H A Dmt6358.txt15 channels of PDM signal. 0 means two wires, 1 means one wire. Default
/OK3568_Linux_fs/kernel/Documentation/driver-api/gpio/
H A Ddrivers-on-gpio.rst26 mouse cable and connect the wires to GPIO lines or solder a mouse connector
49 (two wires, SDA and SCL lines) by hammering (bitbang) two GPIO lines. It will
54 of wires, at least SCK and optionally MISO, MOSI and chip select lines) using
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tilcdc/
H A Dtilcdc.txt25 - "crossed" indicates wiring that has blue and red wires
44 the wires work as they should (LCD_DATA[0:4] is for Blue[3:7]),
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/adc/
H A Dat91_adc.txt29 - atmel,adc-ts-wires: Number of touchscreen wires. Should be 4 or 5. If this
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/clock/
H A Darm,syscon-icst.yaml25 connects the low 8 bits of the VDW (missing one bit), hard-wires RDW to
26 different values and sometimes also hard-wires the output divider. They
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/iio/temperature/
H A Dadi,ltc2983.yaml204 adi,number-of-wires:
206 Identifies the number of wires used by the RTD. Setting this
207 property to 5 means 4 wires with Kelvin Rsense.
426 adi,number-of-wires = <2>;
/OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/tests/browser/
H A DREADME37 as wires on Linux or wires.exe on Windows) is on your PATH; and use "marionette"
/OK3568_Linux_fs/u-boot/include/
H A Dspi.h29 #define SPI_TX_DUAL BIT(9) /* transmit with 2 wires */
30 #define SPI_TX_QUAD BIT(10) /* transmit with 4 wires */
32 #define SPI_RX_DUAL BIT(12) /* receive with 2 wires */
33 #define SPI_RX_QUAD BIT(13) /* receive with 4 wires */
34 #define SPI_TX_OCTAL BIT(14) /* transmit with 8 wires */
35 #define SPI_RX_OCTAL BIT(15) /* receive with 8 wires */
/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/acp/
H A DKconfig12 This adds the ACP (Audio CoProcessor) IP driver and wires
/OK3568_Linux_fs/kernel/drivers/mfd/
H A Dmxs-lradc.c159 ret = of_property_read_u32(node, "fsl,lradc-touchscreen-wires", in mxs_lradc_probe()
178 "Unsupported number of touchscreen wires (%d)\n" in mxs_lradc_probe()
/OK3568_Linux_fs/u-boot/arch/arm/dts/
H A Dsama5d3xdm.dtsi26 atmel,adc-ts-wires = <4>;
/OK3568_Linux_fs/kernel/arch/arm/boot/dts/
H A Dsama5d3xdm.dtsi25 atmel,adc-ts-wires = <4>;
H A Dimx6ul-ccimx6ulsbcpro.dts385 pinctrl_uart2_4wires: uart2grp-4wires {
394 pinctrl_uart3_2wires: uart3grp-2wires {

123456