Home
last modified time | relevance | path

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

/optee_os/core/drivers/
H A Dsemihosting_console.c49 static const struct serial_ops semihosting_console_fd_ops = { variable
52 DECLARE_KEEP_PAGER(semihosting_console_fd_ops);
58 sh_console_data.chip.ops = &semihosting_console_fd_ops; in semihosting_console_init()