| /openbmc/qemu/ui/ |
| H A D | cursor.c | 140 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 D | npcm7xx_pwm.c | 116 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 D | gpio_controller.cpp | 58 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 D | PresenceGpio.cpp | 65 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 D | PresenceGpio.hpp | 60 const std::string& gpioName, bool inverted, 78 const std::string& gpioName, bool inverted,
|
| H A D | FanMain.cpp | 461 bool inverted = in createSensors() local 505 inverted, io); in createSensors() 512 inverted, io); in createSensors()
|
| /openbmc/phosphor-bmc-code-mgmt/common/include/ |
| H A D | gpio_controller.hpp | 9 const std::vector<bool>& gpioPolarities, bool inverted); 35 bool mux(bool inverted);
|
| /openbmc/u-boot/arch/arm/dts/ |
| H A D | omap3-beagle-xm-ab.dts | 12 /* HS USB Port 2 Power enable was inverted with the xM C */
|
| H A D | sun8i-a23-polaroid-mid2407pxe03.dts | 105 touchscreen-inverted-x; 106 touchscreen-inverted-y;
|
| H A D | zynq-cc108.dts | 98 wp-inverted ;
|
| H A D | sun4i-a10-pov-protab2-ips9.dts | 114 touchscreen-inverted-x; 115 touchscreen-inverted-y;
|
| H A D | sunxi-libretech-all-h3-cc.dtsi | 137 cd-inverted;
|
| H A D | sun8i-a33-ga10h-v1.1.dts | 67 touchscreen-inverted-y;
|
| H A D | meson-gxl-s905x-p212.dtsi | 141 cd-inverted;
|
| H A D | sun5i-a13-utoo-p66.dts | 122 touchscreen-inverted-x;
|
| H A D | sun5i-q8-common.dtsi | 94 cd-inverted;
|
| H A D | armada-388-helios4.dts | 256 wp-inverted;
|
| H A D | meson-gxl-s905x-libretech-cc.dts | 242 cd-inverted;
|
| H A D | sun8i-r40-bananapi-m2-ultra.dts | 138 cd-inverted;
|
| /openbmc/u-boot/doc/device-tree-bindings/gpio/ |
| H A D | nvidia,tegra20-gpio.txt | 11 - bit 0 specifies polarity (0 for normal, 1 for inverted)
|
| H A D | intel,x86-pinctrl.txt | 23 - invert - (optional) this input pin is inverted
|
| H A D | mscc_sgpio.txt | 16 - bit 0 specifies polarity (0 for normal, 1 for inverted)
|
| H A D | intel,x86-broadwell-pinctrl.txt | 18 - invert - the input pin is inverted
|
| /openbmc/u-boot/doc/ |
| H A D | README.bootmenu | 81 Selected menu entry will be highlighted - it will have inverted
|
| /openbmc/qemu/tests/qtest/ |
| H A D | npcm7xx_pwm-test.c | 343 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()
|