Home
last modified time | relevance | path

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

123456789

/linux-5.19.10/drivers/leds/trigger/
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-5.19.10/Documentation/devicetree/bindings/input/touchscreen/
Dimagis,ist3038c.yaml39 touchscreen-inverted-x: true
40 touchscreen-inverted-y: true
69 touchscreen-inverted-x;
70 touchscreen-inverted-y;
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;
Dmelfas,mms114.yaml50 touchscreen-inverted-x: true
51 touchscreen-inverted-y: true
82 touchscreen-inverted-x;
83 touchscreen-inverted-y;
Deeti,exc3000.yaml29 touchscreen-inverted-x: true
30 touchscreen-inverted-y: true
55 touchscreen-inverted-x;
Dilitek_ts_i2c.yaml47 touchscreen-inverted-x: true
48 touchscreen-inverted-y: true
73 touchscreen-inverted-y;
Dbu21013.txt15 - touchscreen-inverted-x : General touchscreen binding, see [1].
16 - touchscreen-inverted-y : General touchscreen binding, see [1].
41 touchscreen-inverted-y;
Dtouchscreen.yaml58 touchscreen-inverted-x:
59 description: X axis is inverted
62 touchscreen-inverted-y:
63 description: Y axis is inverted
Draspberrypi,firmware-ts.txt11 - touchscreen-inverted-x: See touchscreen.txt
12 - touchscreen-inverted-y: See touchscreen.txt
Dzet6223.txt15 - touchscreen-inverted-x : See touchscreen.txt
16 - touchscreen-inverted-y : See touchscreen.txt
Deeti.txt16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
Dazoteq,iqs5xx.yaml42 touchscreen-inverted-x: true
43 touchscreen-inverted-y: true
/linux-5.19.10/lib/
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-5.19.10/Documentation/devicetree/bindings/mmc/
Dvt8500-sdmmc.txt11 - sdon-inverted: SD_ON bit is inverted on the controller
21 sdon-inverted;
Datmel-hsmci.txt44 - cd-inverted: invert the value of external card detect gpio line
53 cd-inverted;
67 cd-inverted;
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.
Dmmc-controller.yaml54 # of the "normal" and "inverted" line levels. We choose to follow
56 # low." Therefore, using the "cd-inverted" property means, that the
58 # inserted. Similar logic applies to the "wp-inverted" property.
63 # using *-inverted properties. GPIO polarity can also be specified
68 # respective *-inverted property property results in a
71 wp-inverted:
74 The Write Protect line polarity is inverted.
76 cd-inverted:
79 The CD line polarity is inverted.
/linux-5.19.10/arch/x86/math-emu/
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-5.19.10/Documentation/devicetree/bindings/sound/
Drt5651.txt25 - realtek,jack-detect-not-inverted
26 bool. Normal jack-detect switches give an inverted (active-low) signal,
28 inverted.
Drt5640.txt45 - realtek,jack-detect-not-inverted
46 bool. Normal jack-detect switches give an inverted signal, set this bool
47 in the rare case you've a jack-detect switch which is not inverted.
/linux-5.19.10/Documentation/userspace-api/media/rc/
Drc-protos.rst55 - 6 (inverted)
78 where there the second stop bit is the 6th commmand 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-5.19.10/arch/arm/boot/dts/
Dimx6dl-b155v2.dts28 touchscreen-inverted-x;
29 touchscreen-inverted-y;
Domap5-sbc-t54.dts35 cd-inverted;
36 wp-inverted;
/linux-5.19.10/drivers/i2c/busses/
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-5.19.10/Documentation/devicetree/bindings/input/rmi4/
Drmi_2d_sensor.txt16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
52 touchscreen-inverted-y;

123456789