HomeSort by: relevance | last modified time | path
    Searched refs:ohci_suspend (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/dev/usb/
ohcivar.h 181 bool ohci_suspend(device_t, const pmf_qual_t *);
ohci.c 1206 ohci_suspend(device_t dv, const pmf_qual_t *qual) function in typeref:typename:bool
  /src/sys/arch/mips/ralink/
ralink_ohci.c 146 if (!pmf_device_register1(self, ohci_suspend, ohci_resume,
  /src/sys/dev/cardbus/
ohci_cardbus.c 164 if (!pmf_device_register1(self, ohci_suspend, ohci_resume,
  /src/sys/arch/arm/xscale/
pxa2x0_ohci.c 126 pmf_device_register1(self, ohci_suspend, ohci_resume, ohci_shutdown);
  /src/sys/dev/pci/
ohci_pci.c 165 if (!pmf_device_register1(self, ohci_suspend, ohci_resume,

Completed in 15 milliseconds