Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/usb/serial/
H A Dio_edgeport.c181 bool commandPending; member
874 edge_port->commandPending = false; in edge_bulk_out_cmd_callback()
2267 edge_port->commandPending = true; in write_cmd_usb()
2280 wait_event(&edge_port->wait_command, !edge_port->commandPending); in write_cmd_usb()
2282 if (edge_port->commandPending) { in write_cmd_usb()
/kernel/linux/linux-6.6/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()

Completed in 8 milliseconds