Searched refs:FTDI_SIO_DSR_MASK (Results 1 – 2 of 2) sorted by relevance
/linux/drivers/usb/serial/ | ||
H A D | ftdi_sio.h | 400 #define FTDI_SIO_DSR_MASK 0x20 macro |
H A D | ftdi_sio.c | 2855 ret = (buf[0] & FTDI_SIO_DSR_MASK ? TIOCM_DSR : 0) | in ftdi_tiocmget() |