HomeSort by: relevance | last modified time | path
    Searched refs:UCDC_BREAK_ON (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/usb/
usbcdc.h 115 #define UCDC_BREAK_ON 0xffff
uxrcom.c 310 uint8_t brk = onoff ? UCDC_BREAK_ON : UCDC_BREAK_OFF;
uipaq.c 329 USETW(req.wValue, onoff ? UCDC_BREAK_ON : UCDC_BREAK_OFF);
umodem_common.c 594 USETW(req.wValue, onoff ? UCDC_BREAK_ON : UCDC_BREAK_OFF);
uplcom.c 712 USETW(req.wValue, onoff ? UCDC_BREAK_ON : UCDC_BREAK_OFF);

Completed in 13 milliseconds