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

/linux-4.1.27/drivers/usb/serial/
H A Dti_usb_3410_5052.c418 tport->tp_shadow_mcr |= (TI_MCR_RTS | TI_MCR_DTR); ti_open()
826 mcr &= ~(TI_MCR_DTR | TI_MCR_RTS); ti_set_termios()
854 result = ((mcr & TI_MCR_DTR) ? TIOCM_DTR : 0) ti_tiocmget()
885 mcr |= TI_MCR_DTR; ti_tiocmset()
892 mcr &= ~TI_MCR_DTR; ti_tiocmset()
1173 TI_MCR_RTS | TI_MCR_DTR | TI_MCR_LOOP, mcr); ti_set_mcr()
H A Dti_usb_3410_5052.h113 #define TI_MCR_DTR 0x10 macro

Completed in 118 milliseconds