Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dwhiteheat.c137 wait_queue_head_t wait_command; /* for handling sleeping whilst member
290 init_waitqueue_head(&command_info->wait_command); in whiteheat_attach()
495 wake_up(&command_info->wait_command); in command_port_read_callback()
503 wake_up(&command_info->wait_command); in command_port_read_callback()
506 wake_up(&command_info->wait_command); in command_port_read_callback()
516 wake_up(&command_info->wait_command); in command_port_read_callback()
564 t = wait_event_timeout(command_info->wait_command, in firm_send_command()
H A Dio_edgeport.c187 wait_queue_head_t wait_command; /* for handling sleeping while waiting for command to finish */ member
799 wake_up(&edge_port->wait_command); in edge_bulk_out_cmd_callback()
879 init_waitqueue_head(&edge_port->wait_command); in edge_open()
2164 wait_event(&edge_port->wait_command, !edge_port->commandPending); in write_cmd_usb()