wait_chase        185 drivers/usb/serial/io_edgeport.c 	wait_queue_head_t	wait_chase;		/* for handling sleeping while waiting for chase to finish */
wait_chase        954 drivers/usb/serial/io_edgeport.c 	init_waitqueue_head(&edge_port->wait_chase);
wait_chase       1047 drivers/usb/serial/io_edgeport.c 		prepare_to_wait(&edge_port->wait_chase, &wait,
wait_chase       1050 drivers/usb/serial/io_edgeport.c 		finish_wait(&edge_port->wait_chase, &wait);
wait_chase       1100 drivers/usb/serial/io_edgeport.c 		prepare_to_wait(&edge_port->wait_chase, &wait,
wait_chase       1103 drivers/usb/serial/io_edgeport.c 		finish_wait(&edge_port->wait_chase, &wait);
wait_chase       1901 drivers/usb/serial/io_edgeport.c 			wake_up(&edge_port->wait_chase);