Searched refs:tiocm (Results 1 – 2 of 2) sorted by relevance
219 static inline int serial8250_TIOCM_to_MCR(int tiocm) in serial8250_TIOCM_to_MCR() argument223 if (tiocm & TIOCM_RTS) in serial8250_TIOCM_to_MCR()225 if (tiocm & TIOCM_DTR) in serial8250_TIOCM_to_MCR()227 if (tiocm & TIOCM_OUT1) in serial8250_TIOCM_to_MCR()229 if (tiocm & TIOCM_OUT2) in serial8250_TIOCM_to_MCR()231 if (tiocm & TIOCM_LOOP) in serial8250_TIOCM_to_MCR()239 int tiocm = 0; in serial8250_MCR_to_TIOCM() local242 tiocm |= TIOCM_RTS; in serial8250_MCR_to_TIOCM()244 tiocm |= TIOCM_DTR; in serial8250_MCR_to_TIOCM()246 tiocm |= TIOCM_OUT1; in serial8250_MCR_to_TIOCM()[all …]
61 int tiocm; member132 if (!MSMOUSE_PWR(mouse->tiocm)) { in msmouse_input_event()160 if (!MSMOUSE_PWR(mouse->tiocm)) { in msmouse_input_sync()193 c = mouse->tiocm; in msmouse_ioctl()194 mouse->tiocm = *(int *)arg; in msmouse_ioctl()195 if (MSMOUSE_PWR(mouse->tiocm)) { in msmouse_ioctl()238 *targ = mouse->tiocm; in msmouse_ioctl()266 mouse->tiocm = 0; in msmouse_chr_open()