/third_party/backends/backend/ |
H A D | dc210.h | 160 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \ 166 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \
|
H A D | dc240.h | 168 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \ 174 # define SPEEDS { { B9600, { 0x96, 0x00 } }, \
|
H A D | dc210.c | 386 cfsetospeed (&tty_new, B9600); in init_dc210() 387 cfsetispeed (&tty_new, B9600); in init_dc210() 704 Camera.baud = B9600; in sane_init()
|
H A D | dc25.c | 349 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 D | termios_cfsetspeed_test.cpp | 28 cfsetspeed(&tty, B9600); in HWTEST_F()
|
/third_party/musl/porting/liteos_m/kernel/include/sys/ |
H A D | ttydefaults.h | 8 #define TTYDEF_SPEED (B9600)
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/sys/ |
H A D | ttydefaults.h | 8 #define TTYDEF_SPEED (B9600)
|
/third_party/musl/porting/uniproton/kernel/include/sys/ |
H A D | ttydefaults.h | 8 #define TTYDEF_SPEED (B9600)
|
/third_party/musl/include/sys/ |
H A D | ttydefaults.h | 8 #define TTYDEF_SPEED (B9600)
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | termios.h | 93 #define B9600 0000015 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | termios.h | 93 #define B9600 0000015 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | termios.h | 93 #define B9600 0000015 macro
|
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/ |
H A D | termios.h | 93 #define B9600 0000015 macro
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | termios.h | 93 #define B9600 0000015 macro
|
/third_party/musl/arch/generic/bits/ |
H A D | termios.h | 93 #define B9600 0000015 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | termios.h | 94 #define B9600 0000015 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | termios.h | 97 #define B9600 0000015 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | termios.h | 94 #define B9600 0000015 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | termios.h | 94 #define B9600 0000015 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | termios.h | 97 #define B9600 0000015 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | termios.c | 87 C(B9600) in f()
|
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/ |
H A D | types.rs | 298 /// `B9600` 299 pub const B9600: Speed = linux_raw_sys::general::B9600; consts
|
/third_party/cups-filters/backend/ |
H A D | serial.c | 319 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 D | mod.rs | 263 pub const B9600: ::speed_t = 0o000015; consts
|
/third_party/toybox/toys/pending/ |
H A D | getty.c | 58 {4800, B4800}, {9600, B9600},
|