Searched refs:device_suspend (Results 1 – 13 of 13) sorted by relevance
/third_party/ltp/testcases/kernel/device-drivers/base/tbase/ |
D | tbase.c | 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/ |
D | usb_controller.h | 65 void (*device_suspend) (struct usb_device *); member
|
D | usb_hub.c | 151 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/ |
D | device_if.h | 274 KOBJOPLOOKUP(((kobj_t)dev)->ops,device_suspend); in DEVICE_SUSPEND()
|
D | subr_bus.c | 2748 KOBJMETHOD(device_suspend, bus_generic_suspend),
|
/third_party/FreeBSD/sys/dev/usb/controller/ |
D | ehci_pci.c | 223 DEVMETHOD(device_suspend, bus_generic_suspend),
|
D | xhci_pci.c | 47 DEVMETHOD(device_suspend, bus_generic_suspend),
|
D | usb_controller.c | 66 DEVMETHOD(device_suspend, usb_suspend),
|
D | ehci.c | 3911 .device_suspend = ehci_device_suspend,
|
D | xhci.c | 4288 .device_suspend = xhci_device_suspend,
|
/third_party/FreeBSD/sys/dev/usb/net/ |
D | if_urndis.c | 124 DEVMETHOD(device_suspend, urndis_suspend),
|
D | if_cdce.c | 211 DEVMETHOD(device_suspend, cdce_suspend),
|
/third_party/FreeBSD/sys/compat/linuxkpi/common/src/ |
D | linux_usb.c | 81 DEVMETHOD(device_suspend, usb_linux_suspend),
|