Home
last modified time | relevance | path

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

12345

/linux-6.14.4/include/uapi/linux/spi/
Dspi.h22 #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 */
/linux-6.14.4/Documentation/devicetree/bindings/mfd/
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>;
/linux-6.14.4/Documentation/devicetree/bindings/input/touchscreen/
Dti,am3359-tsc.yaml16 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>;
Dfsl-mx25-tcq.txt11 - fsl,wires: Should be '<4>' or '<5>'
33 fsl,wires = <4>;
/linux-6.14.4/include/linux/platform_data/
Dmmc-davinci.h19 /* wires == 0 is equivalent to wires == 4 (4-bit parallel) */
20 u8 wires; member
Dmmc-omap.h41 * 4/8 wires and any additional host capabilities
44 u8 wires; /* Used for the MMC driver on omap1 and 2420 */ member
/linux-6.14.4/drivers/input/touchscreen/
Dti_am335x_tsc.c51 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()
163 switch (ts_dev->wires) { in titsc_step_config()
356 err = of_property_read_u32(node, "ti,wires", &ts_dev->wires); in titsc_parse_dt()
359 switch (ts_dev->wires) { in titsc_parse_dt()
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()
/linux-6.14.4/arch/arm/mach-omap1/
Dusb.c87 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()
/linux-6.14.4/Documentation/devicetree/bindings/sound/
Dmt6359.yaml24 signal. 0 means two wires, 1 means one wire. Default value is 0.
26 - 0 # two wires
Dmediatek,mt8365-afe.yaml66 signal. 1 means two wires, 0 means one wire. Default value is 0.
69 - 1 # two wires
Dmt6358.txt17 channels of PDM signal. 0 means two wires, 1 means one wire. Default
/linux-6.14.4/Documentation/devicetree/bindings/iio/temperature/
Dadi,ltc2983.yaml223 adi,number-of-wires:
225 Number of wires used by the RTD.
226 5 means 4 wires with Kelvin sense resistor.
272 adi,number-of-wires:
521 adi,number-of-wires = <2>;
Dmaxim,max31865.yaml24 Identifies the number of wires used by the RTD. Setting this property
/linux-6.14.4/Documentation/devicetree/bindings/display/tilcdc/
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]),
/linux-6.14.4/Documentation/driver-api/gpio/
Ddrivers-on-gpio.rst26 mouse cable and connect the wires to GPIO lines or solder a mouse connector
54 (two wires, SDA and SCL lines) by hammering (bitbang) two GPIO lines. It will
59 of wires, at least SCK and optionally MISO, MOSI and chip select lines) using
/linux-6.14.4/Documentation/devicetree/bindings/clock/
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
/linux-6.14.4/Documentation/devicetree/bindings/iio/adc/
Datmel,sama9260-adc.yaml70 atmel,adc-ts-wires:
73 Number of touchscreen wires. Must be set to enable touchscreen.
/linux-6.14.4/drivers/gpu/drm/amd/acp/
DKconfig12 This adds the ACP (Audio CoProcessor) IP driver and wires
/linux-6.14.4/Documentation/ABI/testing/
Dsysfs-bus-iio-thermocouple17 such as those caused by broken thermocouple wires.
/linux-6.14.4/drivers/mfd/
Dmxs-lradc.c154 ret = of_property_read_u32(node, "fsl,lradc-touchscreen-wires", in mxs_lradc_probe()
173 "Unsupported number of touchscreen wires (%d)\n" in mxs_lradc_probe()
/linux-6.14.4/arch/arm/boot/dts/microchip/
Dsama5d3xdm.dtsi25 atmel,adc-ts-wires = <4>;
Dat91-cosino_mega2560.dts23 atmel,adc-ts-wires = <4>;
/linux-6.14.4/Documentation/devicetree/bindings/i2c/
Dallwinner,sun6i-a31-p2wi.yaml7 title: Allwinner A31 P2WI (Push/Pull 2 Wires Interface)
/linux-6.14.4/Documentation/devicetree/bindings/media/i2c/
Daptina,mt9v111.yaml17 of image resolutions and formats controllable through a simple two-wires

12345