Home
last modified time | relevance | path

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

/openbmc/linux/drivers/usb/serial/
H A Dio_edgeport.c181 bool commandPending; member
798 edge_port->commandPending = false; in edge_bulk_out_cmd_callback()
2151 edge_port->commandPending = true; in write_cmd_usb()
2164 wait_event(&edge_port->wait_command, !edge_port->commandPending); in write_cmd_usb()
2166 if (edge_port->commandPending) { in write_cmd_usb()