Home
last modified time | relevance | path

Searched refs:TurnOff (Results 1 – 25 of 233) sorted by relevance

12345678910

/dports/sysutils/edk2/edk2-platforms-89f6170d/Silicon/Intel/TigerlakeSiliconPkg/IpBlock/SerialIo/LibraryPrivate/PeiDxeSmmSerialIoPrivateLib/
H A DSerialIoPrivateLibUart.c58 BOOLEAN TurnOff; in SerialIoUartBootHandler() local
60 TurnOff = FALSE; in SerialIoUartBootHandler()
67 TurnOff = TRUE; in SerialIoUartBootHandler()
76 TurnOff = TRUE; in SerialIoUartBootHandler()
81 TurnOff = FALSE; in SerialIoUartBootHandler()
84 if (TurnOff) { in SerialIoUartBootHandler()
112 BOOLEAN TurnOff; in SerialIoUartS3Handler() local
116 TurnOff = FALSE; in SerialIoUartS3Handler()
119 TurnOff = TRUE; in SerialIoUartS3Handler()
124 TurnOff = TRUE; in SerialIoUartS3Handler()
[all …]
H A DSerialIoPrivateLibSpi.c58 BOOLEAN TurnOff; in GetSerialIoI2cFixedPciCfgAddress()
60 TurnOff = FALSE; in GetSerialIoI2cFixedPciCfgAddress()
63 TurnOff = TRUE; in GetSerialIoI2cFixedPciCfgAddress()
68 TurnOff = TRUE; in GetSerialIoI2cFixedPciCfgAddress()
72 if (TurnOff) { in GetSerialIoI2cFixedPciCfgAddress()
98 BOOLEAN TurnOff;
102 TurnOff = FALSE;
105 TurnOff = TRUE;
110 TurnOff = TRUE;
114 if (TurnOff) {
H A DSerialIoPrivateLibI2c.c58 BOOLEAN TurnOff; in SerialIoI2cBootHandler() local
60 TurnOff = FALSE; in SerialIoI2cBootHandler()
63 TurnOff = TRUE; in SerialIoI2cBootHandler()
68 TurnOff = TRUE; in SerialIoI2cBootHandler()
72 if (TurnOff) { in SerialIoI2cBootHandler()
98 BOOLEAN TurnOff; in SerialIoI2cS3Handler() local
102 TurnOff = FALSE; in SerialIoI2cS3Handler()
105 TurnOff = TRUE; in SerialIoI2cS3Handler()
110 TurnOff = TRUE; in SerialIoI2cS3Handler()
114 if (TurnOff) { in SerialIoI2cS3Handler()
/dports/sysutils/plasma5-powerdevil/powerdevil-5.23.5/daemon/actions/bundled/
H A Dwirelesspowersaving.cpp38 , m_currentProfileWifiOption(BundledActions::WirelessPowerSaving::TurnOff) in WirelessPowerSaving()
39 , m_currentProfileWwanOption(BundledActions::WirelessPowerSaving::TurnOff) in WirelessPowerSaving()
40 , m_currentProfileBtOption(BundledActions::WirelessPowerSaving::TurnOff) in WirelessPowerSaving()
41 , m_lastProfileWifiOption(BundledActions::WirelessPowerSaving::TurnOff) in WirelessPowerSaving()
42 , m_lastProfileWwanOption(BundledActions::WirelessPowerSaving::TurnOff) in WirelessPowerSaving()
43 , m_lastProfileBtOption(BundledActions::WirelessPowerSaving::TurnOff) in WirelessPowerSaving()
56 …f (m_lastWifiState && m_currentProfileWifiOption == BundledActions::WirelessPowerSaving::TurnOff) { in onProfileUnload()
68 if (m_lastBtState && m_currentProfileBtOption == BundledActions::WirelessPowerSaving::TurnOff) { in onProfileUnload()
114 if (wifiOption == BundledActions::WirelessPowerSaving::TurnOff) { in triggerImpl()
120 if (wwanOption == BundledActions::WirelessPowerSaving::TurnOff) { in triggerImpl()
[all …]
H A Dwirelesspowersavingconfig.cpp76 m_wifiCombobox->addItem(i18n("Turn off"), (uint)WirelessPowerSaving::TurnOff); in buildUi()
81 m_wwanCombobox->addItem(i18n("Turn off"), (uint)WirelessPowerSaving::TurnOff); in buildUi()
86 m_btCombobox->addItem(i18n("Turn off"), (uint)WirelessPowerSaving::TurnOff); in buildUi()
/dports/devel/ncurses/ncurses-6.3/ncurses/widechar/
H A Dlib_vid_attr.c52 #define TurnOff(mask, mode) \ macro
174 TurnOff(A_UNDERLINE, exit_underline_mode); in NCURSES_EXPORT()
177 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
181 TurnOff(A_ITALIC, exit_italics_mode); in NCURSES_EXPORT()
213 TurnOff(A_ITALIC, exit_italics_mode); in NCURSES_EXPORT()
222 TurnOff(A_ALTCHARSET, exit_alt_charset_mode); in NCURSES_EXPORT()
225 TurnOff(A_UNDERLINE, exit_underline_mode); in NCURSES_EXPORT()
229 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
233 TurnOff(A_ITALIC, exit_italics_mode); in NCURSES_EXPORT()
/dports/devel/ncurses/ncurses-6.3/ncurses/tty/
H A Dlib_vidattr.c85 #define TurnOff(mask, mode) \ macro
242 TurnOff(A_UNDERLINE, exit_underline_mode); in NCURSES_EXPORT()
245 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
249 TurnOff(A_ITALIC, exit_italics_mode); in NCURSES_EXPORT()
279 TurnOff(A_ITALIC, exit_italics_mode); in NCURSES_EXPORT()
288 TurnOff(A_ALTCHARSET, exit_alt_charset_mode); in NCURSES_EXPORT()
291 TurnOff(A_UNDERLINE, exit_underline_mode); in NCURSES_EXPORT()
295 TurnOff(A_STANDOUT, exit_standout_mode); in NCURSES_EXPORT()
299 TurnOff(A_ITALIC, exit_italics_mode); in NCURSES_EXPORT()
/dports/science/simlib/simlib/src/
H A Dnumint.cc81 CurrentMethodPtr->TurnOff(); // suspend present method in SetMethod()
261 void IntegrationMethod::TurnOff(void) in TurnOff() function in simlib3::IntegrationMethod
438 void MultiStepMethod::TurnOff(void) in TurnOff() function in simlib3::MultiStepMethod
441 IntegrationMethod::TurnOff(); // turn off inherited part in TurnOff()
443 SlavePtr()->TurnOff(); // turn off your slave in TurnOff()
503 void StatusMethod::TurnOff(void) in TurnOff() function in simlib3::StatusMethod
506 IntegrationMethod::TurnOff(); // turn off inherited part in TurnOff()
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/game/sgt/
H A Dbasin.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
59 bool CBasin::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CBasin
H A Dsgt_tv.cpp28 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
43 bool CSGTTV::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CSGTTV
H A Dvase.cpp29 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
56 bool CVase::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CVase
H A Dwashstand.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
58 bool CWashstand::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CWashstand
H A Dchest_of_drawers.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
57 bool CChestOfDrawers::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CChestOfDrawers
H A Dtoilet.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
61 bool CToilet::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CToilet
H A Darmchair.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
68 bool CArmchair::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CArmchair
H A Ddesk.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
58 bool CDesk::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CDesk
/dports/games/scummvm/scummvm-2.5.1/engines/titanic/game/sgt/
H A Dbasin.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
59 bool CBasin::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CBasin
H A Dsgt_tv.cpp28 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
43 bool CSGTTV::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CSGTTV
H A Dwashstand.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
58 bool CWashstand::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CWashstand
H A Dvase.cpp29 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
56 bool CVase::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CVase
H A Dtoilet.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
61 bool CToilet::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CToilet
H A Dchest_of_drawers.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
57 bool CChestOfDrawers::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CChestOfDrawers
H A Darmchair.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
68 bool CArmchair::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CArmchair
H A Ddesk.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
58 bool CDesk::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CDesk
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/titanic/npcs/
H A Dcharacter.cpp30 ON_MESSAGE(TurnOff) in BEGIN_MESSAGE_MAP()
70 bool CCharacter::TurnOff(CTurnOff *msg) { in TurnOff() function in Titanic::CCharacter

12345678910