Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/usb/clients/usbser/
H A Dusbser_var.h207 USBSER_ACT_DELAY = 0x0020, /* doing delay */ enumerator
244 (((pp)->port_act & (USBSER_ACT_DELAY | USBSER_ACT_CTL | \
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/
H A Dusbser.c2556 (pp->port_act & USBSER_ACT_DELAY)) { in usbser_data()
3055 pp->port_act |= USBSER_ACT_DELAY; in usbser_delay()
3088 usbser_release_port_act(pp, USBSER_ACT_BREAK | USBSER_ACT_DELAY); in usbser_restart()