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

/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsprl/
H A Dpl2303_dsd.c2117 pl2303_mctl2reg(int mask, int val, uint8_t *line_ctl) argument
2121 *line_ctl |= PL2303_CONTROL_RTS;
2123 *line_ctl &= ~PL2303_CONTROL_RTS;
2128 *line_ctl |= PL2303_CONTROL_DTR;
2130 *line_ctl &= ~PL2303_CONTROL_DTR;
2140 pl2303_reg2mctl(uint8_t line_ctl) argument
2144 if (line_ctl & PL2303_CONTROL_RTS) {
2147 if (line_ctl & PL2303_CONTROL_DTR) {
/illumos-gate/usr/src/uts/common/io/usb/clients/usbser/usbsacm/
H A Dusbsacm.c2630 usbsacm_mctl2reg(int mask, int val, uint8_t *line_ctl) argument
2634 *line_ctl |= USB_CDC_ACM_CONTROL_RTS;
2636 *line_ctl &= ~USB_CDC_ACM_CONTROL_RTS;
2641 *line_ctl |= USB_CDC_ACM_CONTROL_DTR;
2643 *line_ctl &= ~USB_CDC_ACM_CONTROL_DTR;
2654 usbsacm_reg2mctl(uint8_t line_ctl) argument
2658 if (line_ctl & USB_CDC_ACM_CONTROL_RTS) {
2661 if (line_ctl & USB_CDC_ACM_CONTROL_DTR) {
2664 if (line_ctl & USB_CDC_ACM_CONTROL_DSR) {
2667 if (line_ctl
[all...]

Completed in 66 milliseconds