Home
last modified time | relevance | path

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

/linux/drivers/usb/gadget/function/
H A Du_serial.c123 int write_started; member
253 if (port->write_started >= QUEUE_SIZE) in gs_start_tx()
291 port->write_started++; in gs_start_tx()
475 port->write_started--; in gs_write_complete()
1480 port->write_allocated = port->write_started = 0; in gserial_disconnect()
1499 if (port->write_busy || port->write_started) { in gserial_suspend()