Searched refs:reset_done (Results 1 - 9 of 9) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/host/
H A Dehci-hub.c155 ehci->reset_done [i] = jiffies + msecs_to_jiffies (20);
307 ehci->reset_done [index] = 0;
389 ehci->reset_done [i] = 0;
393 ehci->reset_done[i]))) {
580 ehci->reset_done [wIndex] = jiffies
637 if (!ehci->reset_done[wIndex]) {
639 ehci->reset_done[wIndex] = jiffies
643 ehci->reset_done[wIndex]);
648 ehci->reset_done[wIndex])) {
650 ehci->reset_done[wInde
[all...]
H A Dohci-hub.c565 u16 reset_done = now + PORT_RESET_MSEC; local
592 } while (tick_before(now, reset_done));
H A Dehci-hcd.c868 || ehci->reset_done [i] != 0)
875 ehci->reset_done [i] = jiffies + msecs_to_jiffies (20);
877 mod_timer(&hcd->rh_timer, ehci->reset_done[i]);
H A Dehci.h131 unsigned long reset_done [EHCI_MAX_ROOT_PORTS]; member in struct:ehci_hcd
H A Du132-hcd.c2603 u16 reset_done; local
2608 reset_done = now + PORT_RESET_MSEC;
2620 } while (tick_before(now, reset_done));
2643 } while (tick_before(now, reset_done));
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/w1/masters/
H A Dds1wm.c140 DECLARE_COMPLETION_ONSTACK(reset_done);
142 ds1wm_data->reset_complete = &reset_done;
149 timeleft = wait_for_completion_timeout(&reset_done, DS1WM_TIMEOUT);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/net/wireless/prism54/
H A Dislpci_dev.h164 wait_queue_head_t reset_done; member in struct:__anon6152
H A Dislpci_dev.c327 wake_up(&priv->reset_done);
482 prepare_to_wait(&priv->reset_done, &wait, TASK_UNINTERRUPTIBLE);
506 finish_wait(&priv->reset_done, &wait);
855 init_waitqueue_head(&priv->reset_done);
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/scsi/
H A Daha152x.c1075 static void reset_done(Scsi_Cmnd *SCpnt) function
1080 printk(KERN_ERR "aha152x: reset_done w/o semaphore\n");
1185 aha152x_internal_queue(SCpnt, &sem, resetting, reset_done);
1615 if(ptr->scsi_done != reset_done) {

Completed in 220 milliseconds