Home
last modified time | relevance | path

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
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) { in usbser_close_cancel_break()
1821 pp->port_act &= ~USBSER_ACT_BREAK; in usbser_close_cancel_break()
2634 if (pp->port_act & USBSER_ACT_BREAK) in usbser_ioctl()
2694 pp->port_act |= USBSER_ACT_BREAK; in usbser_ioctl()
3038 pp->port_act |= USBSER_ACT_BREAK; in usbser_break()
3082 if (pp->port_act & USBSER_ACT_BREAK) { in usbser_restart()
3088 usbser_release_port_act(pp, USBSER_ACT_BREAK | USBSER_ACT_DELAY); in usbser_restart()