Home
last modified time | relevance | path

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

12

/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/phosphor-bmc-code-mgmt/common/src/
H A Dgpio_controller.cpp58 bool GPIOGroup::mux(bool inverted) in mux() argument
65 activeBulks = requestMuxGPIOs(lines, polarities, inverted); in mux()
68 error("Failed to mux GPIOs", "INVERTED", inverted); in mux()
93 const std::vector<bool>& gpioPolarities, bool inverted) in requestMuxGPIOs() argument
116 groupValues[chipName].push_back(gpioPolarities[i] ^ inverted ? 1 : 0); in requestMuxGPIOs()
/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() argument
138 inverted ? gpiod::line_request::FLAG_ACTIVE_LOW : 0}); in PollingPresenceGpio()
H A DPresenceGpio.hpp60 const std::string& gpioName, bool inverted,
78 const std::string& gpioName, bool inverted,
H A DFanMain.cpp461 bool inverted = in createSensors() local
505 inverted, io); in createSensors()
512 inverted, io); in createSensors()
/openbmc/phosphor-bmc-code-mgmt/common/include/
H A Dgpio_controller.hpp9 const std::vector<bool>& gpioPolarities, bool inverted);
35 bool mux(bool inverted);
/openbmc/u-boot/arch/arm/dts/
H A Domap3-beagle-xm-ab.dts12 /* HS USB Port 2 Power enable was inverted with the xM C */
H A Dsun8i-a23-polaroid-mid2407pxe03.dts105 touchscreen-inverted-x;
106 touchscreen-inverted-y;
H A Dzynq-cc108.dts98 wp-inverted ;
H A Dsun4i-a10-pov-protab2-ips9.dts114 touchscreen-inverted-x;
115 touchscreen-inverted-y;
H A Dsunxi-libretech-all-h3-cc.dtsi137 cd-inverted;
H A Dsun8i-a33-ga10h-v1.1.dts67 touchscreen-inverted-y;
H A Dmeson-gxl-s905x-p212.dtsi141 cd-inverted;
H A Dsun5i-a13-utoo-p66.dts122 touchscreen-inverted-x;
H A Dsun5i-q8-common.dtsi94 cd-inverted;
H A Darmada-388-helios4.dts256 wp-inverted;
H A Dmeson-gxl-s905x-libretech-cc.dts242 cd-inverted;
H A Dsun8i-r40-bananapi-m2-ultra.dts138 cd-inverted;
/openbmc/u-boot/doc/device-tree-bindings/gpio/
H A Dnvidia,tegra20-gpio.txt11 - bit 0 specifies polarity (0 for normal, 1 for inverted)
H A Dintel,x86-pinctrl.txt23 - invert - (optional) this input pin is inverted
H A Dmscc_sgpio.txt16 - bit 0 specifies polarity (0 for normal, 1 for inverted)
H A Dintel,x86-broadwell-pinctrl.txt18 - invert - the input pin is inverted
/openbmc/u-boot/doc/
H A DREADME.bootmenu81 Selected menu entry will be highlighted - it will have inverted
/openbmc/qemu/tests/qtest/
H A Dnpcm7xx_pwm-test.c343 static uint64_t pwm_compute_duty(uint32_t cnr, uint32_t cmr, bool inverted) in pwm_compute_duty() argument
356 if (inverted) { in pwm_compute_duty()

12