Home
last modified time | relevance | path

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

/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/
Dusb_controller.h65 void (*device_suspend) (struct usb_device *); member
Dusb_hub.c151 DEVMETHOD(device_suspend, uhub_suspend),
2947 if (udev->bus->methods->device_suspend != NULL) { in usb_dev_suspend_peer()
2950 (udev->bus->methods->device_suspend) (udev); in usb_dev_suspend_peer()
/third_party/FreeBSD/sys/kern/
Ddevice_if.h274 KOBJOPLOOKUP(((kobj_t)dev)->ops,device_suspend); in DEVICE_SUSPEND()
Dsubr_bus.c2748 KOBJMETHOD(device_suspend, bus_generic_suspend),
/third_party/FreeBSD/sys/dev/usb/controller/
Dehci_pci.c223 DEVMETHOD(device_suspend, bus_generic_suspend),
Dxhci_pci.c47 DEVMETHOD(device_suspend, bus_generic_suspend),
Dusb_controller.c66 DEVMETHOD(device_suspend, usb_suspend),
Dehci.c3911 .device_suspend = ehci_device_suspend,
Dxhci.c4288 .device_suspend = xhci_device_suspend,
/third_party/FreeBSD/sys/dev/usb/net/
Dif_urndis.c124 DEVMETHOD(device_suspend, urndis_suspend),
Dif_cdce.c211 DEVMETHOD(device_suspend, cdce_suspend),
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
Dlinux_usb.c81 DEVMETHOD(device_suspend, usb_linux_suspend),