Home
last modified time | relevance | path

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

/linux-6.6.21/drivers/usb/host/
Dohci-hcd.c768 if (!(status & OHCI_INTR_WDH) && ohci->wdh_cnt == ohci->prev_wdh_cnt) { in io_watchdog_func()
861 ohci->prev_wdh_cnt = ohci->wdh_cnt; in io_watchdog_func()
Dohci.h429 unsigned wdh_cnt, prev_wdh_cnt; member