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

/netbsd-current/sys/dev/pci/
H A Dcz.c183 static int czttyparam(struct tty *tp, struct termios *t);
420 tp->t_param = czttyparam;
985 * doorbell here; czttyparam() will do it for us.
1005 * we call czttyparam(), as that function enables
1013 /* Make sure czttyparam() will see changes. */
1015 (void) czttyparam(tp, &t);
1320 * czttyparam:
1328 czttyparam(struct tty *tp, struct termios *t) function

Completed in 196 milliseconds