Symbol: Disable
headers/private/kernel/arch/arm/arch_uart_pl011.h
31
void Disable();
headers/private/kernel/arch/arm64/arch_uart_linflex.h
525
void Disable();
headers/private/kernel/arch/arm64/arch_uart_samsung.h
27
void Disable();
headers/private/kernel/arch/generic/debug_uart.h
30
virtual void Disable() { fEnabled = false; }
headers/private/kernel/arch/riscv64/arch_uart_sifive.h
79
virtual void Disable();
headers/private/kernel/debug_paranoia.h
107
inline void Disable()
src/add-ons/accelerants/intel_extreme/FlexibleDisplayInterface.h
22
void Disable();
src/add-ons/accelerants/intel_extreme/FlexibleDisplayInterface.h
42
void Disable();
src/add-ons/accelerants/intel_extreme/PanelFitter.h
21
void Disable();
src/add-ons/accelerants/intel_extreme/Pipes.h
40
void Disable();
src/add-ons/accelerants/intel_extreme/mode.cpp
468
13. Disable panel power override
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.cpp
352
Disable();
src/add-ons/input_server/devices/keyboard/TeamMonitorWindow.h
35
void Disable();
src/add-ons/kernel/busses/scsi/ahci/ahci_port.cpp
200
if (!Disable()) {
src/add-ons/kernel/busses/scsi/ahci/ahci_port.cpp
257
if (!Disable()) {
src/add-ons/kernel/busses/scsi/ahci/ahci_port.h
55
bool Disable();
src/preferences/network/ServiceView.cpp
153
Disable();
src/preferences/network/ServiceView.h
40
virtual void Disable();
src/system/kernel/arch/arm/arch_uart_pl011.cpp
223
Disable();
src/system/kernel/arch/arm/arch_uart_pl011.cpp
268
DebugUART::Disable();
src/system/kernel/arch/arm64/arch_uart_linflex.cpp
61
Disable();
src/system/kernel/arch/arm64/arch_uart_linflex.cpp
93
DebugUART::Disable();
src/system/kernel/arch/arm64/arch_uart_samsung.cpp
87
DebugUART::Disable();
src/system/kernel/arch/generic/debug_uart_8250.cpp
94
Disable();
src/system/kernel/arch/riscv64/arch_uart_sifive.cpp
69
DebugUART::Disable();