Home
last modified time | relevance | path

Searched refs:B57600 (Results 1 - 25 of 77) sorted by relevance

1234

/third_party/backends/backend/
H A Ddc210.h159 #if defined (B57600) && defined (B115200)
163 { B57600, { 0x57, 0x60 } }, \
H A Ddc240.h167 #if defined (B57600) && defined (B115200)
171 { B57600, { 0x57, 0x60 } }, \
H A Ddc210.c712 #ifdef B57600 in sane_init()
714 Camera.baud = B57600; in sane_init()
H A Ddc25.c353 #ifdef B57600
354 {B57600, {0x57, 0x60}},
1866 #ifdef B57600 in sane_init()
1868 tty_baud = B57600; in sane_init()
H A Ddc240.c869 #ifdef B57600 in sane_init()
871 Camera.baud = B57600; in sane_init()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h97 #define B57600 0010001 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h97 #define B57600 0010001 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h97 #define B57600 0010001 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h97 #define B57600 0010001 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h97 #define B57600 0010001 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h97 #define B57600 0010001 macro
/third_party/toybox/toys/pending/
H A Dgetty.c71 #ifdef B57600
72 {57600, B57600},
/third_party/cups-filters/backend/
H A Dserial.c330 # ifdef B57600 in main()
332 cfsetispeed(&opts, B57600); in main()
333 cfsetospeed(&opts, B57600); in main()
335 # endif /* B57600 */ in main()
/third_party/musl/arch/mips/bits/
H A Dtermios.h98 #define B57600 0010001 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h101 #define B57600 00020 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h98 #define B57600 0010001 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h98 #define B57600 0010001 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h101 #define B57600 00020 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs307 /// `B57600`
308 pub const B57600: Speed = linux_raw_sys::general::B57600; consts
/third_party/python/Modules/
H A Dtermios.c575 #ifdef B57600
576 {"B57600", B57600},
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs266 pub const B57600: ::speed_t = 0o010001; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs658 /// `B57600`
659 pub const B57600: Speed = c::B57600; consts
/third_party/rust/crates/rustix/src/termios/
H A Dconstants.rs681 B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL, VMIN, VQUIT,
690 /// let speed = rustix::termios::speed_value(rustix::termios::B57600);
711 backend::termios::types::B57600 => Some(57600), in speed_value()
H A Dmod.rs777 B38400, B4800, B50, B57600, B600, B75, B9600, ICANON, VEOF, VEOL, VEOL2, VERASE, VINTR, VKILL,
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs621 pub const B57600: ::speed_t = 0o010001; consts

Completed in 22 milliseconds

1234