Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dio_edgeport.c189 wait_queue_head_t wait_command; /* for handling sleeping while waiting for command to finish */ member
803 wake_up(&edge_port->wait_command); in edge_bulk_out_cmd_callback()
883 init_waitqueue_head(&edge_port->wait_command); in edge_open()
2168 wait_event(&edge_port->wait_command, !edge_port->commandPending); in write_cmd_usb()