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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/usb/serial/
H A Dio_edgeport.c114 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member in struct:edgeport_port
853 init_waitqueue_head(&edge_port->wait_chase);
954 prepare_to_wait(&edge_port->wait_chase, &wait,
957 finish_wait(&edge_port->wait_chase, &wait);
1006 prepare_to_wait(&edge_port->wait_chase, &wait,
1009 finish_wait(&edge_port->wait_chase, &wait);
1938 wake_up(&edge_port->wait_chase);
H A Dmos7840.c243 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member in struct:moschip_port
1126 init_waitqueue_head(&mos7840_port->wait_chase);
1310 interruptible_sleep_on_timeout(&mos7840_port->wait_chase,
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/usb/serial/
H A Dio_edgeport.c114 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member in struct:edgeport_port
853 init_waitqueue_head(&edge_port->wait_chase);
954 prepare_to_wait(&edge_port->wait_chase, &wait,
957 finish_wait(&edge_port->wait_chase, &wait);
1006 prepare_to_wait(&edge_port->wait_chase, &wait,
1009 finish_wait(&edge_port->wait_chase, &wait);
1938 wake_up(&edge_port->wait_chase);
H A Dmos7840.c243 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member in struct:moschip_port
1126 init_waitqueue_head(&mos7840_port->wait_chase);
1310 interruptible_sleep_on_timeout(&mos7840_port->wait_chase,

Completed in 81 milliseconds