Home
last modified time | relevance | path

Searched refs:B9600 (Results 1 - 25 of 73) sorted by relevance

123

/third_party/backends/backend/
H A Ddc210.h160 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \
166 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \
H A Ddc240.h168 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \
174 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \
H A Ddc210.c386 cfsetospeed (&tty_new, B9600); in init_dc210()
387 cfsetispeed (&tty_new, B9600); in init_dc210()
704 Camera.baud = B9600; in sane_init()
H A Ddc25.c349 static struct pkt_speed speeds[] = { {B9600, {0x96, 0x00}},
448 cfsetospeed (&tty_new, B9600); in init_dc20()
449 cfsetispeed (&tty_new, B9600); in init_dc20()
1663 cfsetispeed (&tty_temp, B9600); in shoot()
1664 cfsetospeed (&tty_temp, B9600); in shoot()
1858 tty_baud = B9600; in sane_init()
/third_party/musl/libc-test/src/functionalext/supplement/termios/termios_gtest/
H A Dtermios_cfsetspeed_test.cpp28 cfsetspeed(&tty, B9600); in HWTEST_F()
/third_party/musl/porting/liteos_m/kernel/include/sys/
H A Dttydefaults.h8 #define TTYDEF_SPEED (B9600)
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/
H A Dttydefaults.h8 #define TTYDEF_SPEED (B9600)
/third_party/musl/porting/uniproton/kernel/include/sys/
H A Dttydefaults.h8 #define TTYDEF_SPEED (B9600)
/third_party/musl/include/sys/
H A Dttydefaults.h8 #define TTYDEF_SPEED (B9600)
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h93 #define B9600 0000015 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h93 #define B9600 0000015 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h93 #define B9600 0000015 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h93 #define B9600 0000015 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h93 #define B9600 0000015 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h93 #define B9600 0000015 macro
/third_party/musl/arch/mips/bits/
H A Dtermios.h94 #define B9600 0000015 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h97 #define B9600 0000015 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h94 #define B9600 0000015 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h94 #define B9600 0000015 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h97 #define B9600 0000015 macro
/third_party/musl/libc-test/src/api/
H A Dtermios.c87 C(B9600) in f()
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs298 /// `B9600`
299 pub const B9600: Speed = linux_raw_sys::general::B9600; consts
/third_party/cups-filters/backend/
H A Dserial.c319 cfsetispeed(&opts, B9600); in main()
320 cfsetospeed(&opts, B9600); in main()
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs263 pub const B9600: ::speed_t = 0o000015; consts
/third_party/toybox/toys/pending/
H A Dgetty.c58 {4800, B4800}, {9600, B9600},

Completed in 16 milliseconds

123