Home
last modified time | relevance | path

Searched refs:os_tty_raw (Results 1 – 3 of 3) sorted by relevance

/rk3399_rockchip-uboot/include/
H A Dos.h112 void os_tty_raw(int fd, bool allow_sigs);
/rk3399_rockchip-uboot/drivers/serial/
H A Dsandbox.c70 os_tty_raw(0, state->term_raw == STATE_TERM_RAW_WITH_SIGS); in sandbox_serial_probe()
/rk3399_rockchip-uboot/arch/sandbox/cpu/
H A Dos.c119 void os_tty_raw(int fd, bool allow_sigs) in os_tty_raw() function