Home
last modified time | relevance | path

Searched refs:btuartinput (Results 1 – 1 of 1) sorted by relevance

/netbsd/sys/dev/bluetooth/
H A Dbtuart.c91 static int btuartinput(int, struct tty *);
115 .l_rint = btuartinput,
333 btuartinput(int c, struct tty *tp) in btuartinput() function