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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h206 USBSER_ACT_BREAK = 0x0010, /* doing break */ enumerator in enum:__anon9186
245 USBSER_ACT_BREAK | USBSER_ACT_TX)) != 0)
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c1812 if (pp->port_act & USBSER_ACT_BREAK) {
1821 pp->port_act &= ~USBSER_ACT_BREAK;
2634 if (pp->port_act & USBSER_ACT_BREAK)
2694 pp->port_act |= USBSER_ACT_BREAK;
3038 pp->port_act |= USBSER_ACT_BREAK;
3082 if (pp->port_act & USBSER_ACT_BREAK) {
3088 usbser_release_port_act(pp, USBSER_ACT_BREAK | USBSER_ACT_DELAY);

Completed in 65 milliseconds