Symbol: suspend
headers/os/drivers/device_manager.h
129
status_t (*suspend)(void *driverCookie, int32 state);
headers/os/drivers/pcmcia/driver_ops.h
63
void (*suspend) (dev_node_t *dev);
src/add-ons/kernel/busses/usb/xhci.cpp
3014
XHCI::StopEndpoint(bool suspend, xhci_endpoint* endpoint)
src/add-ons/kernel/busses/usb/xhci.cpp
3034
if (suspend)
src/add-ons/kernel/busses/usb/xhci.h
195
status_t StopEndpoint(bool suspend, xhci_endpoint* endpoint);
src/add-ons/kernel/drivers/input/i2c_hid/Driver.cpp
484
.suspend = NULL,
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/if_ral_pci.c
111
void (*suspend)(void *);
src/add-ons/kernel/drivers/network/wlan/ralinkwifi/dev/ral/if_ral_pci.c
307
(*psc->sc_opns->suspend)(psc);
src/apps/icon-o-matic/generic/listener/Observable.cpp
89
Observable::SuspendNotifications(bool suspend)
src/apps/icon-o-matic/generic/listener/Observable.cpp
91
if (suspend)
src/apps/icon-o-matic/generic/listener/Observable.h
29
void SuspendNotifications(bool suspend);
src/apps/mediaplayer/support/Notifier.cpp
89
Notifier::SuspendNotifications(bool suspend)
src/apps/mediaplayer/support/Notifier.cpp
91
if (suspend)
src/apps/mediaplayer/support/Notifier.h
28
void SuspendNotifications(bool suspend);
src/bin/network/telnet/commands.c
2553
{ "z", zhelp, (int (*)(int, char **))suspend, 0 },
src/system/kernel/image.cpp
387
notify_loading_app(status_t result, bool suspend)
src/system/kernel/image.cpp
407
if (suspend)
src/tests/system/kernel/device_manager/playground/device_manager.h
129
status_t (*suspend)(void *driverCookie, int32 state);