/aosp_15_r20/external/trusty/musl/src/termios/ |
D | cfgetospeed.c | 5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() 10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed()
|
D | cfsetospeed.c | 6 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() 17 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
|
D | tcgetattr.c | 4 int tcgetattr(int fd, struct termios *tio) in tcgetattr()
|
D | tcsetattr.c | 5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr()
|
/aosp_15_r20/external/musl/src/termios/ |
H A D | cfgetospeed.c | 5 speed_t cfgetospeed(const struct termios *tio) in cfgetospeed() 10 speed_t cfgetispeed(const struct termios *tio) in cfgetispeed()
|
H A D | cfsetospeed.c | 6 int cfsetospeed(struct termios *tio, speed_t speed) in cfsetospeed() 17 int cfsetispeed(struct termios *tio, speed_t speed) in cfsetispeed()
|
H A D | tcgetattr.c | 4 int tcgetattr(int fd, struct termios *tio) in tcgetattr()
|
H A D | tcsetattr.c | 5 int tcsetattr(int fd, int act, const struct termios *tio) in tcsetattr()
|
/aosp_15_r20/external/toybox/lib/ |
H A D | tty.c | 101 void xsetspeed(struct termios *tio, int bps) in xsetspeed() 112 struct termios tio; in set_terminal() local
|
/aosp_15_r20/external/flashrom/ |
H A D | custom_baud_linux.c | 34 struct termios2 tio; in set_custom_baudrate() local
|
/aosp_15_r20/external/musl/src/misc/ |
H A D | openpty.c | 10 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty()
|
H A D | forkpty.c | 9 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws) in forkpty()
|
/aosp_15_r20/external/trusty/musl/src/misc/ |
D | openpty.c | 10 int openpty(int *pm, int *ps, char *name, const struct termios *tio, const struct winsize *ws) in openpty()
|
D | forkpty.c | 9 int forkpty(int *pm, char *name, const struct termios *tio, const struct winsize *ws) in forkpty()
|
/aosp_15_r20/external/toybox/toys/net/ |
H A D | microcom.c | 98 struct termios tio; in microcom_main() local
|
/aosp_15_r20/libcore/ojluni/src/main/native/ |
H A D | Console_md.c | 56 struct termios tio; in Java_java_io_Console_echo() local
|
/aosp_15_r20/external/strace/ |
H A D | term.c | 75 struct termio tio; in decode_termio() local
|
/aosp_15_r20/device/google/contexthub/util/stm32_flash/ |
D | uart.c | 85 struct termios tio; in uart_init() local
|
/aosp_15_r20/external/libwebsockets/minimal-examples/raw/minimal-raw-serial/ |
H A D | minimal-raw-file.c | 56 struct termios tio; in callback_raw_test() local
|
/aosp_15_r20/packages/modules/Virtualization/libs/libvirtualization_jni/ |
D | android_system_virtualmachine_VirtualMachine.cpp | 122 struct termios tio; in Java_android_system_virtualmachine_VirtualMachine_nativeOpenPtyRawNonblock() local
|
/aosp_15_r20/frameworks/base/core/jni/ |
H A D | android_hardware_SerialPort.cpp | 144 struct termios tio; in android_hardware_SerialPort_open() local
|
/aosp_15_r20/external/igt-gpu-tools/tests/ |
H A D | testdisplay.c | 581 struct termios tio; in set_termio_mode() local
|
/aosp_15_r20/external/igt-gpu-tools/tools/ |
H A D | intel_dp_compliance.c | 992 struct termios tio; in set_termio_mode() local
|
/aosp_15_r20/packages/modules/adb/client/ |
D | commandline.cpp | 280 termios tio; in stdin_raw_init() local
|
/aosp_15_r20/external/coreboot/src/northbridge/intel/pineview/ |
H A D | raminit.c | 2186 u32 reg32, datadelay, tio, rcvendelay, maxrcvendelay; in sdram_new_trd() local
|