Home
last modified time | relevance | path

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

/SCP-firmware-master/module/optee/console/src/
A Dmod_optee_console.c75 .getch = mod_console_io_getch,
/SCP-firmware-master/framework/src/
A Dfwk_io.c40 .getch = fwk_io_null_getch,
143 if ((read && (stream->adapter->getch == NULL))) { in fwk_io_open()
182 fwk_assert(stream->adapter->getch != NULL); in fwk_io_getch()
184 status = stream->adapter->getch(stream, ch); in fwk_io_getch()
/SCP-firmware-master/framework/include/
A Dfwk_io.h165 int (*getch)(const struct fwk_io_stream *stream, char *ch); member
/SCP-firmware-master/module/stdio/src/
A Dmod_stdio.c155 .getch = mod_stdio_getc,
/SCP-firmware-master/product/rcar/module/rcar_scif/src/
A Dmod_rcar_scif.c300 .getch = mod_rcar_scif_io_getch,
/SCP-firmware-master/module/pl011/src/
A Dmod_pl011.c665 .getch = mod_pl011_io_getch,

Completed in 5 milliseconds