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

/linux-master/drivers/usb/host/
H A Duhci-hcd.c267 static int resume_detect_interrupts_are_broken(struct uhci_hcd *uhci) function
278 return uhci->resume_detect_interrupts_are_broken ?
279 uhci->resume_detect_interrupts_are_broken(uhci) : 0;
344 resume_detect_interrupts_are_broken(uhci))
H A Duhci-platform.c29 uhci->resume_detect_interrupts_are_broken = NULL;
H A Duhci-grlib.c52 uhci->resume_detect_interrupts_are_broken = NULL;
H A Duhci-pci.c143 uhci->resume_detect_interrupts_are_broken =
H A Duhci-hcd.h455 int (*resume_detect_interrupts_are_broken) (struct uhci_hcd *uhci); member in struct:uhci_hcd

Completed in 214 milliseconds