Home
last modified time | relevance | path

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

/linux/drivers/usb/serial/
H A Dio_edgeport.c183 bool commandPending; member
801 edge_port->commandPending = false; in edge_bulk_out_cmd_callback()
2154 edge_port->commandPending = true; in write_cmd_usb()
2167 wait_event(&edge_port->wait_command, !edge_port->commandPending); in write_cmd_usb()
2169 if (edge_port->commandPending) { in write_cmd_usb()