Searched refs:wait_chase (Results 1 - 2 of 2) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c132 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member in struct:edgeport_port
851 init_waitqueue_head(&edge_port->wait_chase);
948 prepare_to_wait(&edge_port->wait_chase, &wait, TASK_UNINTERRUPTIBLE);
950 finish_wait(&edge_port->wait_chase, &wait);
998 prepare_to_wait (&edge_port->wait_chase, &wait, TASK_UNINTERRUPTIBLE);
1000 finish_wait(&edge_port->wait_chase, &wait);
1924 wake_up (&edge_port->wait_chase);
H A Dmos7840.c185 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member in struct:moschip_port
1082 init_waitqueue_head(&mos7840_port->wait_chase);
1170 interruptible_sleep_on_timeout(&mos7840_port->wait_chase,
1314 interruptible_sleep_on_timeout(&mos7840_port->wait_chase,

Completed in 113 milliseconds