Home
last modified time | relevance | path

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

/Linux-v6.1/drivers/usb/host/
Duhci-hcd.c267 static int resume_detect_interrupts_are_broken(struct uhci_hcd *uhci) in resume_detect_interrupts_are_broken() function
278 return uhci->resume_detect_interrupts_are_broken ? in resume_detect_interrupts_are_broken()
279 uhci->resume_detect_interrupts_are_broken(uhci) : 0; in resume_detect_interrupts_are_broken()
344 resume_detect_interrupts_are_broken(uhci)) in suspend_rh()
Duhci-grlib.c51 uhci->resume_detect_interrupts_are_broken = NULL; in uhci_grlib_init()
Duhci-platform.c29 uhci->resume_detect_interrupts_are_broken = NULL; in uhci_platform_init()
Duhci-pci.c141 uhci->resume_detect_interrupts_are_broken = in uhci_pci_init()
Duhci-hcd.h455 int (*resume_detect_interrupts_are_broken) (struct uhci_hcd *uhci); member