Home
last modified time | relevance | path

Searched refs:inverted (Results 1 – 25 of 226) sorted by relevance

12345678910

/linux-6.3-rc2/drivers/leds/trigger/
A Dledtrig-gpio.c21 unsigned inverted; /* true when gpio is inverted */ member
32 if (gpio_data->inverted) in gpio_trig_irq()
81 return sprintf(buf, "%u\n", gpio_data->inverted); in gpio_trig_inverted_show()
89 unsigned long inverted; in gpio_trig_inverted_store() local
92 ret = kstrtoul(buf, 10, &inverted); in gpio_trig_inverted_store()
96 if (inverted > 1) in gpio_trig_inverted_store()
99 gpio_data->inverted = inverted; in gpio_trig_inverted_store()
107 static DEVICE_ATTR(inverted, 0644, gpio_trig_inverted_show,
/linux-6.3-rc2/Documentation/devicetree/bindings/net/
A Dmotorcomm,yt8xxx.yaml58 Useful if you want to use tx-clk-xxxx-inverted to adj the delay of tx clk.
61 motorcomm,tx-clk-10-inverted:
63 Use original or inverted RGMII Transmit PHY Clock to drive the RGMII
67 motorcomm,tx-clk-100-inverted:
69 Use original or inverted RGMII Transmit PHY Clock to drive the RGMII
73 motorcomm,tx-clk-1000-inverted:
75 Use original or inverted RGMII Transmit PHY Clock to drive the RGMII
/linux-6.3-rc2/Documentation/devicetree/bindings/input/touchscreen/
A Dimagis,ist3038c.yaml39 touchscreen-inverted-x: true
40 touchscreen-inverted-y: true
69 touchscreen-inverted-x;
70 touchscreen-inverted-y;
A Dbrcm,iproc-touchscreen.txt59 - touchscreen-inverted-x: X axis is inverted (boolean)
60 - touchscreen-inverted-y: Y axis is inverted (boolean)
85 touchscreen-inverted-x;
86 touchscreen-inverted-y;
A Dmelfas,mms114.yaml50 touchscreen-inverted-x: true
51 touchscreen-inverted-y: true
82 touchscreen-inverted-x;
83 touchscreen-inverted-y;
A Deeti,exc3000.yaml29 touchscreen-inverted-x: true
30 touchscreen-inverted-y: true
55 touchscreen-inverted-x;
A Dilitek_ts_i2c.yaml47 touchscreen-inverted-x: true
48 touchscreen-inverted-y: true
73 touchscreen-inverted-y;
A Dbu21013.txt15 - touchscreen-inverted-x : General touchscreen binding, see [1].
16 - touchscreen-inverted-y : General touchscreen binding, see [1].
41 touchscreen-inverted-y;
A Dtouchscreen.yaml58 touchscreen-inverted-x:
59 description: X axis is inverted
62 touchscreen-inverted-y:
63 description: Y axis is inverted
A Draspberrypi,firmware-ts.txt11 - touchscreen-inverted-x: See touchscreen.txt
12 - touchscreen-inverted-y: See touchscreen.txt
A Dzet6223.txt15 - touchscreen-inverted-x : See touchscreen.txt
16 - touchscreen-inverted-y : See touchscreen.txt
A Deeti.txt16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
A Dhimax,hx83112b.yaml29 touchscreen-inverted-x: true
30 touchscreen-inverted-y: true
/linux-6.3-rc2/lib/
A Dglob.c71 bool match = false, inverted = (*pat == '!'); in glob_match() local
72 char const *class = pat + inverted; in glob_match()
98 if (match == inverted) in glob_match()
/linux-6.3-rc2/Documentation/devicetree/bindings/mmc/
A Dvt8500-sdmmc.txt11 - sdon-inverted: SD_ON bit is inverted on the controller
21 sdon-inverted;
A Datmel-hsmci.txt44 - cd-inverted: invert the value of external card detect gpio line
53 cd-inverted;
67 cd-inverted;
A Dfsl-esdhc.txt28 - sdhci,wp-inverted : specifies that eSDHC controller reports
29 inverted write-protect state; New devices should use the generic
30 "wp-inverted" property.
/linux-6.3-rc2/arch/x86/math-emu/
A Dpoly_atan.c55 u_char transformed, inverted, sign1, sign2; in poly_atan() local
82 inverted = 1; in poly_atan()
87 inverted = 0; in poly_atan()
182 if (inverted) { in poly_atan()
/linux-6.3-rc2/Documentation/devicetree/bindings/sound/
A Drt5651.txt25 - realtek,jack-detect-not-inverted
26 bool. Normal jack-detect switches give an inverted (active-low) signal,
28 inverted.
A Drt5640.txt48 - realtek,jack-detect-not-inverted
49 bool. Normal jack-detect switches give an inverted signal, set this bool
50 in the rare case you've a jack-detect switch which is not inverted.
/linux-6.3-rc2/Documentation/userspace-api/media/rc/
A Drc-protos.rst55 - 6 (inverted)
78 where there the second stop bit is the 6th command bit, but inverted.
80 schemes. This bit is stored in bit 6 of the scancode, inverted. This is
182 The jvc protocol is much like nec, without the inverted values. It is
283 second time it is inverted. This is done for verification.
298 nec-32 does not send an inverted address or an inverted command; the
302 inverted value of the first, and also the last 8 bits must not be the
303 inverted value of the third 8 bit value.
334 their inverted versions, but these are not present in the scancodes.
399 (40ms) space between the normal and inverted values, and some IR receivers
/linux-6.3-rc2/drivers/i2c/busses/
A Di2c-parport.c36 u8 inverted; member
198 if ((op->inverted && !state) || (!op->inverted && state)) in line_set()
209 return ((op->inverted && (oldval & op->val) != op->val) in line_get()
210 || (!op->inverted && (oldval & op->val) == op->val)); in line_get()
/linux-6.3-rc2/arch/arm/boot/dts/
A Dimx6dl-b155v2.dts28 touchscreen-inverted-x;
29 touchscreen-inverted-y;
A Domap5-sbc-t54.dts35 cd-inverted;
36 wp-inverted;
/linux-6.3-rc2/Documentation/devicetree/bindings/input/rmi4/
A Drmi_2d_sensor.txt16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
52 touchscreen-inverted-y;

Completed in 18 milliseconds

12345678910