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/
H A Dtbase.c624 * make test call to device_suspend and
632 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/
H A Dusb_controller.h65 void (*device_suspend) (struct usb_device *); member
H A 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/
H A Ddevice_if.h259 * KOBJMETHOD(device_suspend, foo_suspend)
274 KOBJOPLOOKUP(((kobj_t)dev)->ops,device_suspend); in DEVICE_SUSPEND()
H A Dsubr_bus.c2748 KOBJMETHOD(device_suspend, bus_generic_suspend),
/third_party/FreeBSD/sys/dev/usb/controller/
H A Dehci_pci.c223 DEVMETHOD(device_suspend, bus_generic_suspend),
H A Dxhci_pci.c47 DEVMETHOD(device_suspend, bus_generic_suspend),
H A Dusb_controller.c66 DEVMETHOD(device_suspend, usb_suspend),
H A Dxhci.c4288 .device_suspend = xhci_device_suspend,
H A Dehci.c3911 .device_suspend = ehci_device_suspend,
/third_party/FreeBSD/sys/dev/usb/net/
H A Dif_urndis.c124 DEVMETHOD(device_suspend, urndis_suspend),
H A Dif_cdce.c211 DEVMETHOD(device_suspend, cdce_suspend),
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/
H A Dlinux_usb.c81 DEVMETHOD(device_suspend, usb_linux_suspend),

Completed in 26 milliseconds