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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/usb/serial/
H A Dwhiteheat.c214 wait_queue_head_t wait_command; /* for handling sleeping whilst member in struct:whiteheat_command_private
558 init_waitqueue_head(&command_info->wait_command);
1017 wake_up(&command_info->wait_command);
1026 wake_up(&command_info->wait_command);
1029 wake_up(&command_info->wait_command);
1038 wake_up(&command_info->wait_command);
1157 t = wait_event_timeout(command_info->wait_command,
H A Dio_edgeport.c116 wait_queue_head_t wait_command; /* for handling sleeping while waiting for command to finish */ member in struct:edgeport_port
772 wake_up(&edge_port->wait_command);
855 init_waitqueue_head(&edge_port->wait_command);

Completed in 34 milliseconds