Searched refs:global_suspend_mode_is_broken (Results 1 - 5 of 5) sorted by relevance

/drivers/usb/host/
H A Duhci-platform.c27 uhci->global_suspend_mode_is_broken = NULL;
H A Duhci-grlib.c51 uhci->global_suspend_mode_is_broken = NULL;
H A Duhci-hcd.c277 static int global_suspend_mode_is_broken(struct uhci_hcd *uhci) function
279 return uhci->global_suspend_mode_is_broken ?
280 uhci->global_suspend_mode_is_broken(uhci) : 0;
338 if (!wakeup_enable || global_suspend_mode_is_broken(uhci) ||
H A Duhci-pci.c138 uhci->global_suspend_mode_is_broken =
H A Duhci-hcd.h454 int (*global_suspend_mode_is_broken) (struct uhci_hcd *uhci); member in struct:uhci_hcd

Completed in 462 milliseconds