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

  /src/sys/arch/mips/ralink/
ralink_ohci.c 147 ohci_shutdown))
187 * (Harmless to call ohci_shutdown more than once, so no
190 ohci_shutdown(self, 0);
194 * Interrupts are blocked at the device level by ohci_shutdown.
  /src/sys/dev/cardbus/
ohci_cardbus.c 165 ohci_shutdown))
200 * (Harmless to call ohci_shutdown more than once, so no
203 ohci_shutdown(self, 0);
207 * Interrupts are blocked at the device level by ohci_shutdown.
  /src/sys/dev/usb/
ohcivar.h 177 bool ohci_shutdown(device_t, int);
ohci.c 1160 ohci_shutdown(device_t self, int flags) function in typeref:typename:bool
  /src/sys/arch/arm/xscale/
pxa2x0_ohci.c 126 pmf_device_register1(self, ohci_suspend, ohci_resume, ohci_shutdown);
162 * (Harmless to call ohci_shutdown more than once, so no
165 ohci_shutdown(self, 0);
171 * Interrupts are blocked at the device level by ohci_shutdown.
190 * XXX Is this necessary or is it redundant with ohci_shutdown?
191 * Should it be done in ohci_shutdown as well?
  /src/sys/dev/pci/
ohci_pci.c 166 ohci_shutdown))
212 * (Harmless to call ohci_shutdown more than once, so no
215 ohci_shutdown(self, 0);
219 * Interrupts are blocked at the device level by ohci_shutdown.
  /src/sys/dev/fdt/
ohci_fdt.c 147 pmf_device_register1(self, NULL, NULL, ohci_shutdown);

Completed in 18 milliseconds