Home
last modified time | relevance | path

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

/openbmc/u-boot/include/
H A Dos.h103 void os_tty_raw(int fd, bool allow_sigs);
/openbmc/u-boot/drivers/serial/
H A Dsandbox.c72 os_tty_raw(0, state->term_raw == STATE_TERM_RAW_WITH_SIGS); in sandbox_serial_probe()
/openbmc/u-boot/arch/sandbox/cpu/
H A Dos.c179 void os_tty_raw(int fd, bool allow_sigs) in os_tty_raw() function