Home
last modified time | relevance | path

Searched refs:prev_wdh_cnt (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/usb/host/
Dohci-hcd.c745 if (!(status & OHCI_INTR_WDH) && ohci->wdh_cnt == ohci->prev_wdh_cnt) { in io_watchdog_func()
838 ohci->prev_wdh_cnt = ohci->wdh_cnt; in io_watchdog_func()
Dohci.h425 unsigned wdh_cnt, prev_wdh_cnt; member