Home
last modified time | relevance | path

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

12

/openbsd/lib/libc/termios/
H A Dcfgetispeed.c36 return (t->c_ispeed); in cfgetispeed()
H A Dcfsetispeed.c36 t->c_ispeed = speed; in cfsetispeed()
H A Dcfsetspeed.c36 t->c_ispeed = t->c_ospeed = speed; in cfsetspeed()
/openbsd/gnu/llvm/lldb/tools/driver/
H A DPlatform.h54 speed_t c_ispeed; // input speed member
/openbsd/sys/arch/luna88k/dev/
H A Dsiotty.c359 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in sioparam()
380 tp->t_ispeed = t->c_ispeed; in sioparam()
478 t.c_ispeed = t.c_ospeed = TTYDEF_SPEED; in sioopen()
/openbsd/bin/stty/
H A Dgfmt.c93 tp->c_ispeed = tmp; in gread()
/openbsd/sys/arch/riscv64/dev/
H A Dsfuart.c289 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in sfuart_param()
321 tp->t_ispeed = t->c_ispeed; in sfuart_param()
/openbsd/sys/dev/fdt/
H A Damluart.c302 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in amluart_param()
329 tp->t_ispeed = t->c_ispeed; in amluart_param()
H A Dmvuart.c267 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in mvuart_param()
293 tp->t_ispeed = t->c_ispeed; in mvuart_param()
H A Dimxuart.c271 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in imxuart_param()
318 tp->t_ispeed = t->c_ispeed; in imxuart_param()
H A Dexuart.c418 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in exuart_param()
480 tp->t_ispeed = t->c_ispeed; in exuart_param()
/openbsd/sys/sys/
H A Dtermios.h200 int c_ispeed; /* input speed */ member
H A Dtty.h157 #define t_ispeed t_termios.c_ispeed
/openbsd/sys/dev/ic/
H A Dcom.c776 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in comparam()
814 if (sc->sc_initialize || (tp->t_ispeed != t->c_ispeed)) { in comparam()
854 (t->c_ispeed <= 1200 ? FIFO_TRIGGER_1 : FIFO_TRIGGER_8)); in comparam()
859 (t->c_ispeed <= 1200 ? FIFO_TRIGGER_1 : FIFO_TRIGGER_8)); in comparam()
882 tp->t_ispeed = t->c_ispeed; in comparam()
H A Dpluart.c309 if (t->c_ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in pluart_param()
393 tp->t_ispeed = t->c_ispeed; in pluart_param()
H A Dcy.c649 printf("ispeed %d ospeed %d\n", t->c_ispeed, t->c_ospeed); in cyparam()
656 if (t->c_ispeed != 0 && in cyparam()
657 cy_speed(t->c_ispeed, &i_clk_opt, &ibpr, cy->cy_clock) < 0) in cyparam()
674 if (t->c_ispeed != 0) { in cyparam()
H A Dz8530tty.c359 t.c_ispeed = 0; in zstty_attach()
509 t.c_ispeed = 0; in zsopen()
905 if (t->c_ispeed && t->c_ispeed != ospeed) in zsparam()
/openbsd/sys/arch/sh/dev/
H A Dscif.c544 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in scifparam()
710 t.c_ispeed = 0; in scifopen()
/openbsd/sys/arch/powerpc64/dev/
H A Dopalcons.c278 tp->t_ispeed = t->c_ispeed; in opalconsparam()
/openbsd/sys/dev/sbus/
H A Dspif.c568 if (t->c_ispeed && in stty_param()
569 stty_compute_baud(t->c_ispeed, sc->sc_osc, &rbprl, &rbprh)) in stty_param()
637 if (t->c_ispeed) { in stty_param()
/openbsd/sys/arch/sparc64/dev/
H A Dsab.c441 t.c_ispeed = 0; in sabtty_attach()
975 if (ospeed < 0 || (t->c_ispeed && t->c_ispeed != t->c_ospeed)) in sabttyparam()
H A Dvcons.c343 tp->t_ispeed = t->c_ispeed; in vconsparam()
/openbsd/sys/dev/usb/
H A Ducom.c453 t.c_ispeed = 0; in ucom_do_open()
892 if (t->c_ispeed && t->c_ispeed != t->c_ospeed) in ucomparam()
/openbsd/sys/dev/pci/
H A Dcz.c991 t.c_ispeed = 0; in czttyopen()
1318 if (t->c_ispeed && t->c_ispeed != ospeed) in czttyparam()
/openbsd/libexec/getty/
H A Dmain.c106 tmode.c_ispeed = tmode.c_ospeed = 0; in dingdong()

12