Home
last modified time | relevance | path

Searched refs:c_ispeed (Results 1 – 25 of 79) sorted by relevance

1234

/netbsd/src/sys/arch/emips/ebus/
Ddz_ebus.c402 if (t->c_ispeed != t->c_ospeed) in dzparam()
404 speed = dzdivisor(t->c_ispeed); in dzparam()
408 tp->t_ispeed = t->c_ispeed; in dzparam()
415 if (!didit && t->c_ispeed != 38400) in dzparam()
417 t->c_ispeed); in dzparam()
/netbsd/src/lib/libc/termios/
Dcfgetispeed.c57 return (t->c_ispeed); in __weak_alias()
Dcfsetispeed.c57 t->c_ispeed = speed; in __weak_alias()
Dcfsetspeed.c57 t->c_ispeed = t->c_ospeed = speed; in __weak_alias()
/netbsd/src/sys/compat/linux32/common/
Dlinux32_termios.h65 linux32_speed_t c_ispeed; member
/netbsd/src/sys/arch/luna68k/dev/
Dsiotty.c406 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in sioparam()
427 tp->t_ispeed = t->c_ispeed; in sioparam()
530 t.c_ispeed = t.c_ospeed = TTYDEF_SPEED; in sioopen()
/netbsd/src/sys/arch/amiga/dev/
Dser.c324 t.c_ispeed = 0; in seropen()
773 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in serparam()
797 tp->t_ispeed = t->c_ispeed; in serparam()
Dmsc.c913 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in mscparam()
917 tp->t_ispeed = t->c_ispeed; in mscparam()
Dmfc.c773 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in mfcsparam()
781 tp->t_ispeed = t->c_ispeed; in mfcsparam()
/netbsd/src/bin/stty/
Dgfmt.c103 tp->c_ispeed = tmp; in gread()
/netbsd/src/sys/dev/usb/
Ducycom.c388 t.c_ispeed = 0; in ucycomopen()
686 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in ucycomparam()
714 baud = t->c_ispeed; in ucycomparam()
/netbsd/src/sys/dev/ic/
Dcd18xx.c436 t.c_ispeed = 0; in cdttyopen()
760 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in cdttyparam()
878 if (t->c_ispeed) { in cdttyparam()
879 u_int32_t rbpr = PORT_RATE(sc->sc_osc, t->c_ispeed); in cdttyparam()
Dclmpcc.c809 if ( t->c_ispeed && clmpcc_speed(sc, t->c_ispeed, &iclk, &ibpr) < 0 ) in clmpcc_param()
835 if ( t->c_ispeed ) { in clmpcc_param()
888 if ( t->c_ispeed <= 1200 ) in clmpcc_param()
890 else if ( t->c_ispeed <= 19200 ) in clmpcc_param()
Dz8530tty.c437 t.c_ispeed = 0; in zstty_attach()
592 t.c_ispeed = 0; in zsopen()
984 if (t->c_ispeed && t->c_ispeed != ospeed) in zsparam()
/netbsd/src/sys/sys/
Dtermios.h198 int c_ispeed; /* input speed */ member
/netbsd/src/sys/dev/sun/
Dsunms.c203 t.c_ispeed = sunms_bps; in sunmsiopen()
Dsunkbd.c228 t.c_ispeed = sunkbd_bps; in sunkbdiopen()
/netbsd/src/sys/arch/epoc32/windermere/
Dwmcom.c406 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in wmcom_param()
503 t.c_ispeed = 0; in wmcomopen()
/netbsd/src/sys/arch/arm/at91/
Dat91dbgu.c301 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in at91dbgu_param()
535 t.c_ispeed = 0; in at91dbgu_open()
Dat91usart.c339 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in at91usart_param()
632 t.c_ispeed = 0; in at91usart_open()
/netbsd/src/sys/compat/common/
Dtty_43.c157 term.c_ispeed = speed; in compat_43_ttioctl()
159 term.c_ispeed = compatspcodes[speed]; in compat_43_ttioctl()
/netbsd/src/sys/arch/usermode/usermode/
Dthunk.c177 t->c_ispeed = tt->c_ispeed; in thunk_to_termios()
192 tt->c_ispeed = t->c_ispeed; in thunk_from_termios()
/netbsd/src/sys/arch/arm/ixp12x0/
Dixp12x0_com.c270 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in ixpcomparam()
541 t.c_ispeed = 0; in ixpcomopen()
/netbsd/src/sys/arch/arm/clps711x/
Dclpscom.c481 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in clpscom_param()
615 t.c_ispeed = 0; in clpscomopen()
/netbsd/src/sys/arch/sh3/dev/
Dsci.c500 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in sciparam()
664 t.c_ispeed = 0; in sciopen()

1234