Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/tty/
H A Dpty.c172 int pktmode; in pty_set_pktmode() local
174 if (get_user(pktmode, arg)) in pty_set_pktmode()
178 if (pktmode) { in pty_set_pktmode()
194 int pktmode = tty->packet; in pty_get_pktmode() local
195 return put_user(pktmode, arg); in pty_get_pktmode()
/kernel/linux/linux-6.6/drivers/tty/
H A Dpty.c160 int pktmode; in pty_set_pktmode() local
162 if (get_user(pktmode, arg)) in pty_set_pktmode()
166 if (pktmode) { in pty_set_pktmode()
182 int pktmode = tty->ctrl.packet; in pty_get_pktmode() local
184 return put_user(pktmode, arg); in pty_get_pktmode()

Completed in 5 milliseconds