/openbmc/linux/include/uapi/linux/spi/ |
H A D | spi.h | 22 #define SPI_TX_DUAL _BITUL(8) /* transmit with 2 wires */ 23 #define SPI_TX_QUAD _BITUL(9) /* transmit with 4 wires */ 24 #define SPI_RX_DUAL _BITUL(10) /* receive with 2 wires */ 25 #define SPI_RX_QUAD _BITUL(11) /* receive with 4 wires */ 27 #define SPI_TX_OCTAL _BITUL(13) /* transmit with 8 wires */ 28 #define SPI_RX_OCTAL _BITUL(14) /* receive with 8 wires */
|
/openbmc/linux/Documentation/devicetree/bindings/mfd/ |
H A 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. 29 fsl,lradc-touchscreen-wires = <4>; 41 fsl,lradc-touchscreen-wires = <5>;
|
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/ |
H A D | ti,am3359-tsc.yaml | 16 ti,wires: 17 description: Wires refer to application modes i.e. 4/5/8 wire touchscreen 38 wires on touchscreen. We need to provide an 8-bit number where the 60 - ti,wires 71 ti,wires = <4>;
|
H A D | fsl-mx25-tcq.txt | 11 - fsl,wires: Should be '<4>' or '<5>' 33 fsl,wires = <4>;
|
/openbmc/linux/include/linux/platform_data/ |
H A D | mmc-davinci.h | 19 /* wires == 0 is equivalent to wires == 4 (4-bit parallel) */ 20 u8 wires; member
|
H A D | mmc-omap.h | 41 * 4/8 wires and any additional host capabilities 44 u8 wires; /* Used for the MMC driver on omap1 and 2420 */ member
|
/openbmc/u-boot/doc/device-tree-bindings/spi/ |
H A D | spi-bus.txt | 58 - 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).
|
/openbmc/linux/drivers/input/touchscreen/ |
H A D | ti_am335x_tsc.c | 51 unsigned int wires; member 81 * Get the order in which TSC wires are attached in titsc_config_wires() 135 switch (ts_dev->wires) { in titsc_step_config() 164 switch (ts_dev->wires) { in titsc_step_config() 357 err = of_property_read_u32(node, "ti,wires", &ts_dev->wires); in titsc_parse_dt() 360 switch (ts_dev->wires) { in titsc_parse_dt()
|
H A D | fsl-imx25-tcq.c | 436 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()
|
/openbmc/linux/Documentation/devicetree/bindings/sound/ |
H A D | mt6359.yaml | 24 signal. 0 means two wires, 1 means one wire. Default value is 0. 26 - 0 # two wires
|
H A D | mt6358.txt | 17 channels of PDM signal. 0 means two wires, 1 means one wire. Default
|
/openbmc/linux/arch/arm/mach-omap1/ |
H A D | usb.c | 87 pr_cont(", usb2 alt %d wires", config->pins[2]); in omap_otg_init() 89 pr_cont(", usb0 %d wires%s", config->pins[0], in omap_otg_init() 92 pr_cont(", usb1 %d wires", config->pins[1]); in omap_otg_init() 94 pr_cont(", usb2 %d wires", config->pins[2]); in omap_otg_init() 608 pr_cont(", usb0 %d wires%s", config->pins[0], in omap_1510_usb_init() 611 pr_cont(", usb1 %d wires", config->pins[1]); in omap_1510_usb_init() 613 pr_cont(", usb2 %d wires", config->pins[2]); in omap_1510_usb_init()
|
/openbmc/linux/Documentation/driver-api/gpio/ |
H A D | drivers-on-gpio.rst | 26 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
|
/openbmc/linux/Documentation/devicetree/bindings/display/tilcdc/ |
H A D | tilcdc.txt | 25 - "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]),
|
/openbmc/linux/Documentation/devicetree/bindings/iio/temperature/ |
H A D | adi,ltc2983.yaml | 221 adi,number-of-wires: 223 Number of wires used by the RTD. 224 5 means 4 wires with Kelvin sense resistor. 270 adi,number-of-wires: 517 adi,number-of-wires = <2>;
|
H A D | maxim,max31865.yaml | 24 Identifies the number of wires used by the RTD. Setting this property
|
/openbmc/linux/Documentation/devicetree/bindings/iio/adc/ |
H A D | atmel,sama9260-adc.yaml | 70 atmel,adc-ts-wires: 73 Number of touchscreen wires. Must be set to enable touchscreen.
|
/openbmc/linux/Documentation/devicetree/bindings/clock/ |
H A D | arm,syscon-icst.yaml | 25 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
|
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/browser/ |
H A D | README | 37 as wires on Linux or wires.exe on Windows) is on your PATH; and use "marionette"
|
/openbmc/linux/drivers/gpu/drm/amd/acp/ |
H A D | Kconfig | 12 This adds the ACP (Audio CoProcessor) IP driver and wires
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-iio-thermocouple | 17 such as those caused by broken thermocouple wires.
|
/openbmc/linux/arch/arm/boot/dts/microchip/ |
H A D | sama5d3xdm.dtsi | 25 atmel,adc-ts-wires = <4>;
|
H A D | at91-cosino_mega2560.dts | 23 atmel,adc-ts-wires = <4>;
|
/openbmc/linux/Documentation/devicetree/bindings/i2c/ |
H A D | allwinner,sun6i-a31-p2wi.yaml | 7 title: Allwinner A31 P2WI (Push/Pull 2 Wires Interface)
|
/openbmc/linux/drivers/mfd/ |
H A D | mxs-lradc.c | 159 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()
|