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

/drivers/usb/host/
H A Duhci-pci.c134 uhci->check_and_reset_hc = uhci_pci_check_and_reset_hc;
145 check_and_reset_hc(uhci);
229 check_and_reset_hc(uhci);
H A Duhci-platform.c22 uhci->check_and_reset_hc = uhci_generic_check_and_reset_hc;
30 check_and_reset_hc(uhci);
H A Duhci-grlib.c47 uhci->check_and_reset_hc = uhci_generic_check_and_reset_hc;
54 check_and_reset_hc(uhci);
H A Duhci-hcd.c167 static void check_and_reset_hc(struct uhci_hcd *uhci) function
169 if (uhci->check_and_reset_hc(uhci))
H A Duhci-hcd.h448 int (*check_and_reset_hc) (struct uhci_hcd *uhci); member in struct:uhci_hcd

Completed in 70 milliseconds