Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/usb/serial/
Dio_edgeport.c103 bool commandPending; member
781 edge_port->commandPending = false; in edge_bulk_out_cmd_callback()
2199 edge_port->commandPending = true; in write_cmd_usb()
2213 wait_event(&edge_port->wait_command, !edge_port->commandPending); in write_cmd_usb()
2215 if (edge_port->commandPending) { in write_cmd_usb()