Home
last modified time | relevance | path

Searched refs:xhci_suspend (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/usb/
Dxhcivar.h175 bool xhci_suspend(device_t, const pmf_qual_t *);
Dxhci.c707 xhci_suspend(device_t self, const pmf_qual_t *qual) in xhci_suspend() function
/netbsd/src/sys/dev/pci/
Dxhci_pci.c286 if (!pmf_device_register1(self, xhci_suspend, xhci_resume, in xhci_pci_attach()