Searched refs:USBSER_ACT_TX (Results 1 – 2 of 2) sorted by relevance
203 USBSER_ACT_TX = 0x0001, /* transmitting data */ enumerator245 USBSER_ACT_BREAK | USBSER_ACT_TX)) != 0)
2043 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_tx_cb()2556 if ((pp->port_act & USBSER_ACT_TX) || in usbser_data()2567 pp->port_act |= USBSER_ACT_TX; in usbser_data()2945 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_stop()3005 usbser_release_port_act(pp, USBSER_ACT_TX); in usbser_flush()3244 pp->port_flags |= USBSER_ACT_TX; in usbser_inbound_flow_ctl()