Home
last modified time | relevance | path

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

/netbsd/sys/dev/ic/
H A Dclmpcc.c248 SET(ch->ch_tty->t_state, TS_BUSY); in clmpcc_enable_transmitter()
304 ch->ch_tty = tp; in clmpcc_attach()
485 tp = ch->ch_tty; in clmpccopen()
577 struct tty *tp = ch->ch_tty; in clmpccclose()
607 struct tty *tp = sc->sc_chans[CLMPCCCHAN(dev)].ch_tty; in clmpccread()
635 return (sc->sc_chans[CLMPCCCHAN(dev)].ch_tty); in clmpcctty()
643 struct tty *tp = ch->ch_tty; in clmpccioctl()
719 struct tty *tp = ch->ch_tty; in clmpcc_modem_control()
914 if ( ISCLR(ch->ch_tty->t_state, TS_BUSY) ) in clmpcc_param()
1100 if ( ISCLR(ch->ch_tty->t_state, TS_ISOPEN) && fc ) { in clmpcc_rxintr()
[all …]
H A Dclmpccvar.h54 struct tty *ch_tty; /* This channel's tty structure */ member
/netbsd/sys/arch/mips/sibyte/dev/
H A Dsbjcn.c324 ch->ch_tty = tp; in sbjcn_attach_channel()
400 struct tty *tp = ch->ch_tty; in sbjcn_status()
463 struct tty *tp = ch->ch_tty; in sbjcn_shutdown()
521 tp = ch->ch_tty; in sbjcnopen()
628 struct tty *tp = ch->ch_tty; in sbjcnclose()
654 struct tty *tp = ch->ch_tty; in sbjcnread()
664 struct tty *tp = ch->ch_tty; in sbjcnwrite()
674 struct tty *tp = ch->ch_tty; in sbjcntty()
684 struct tty *tp = ch->ch_tty; in sbjcnioctl()
1435 struct tty *tp = ch->ch_tty; in sbjcn_callout()
H A Dsbscn.c354 ch->ch_tty = tp; in sbscn_attach_channel()
436 struct tty *tp = ch->ch_tty; in sbscn_status()
506 struct tty *tp = ch->ch_tty; in sbscn_shutdown()
572 tp = ch->ch_tty; in sbscnopen()
684 struct tty *tp = ch->ch_tty; in sbscnclose()
710 struct tty *tp = ch->ch_tty; in sbscnread()
720 struct tty *tp = ch->ch_tty; in sbscnwrite()
730 struct tty *tp = ch->ch_tty; in sbscnpoll()
740 struct tty *tp = ch->ch_tty; in sbscntty()
750 struct tty *tp = ch->ch_tty; in sbscnioctl()
[all …]
H A Dsbscnvar.h98 struct tty *ch_tty; /* tty struct */ member
H A Dsbjcnvar.h98 struct tty *ch_tty; /* tty struct */ member