Searched refs:resume_detect_interrupts_are_broken (Results 1 – 5 of 5) sorted by relevance
266 static int resume_detect_interrupts_are_broken(struct uhci_hcd *uhci) in resume_detect_interrupts_are_broken() function273 return uhci->resume_detect_interrupts_are_broken ? in resume_detect_interrupts_are_broken()274 uhci->resume_detect_interrupts_are_broken(uhci) : 0; in resume_detect_interrupts_are_broken()339 resume_detect_interrupts_are_broken(uhci)) in suspend_rh()
26 uhci->resume_detect_interrupts_are_broken = NULL; in uhci_platform_init()
50 uhci->resume_detect_interrupts_are_broken = NULL; in uhci_grlib_init()
136 uhci->resume_detect_interrupts_are_broken = in uhci_pci_init()
452 int (*resume_detect_interrupts_are_broken) (struct uhci_hcd *uhci); member