Home
last modified time | relevance | path

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

12345678910

/openbmc/linux/drivers/leds/trigger/
H 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,
/openbmc/qemu/ui/
H A Dcursor.c140 const uint32_t inverted = 0x80000000; in cursor_set_mono() local
152 *data = inverted; in cursor_set_mono()
183 ((x > 0 && data[-1] == inverted) || in cursor_set_mono()
184 (x + 1 < c->width && data[1] == inverted) || in cursor_set_mono()
185 (y > 0 && data[-c->width] == inverted) || in cursor_set_mono()
186 (y + 1 < c->height && data[c->width] == inverted))) { in cursor_set_mono()
193 if (*data == inverted) { in cursor_set_mono()
/openbmc/qemu/hw/misc/
H A Dnpcm7xx_pwm.c116 if (p->inverted) { in npcm7xx_pwm_calculate_duty()
183 bool inverted; in npcm7xx_pwm_write_pcr() local
192 inverted = pcr & NPCM7XX_CH_INV; in npcm7xx_pwm_write_pcr()
201 if (p->inverted ^ inverted) { in npcm7xx_pwm_write_pcr()
202 p->inverted = inverted; in npcm7xx_pwm_write_pcr()
208 p->inverted = inverted; in npcm7xx_pwm_write_pcr()
214 p->inverted = inverted; in npcm7xx_pwm_write_pcr()
516 VMSTATE_BOOL(inverted, NPCM7xxPWM),
/openbmc/linux/Documentation/devicetree/bindings/input/touchscreen/
H 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;
H A Dbu21013.txt15 - touchscreen-inverted-x : General touchscreen binding, see [1].
16 - touchscreen-inverted-y : General touchscreen binding, see [1].
41 touchscreen-inverted-y;
H A Draspberrypi,firmware-ts.txt11 - touchscreen-inverted-x: See touchscreen.txt
12 - touchscreen-inverted-y: See touchscreen.txt
H A Dzet6223.txt15 - touchscreen-inverted-x : See touchscreen.txt
16 - touchscreen-inverted-y : See touchscreen.txt
H A Deeti.txt16 - touchscreen-inverted-x
17 - touchscreen-inverted-y
/openbmc/linux/lib/
H 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()
/openbmc/linux/Documentation/devicetree/bindings/mmc/
H A Dvt8500-sdmmc.txt11 - sdon-inverted: SD_ON bit is inverted on the controller
21 sdon-inverted;
H A Datmel-hsmci.txt44 - cd-inverted: invert the value of external card detect gpio line
53 cd-inverted;
67 cd-inverted;
H 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.
H A Dsdhci-atmel.txt20 - microchip,sdcal-inverted: when present, polarity on the SDCAL SoC pin is
21 inverted. The default polarity for this signal is described in the datasheet.
/openbmc/linux/arch/riscv/boot/dts/starfive/
H A Djh7110-starfive-visionfive-2-v1.3b.dts29 motorcomm,tx-clk-100-inverted;
30 motorcomm,tx-clk-1000-inverted;
39 motorcomm,tx-clk-100-inverted;
/openbmc/dbus-sensors/src/fan/
H A DPresenceGpio.cpp65 const std::string& gpioName, bool inverted, boost::asio::io_context& io) : in EventPresenceGpio() argument
72 inverted ? gpiod::line_request::FLAG_ACTIVE_LOW : 0}); in EventPresenceGpio()
131 const std::string& gpioName, bool inverted, boost::asio::io_context& io) : in PollingPresenceGpio()
138 inverted ? gpiod::line_request::FLAG_ACTIVE_LOW : 0}); in PollingPresenceGpio()
129 PollingPresenceGpio(const std::string & deviceType,const std::string & deviceName,const std::string & gpioName,bool inverted,boost::asio::io_context & io) PollingPresenceGpio() argument
H A DPresenceGpio.hpp60 const std::string& gpioName, bool inverted,
78 const std::string& gpioName, bool inverted,
/openbmc/linux/arch/x86/math-emu/
H 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()
/openbmc/linux/Documentation/userspace-api/media/rc/
H 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
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drt5651.txt25 - realtek,jack-detect-not-inverted
26 bool. Normal jack-detect switches give an inverted (active-low) signal,
28 inverted.
H 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.
/openbmc/linux/drivers/i2c/busses/
H 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()
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx6dl-b155v2.dts28 touchscreen-inverted-x;
29 touchscreen-inverted-y;
/openbmc/linux/arch/arm/boot/dts/ti/omap/
H A Domap5-sbc-t54.dts35 cd-inverted;
36 wp-inverted;
/openbmc/linux/arch/arm64/boot/dts/allwinner/
H A Dsun50i-a64-oceanic-5205-5inmfd.dts49 touchscreen-inverted-x;
50 touchscreen-inverted-y;
/openbmc/linux/arch/arm64/boot/dts/freescale/
H A Dimx8mq-zii-ultra-rmb3.dts127 touchscreen-inverted-x;
136 touchscreen-inverted-x;
149 touchscreen-inverted-x;

12345678910