commandPending 181 drivers/usb/serial/io_edgeport.c bool commandPending; commandPending 874 drivers/usb/serial/io_edgeport.c edge_port->commandPending = false; commandPending 2267 drivers/usb/serial/io_edgeport.c edge_port->commandPending = true; commandPending 2280 drivers/usb/serial/io_edgeport.c wait_event(&edge_port->wait_command, !edge_port->commandPending); commandPending 2282 drivers/usb/serial/io_edgeport.c if (edge_port->commandPending) {