Home
last modified time | relevance | path

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

12345678

/Linux-v5.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-v5.10/Documentation/devicetree/bindings/input/touchscreen/
Dchipone_icn8318.txt19 - touchscreen-inverted-x : X axis is inverted (boolean)
20 - touchscreen-inverted-y : Y axis is inverted (boolean)
39 touchscreen-inverted-x;
Dmms114.txt17 - touchscreen-inverted-x: See [1]
18 - touchscreen-inverted-y: See [1]
37 touchscreen-inverted-x;
38 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;
Dbu21013.txt15 - touchscreen-inverted-x : General touchscreen binding, see [1].
16 - touchscreen-inverted-y : General touchscreen binding, see [1].
41 touchscreen-inverted-y;
Dsilead_gsl1680.txt20 - touchscreen-inverted-x : See touchscreen.txt
21 - touchscreen-inverted-y : See touchscreen.txt
40 touchscreen-inverted-x;
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
/Linux-v5.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-v5.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.
Dsdhci-atmel.txt18 - microchip,sdcal-inverted: when present, polarity on the SDCAL SoC pin is
19 inverted. The default polarity for this signal is described in the datasheet.
/Linux-v5.10/drivers/video/backlight/
Dlms283gf05.c93 static void lms283gf05_reset(unsigned long gpio, bool inverted) in lms283gf05_reset() argument
95 gpio_set_value(gpio, !inverted); in lms283gf05_reset()
97 gpio_set_value(gpio, inverted); in lms283gf05_reset()
99 gpio_set_value(gpio, !inverted); in lms283gf05_reset()
/Linux-v5.10/arch/arm64/boot/dts/freescale/
Dimx8mq-zii-ultra-rmb3.dts56 touchscreen-inverted-x;
63 touchscreen-inverted-x;
76 touchscreen-inverted-x;
/Linux-v5.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-v5.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-v5.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-v5.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-v5.10/arch/arm/boot/dts/
Domap5-sbc-t54.dts35 cd-inverted;
36 wp-inverted;
/Linux-v5.10/Documentation/devicetree/bindings/input/rmi4/
Drmi_2d_sensor.txt16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
52 touchscreen-inverted-y;
/Linux-v5.10/arch/arm64/boot/dts/allwinner/
Dsun50i-a64-oceanic-5205-5inmfd.dts49 touchscreen-inverted-x;
50 touchscreen-inverted-y;
/Linux-v5.10/arch/sh/drivers/
Dheartbeat.c33 unsigned bit, unsigned int inverted) in heartbeat_toggle_bit() argument
38 if (inverted) in heartbeat_toggle_bit()

12345678