Home
last modified time | relevance | path

Searched refs:device_suspend (Results 1 – 13 of 13) sorted by relevance

/third_party/FreeBSD/sys/kern/
Ddevice_if.h274 KOBJOPLOOKUP(((kobj_t)dev)->ops,device_suspend); in DEVICE_SUSPEND()
Dsubr_bus.c2749 KOBJMETHOD(device_suspend, bus_generic_suspend),
/third_party/FreeBSD/sys/dev/usb/
Dusb_controller.h67 void (*device_suspend) (struct usb_device *); member
Dusb_hub.c153 DEVMETHOD(device_suspend, uhub_suspend),
2961 if (udev->bus->methods->device_suspend != NULL) { in usb_dev_suspend_peer()
2964 (udev->bus->methods->device_suspend) (udev); in usb_dev_suspend_peer()
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/
Dtbase.c632 error = device_suspend(SUSPEND_SAVE_STATE); in test_dev_suspend()
640 error = device_suspend(SUSPEND_DISABLE); in test_dev_suspend()
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c225 DEVMETHOD(device_suspend, bus_generic_suspend),
Dxhci_pci.c45 DEVMETHOD(device_suspend, bus_generic_suspend),
Dusb_controller.c67 DEVMETHOD(device_suspend, usb_suspend),
Dehci.c3947 .device_suspend = ehci_device_suspend,
Dxhci.c4318 .device_suspend = xhci_device_suspend,
/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndis.c125 DEVMETHOD(device_suspend, urndis_suspend),
Dif_cdce.c214 DEVMETHOD(device_suspend, cdce_suspend),
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c82 DEVMETHOD(device_suspend, usb_linux_suspend),