Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dio_edgeport.c185 wait_queue_head_t wait_chase; /* for handling sleeping while waiting for chase to finish */ member
878 init_waitqueue_head(&edge_port->wait_chase); in edge_open()
971 prepare_to_wait(&edge_port->wait_chase, &wait, in block_until_chase_response()
974 finish_wait(&edge_port->wait_chase, &wait); in block_until_chase_response()
1024 prepare_to_wait(&edge_port->wait_chase, &wait, in block_until_tx_empty()
1027 finish_wait(&edge_port->wait_chase, &wait); in block_until_tx_empty()
1785 wake_up(&edge_port->wait_chase); in process_rcvd_status()