Lines Matching refs:reset_done
1426 (fotg210->reset_done[0] && in fotg210_hub_status_data()
1427 time_after_eq(jiffies, fotg210->reset_done[0]))) { in fotg210_hub_status_data()
1520 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control()
1571 if (!fotg210->reset_done[wIndex]) { in fotg210_hub_control()
1573 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control()
1577 fotg210->reset_done[wIndex]); in fotg210_hub_control()
1582 fotg210->reset_done[wIndex])) { in fotg210_hub_control()
1585 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
1607 fotg210->reset_done[wIndex])) { in fotg210_hub_control()
1609 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
1633 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
1666 fotg210->reset_done[wIndex] = 0; in fotg210_hub_control()
1731 fotg210->reset_done[wIndex] = jiffies in fotg210_hub_control()
5207 fotg210->reset_done[0] == 0) { in fotg210_irq()
5214 fotg210->reset_done[0] = jiffies + msecs_to_jiffies(25); in fotg210_irq()
5217 mod_timer(&hcd->rh_timer, fotg210->reset_done[0]); in fotg210_irq()