Home
last modified time | relevance | path

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

12345678

/Linux-v4.19/drivers/leds/trigger/
Dledtrig-gpio.c24 unsigned inverted; /* true when gpio is inverted */ member
35 if (gpio_data->inverted) in gpio_trig_irq()
84 return sprintf(buf, "%u\n", gpio_data->inverted); in gpio_trig_inverted_show()
92 unsigned long inverted; in gpio_trig_inverted_store() local
95 ret = kstrtoul(buf, 10, &inverted); in gpio_trig_inverted_store()
99 if (inverted > 1) in gpio_trig_inverted_store()
102 gpio_data->inverted = inverted; in gpio_trig_inverted_store()
109 static DEVICE_ATTR(inverted, 0644, gpio_trig_inverted_show,
/Linux-v4.19/Documentation/devicetree/bindings/input/touchscreen/
Dtouchscreen.txt23 - touchscreen-inverted-x : X axis is inverted (boolean)
24 - touchscreen-inverted-y : Y axis is inverted (boolean)
36 - x-invert : deprecated name for touchscreen-inverted-x
37 - y-invert : deprecated name for touchscreen-inverted-y
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.txt16 - touchscreen-inverted-x: See [1]
17 - touchscreen-inverted-y: See [1]
36 touchscreen-inverted-x;
37 touchscreen-inverted-y;
Dgoodix.txt22 - touchscreen-inverted-x : X axis is inverted (boolean)
23 - touchscreen-inverted-y : Y axis is inverted (boolean)
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;
Dexc3000.txt11 - touchscreen-inverted-x: See touchscreen.txt
12 - touchscreen-inverted-y: See touchscreen.txt
24 touchscreen-inverted-x;
Dsilead_gsl1680.txt20 - touchscreen-inverted-x : See touchscreen.txt
21 - touchscreen-inverted-y : See touchscreen.txt
40 touchscreen-inverted-x;
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-v4.19/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-v4.19/Documentation/devicetree/bindings/mmc/
Dvt8500-sdmmc.txt11 - sdon-inverted: SD_ON bit is inverted on the controller
21 sdon-inverted;
Dmmc.txt20 - cd-inverted: when present, polarity on the CD line is inverted. See the note
24 - wp-inverted: when present, polarity on the WP line is inverted. See the note
67 polarity properties, we have to fix the meaning of the "normal" and "inverted"
69 lines as "active low." Therefore, using the "cd-inverted" property means, that
71 logic applies to the "wp-inverted" property.
75 dedicated pins can be specified, using *-inverted properties. GPIO polarity can
79 GPIO_ACTIVE_LOW flag clear and specifying the respective *-inverted property
145 cd-inverted;
Datmel-hsmci.txt44 - cd-inverted: invert the value of external card detect gpio line
53 cd-inverted;
67 cd-inverted;
Dfsl-esdhc.txt27 - sdhci,wp-inverted : specifies that eSDHC controller reports
28 inverted write-protect state; New devices should use the generic
29 "wp-inverted" property.
/Linux-v4.19/drivers/video/backlight/
Dlms283gf05.c96 static void lms283gf05_reset(unsigned long gpio, bool inverted) in lms283gf05_reset() argument
98 gpio_set_value(gpio, !inverted); in lms283gf05_reset()
100 gpio_set_value(gpio, inverted); in lms283gf05_reset()
102 gpio_set_value(gpio, !inverted); in lms283gf05_reset()
/Linux-v4.19/drivers/i2c/busses/
Di2c-parport-light.c67 if ((op->inverted && !state) || (!op->inverted && state)) in line_set()
77 return ((op->inverted && (oldval & op->val) != op->val) in line_get()
78 || (!op->inverted && (oldval & op->val) == op->val)); in line_get()
Di2c-parport.c102 if ((op->inverted && !state) || (!op->inverted && state)) in line_set()
113 return ((op->inverted && (oldval & op->val) != op->val) in line_get()
114 || (!op->inverted && (oldval & op->val) == op->val)); in line_get()
/Linux-v4.19/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-v4.19/arch/arm/boot/dts/
Domap5-sbc-t54.dts35 cd-inverted;
36 wp-inverted;
Dbcm9hmidc.dtsi39 touchscreen-inverted-x;
40 touchscreen-inverted-y;
/Linux-v4.19/Documentation/devicetree/bindings/input/rmi4/
Drmi_2d_sensor.txt16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
52 touchscreen-inverted-y;
/Linux-v4.19/Documentation/devicetree/bindings/sound/
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-v4.19/arch/sh/drivers/
Dheartbeat.c36 unsigned bit, unsigned int inverted) in heartbeat_toggle_bit() argument
41 if (inverted) in heartbeat_toggle_bit()
/Linux-v4.19/drivers/thermal/
Darmada_thermal.c90 bool inverted; member
345 if (priv->data->inverted) in armada_read_sensor()
446 .inverted = true,
460 .inverted = true,
476 .inverted = true,

12345678