Home
last modified time | relevance | path

Searched refs:B115200 (Results 1 - 25 of 78) sorted by relevance

1234

/third_party/backends/backend/
H A Ddc210.h159 #if defined (B57600) && defined (B115200)
164 { B115200, { 0x11, 0x52 } } }
H A Ddc240.h167 #if defined (B57600) && defined (B115200)
172 { B115200, { 0x11, 0x52 } } }
H A Ddc210.c86 #ifdef B115200
87 # define DEFAULT_BAUD_RATE B115200
717 #ifdef B115200 in sane_init()
719 Camera.baud = B115200; in sane_init()
H A Ddc240.c89 #ifdef B115200
90 # define DEFAULT_BAUD_RATE B115200
874 #ifdef B115200 in sane_init()
876 Camera.baud = B115200; in sane_init()
H A Ddc25.c350 #ifdef B115200
351 {B115200, {0x11, 0x52}},
1871 #ifdef B115200 in sane_init()
1873 tty_baud = B115200; in sane_init()
/third_party/libwebsockets/minimal-examples/raw/minimal-raw-serial/
H A Dminimal-raw-file.c89 cfsetispeed(&tio, B115200); in callback_raw_test()
90 cfsetospeed(&tio, B115200); in callback_raw_test()
/third_party/cups-filters/backend/
H A Dserial.c336 # ifdef B115200 in main()
338 cfsetispeed(&opts, B115200); in main()
339 cfsetospeed(&opts, B115200); in main()
341 # endif /* B115200 */ in main()
921 # ifdef B115200 in list_devices()
925 # endif /* B115200 */ in list_devices()
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Dtermios.h98 #define B115200 0010002 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Dtermios.h98 #define B115200 0010002 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Dtermios.h98 #define B115200 0010002 macro
/third_party/musl/porting/liteos_a_newlib/kernel/include/bits/
H A Dtermios.h98 #define B115200 0010002 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Dtermios.h98 #define B115200 0010002 macro
/third_party/musl/arch/generic/bits/
H A Dtermios.h98 #define B115200 0010002 macro
/third_party/toybox/toys/pending/
H A Dgetty.c74 #ifdef B115200
75 {115200, B115200},
/third_party/musl/arch/mips/bits/
H A Dtermios.h99 #define B115200 0010002 macro
/third_party/musl/arch/powerpc/bits/
H A Dtermios.h102 #define B115200 00021 macro
/third_party/musl/arch/mips64/bits/
H A Dtermios.h99 #define B115200 0010002 macro
/third_party/musl/arch/mipsn32/bits/
H A Dtermios.h99 #define B115200 0010002 macro
/third_party/musl/arch/powerpc64/bits/
H A Dtermios.h102 #define B115200 00021 macro
/third_party/rust/crates/rustix/src/backend/linux_raw/termios/
H A Dtypes.rs310 /// `B115200`
311 pub const B115200: Speed = linux_raw_sys::general::B115200; consts
/third_party/python/Modules/
H A Dtermios.c578 #ifdef B115200
579 {"B115200", B115200},
/third_party/rust/crates/libc/src/unix/linux_like/linux/uclibc/mips/
H A Dmod.rs267 pub const B115200: ::speed_t = 0o010002; consts
/third_party/rust/crates/rustix/src/backend/libc/termios/
H A Dtypes.rs661 /// `B115200`
662 pub const B115200: Speed = c::B115200; consts
/third_party/rust/crates/rustix/src/termios/
H A Dconstants.rs680 B0, B110, B115200, B1200, B134, B150, B1800, B19200, B200, B230400, B2400, B300, B38400, B4800,
712 backend::termios::types::B115200 => Some(115_200), in speed_value()
/third_party/rust/crates/libc/src/unix/linux_like/linux/musl/b64/aarch64/
H A Dmod.rs622 pub const B115200: ::speed_t = 0o010002; consts

Completed in 21 milliseconds

1234