Searched refs:getch (Results 1 – 6 of 6) sorted by relevance
75 .getch = mod_console_io_getch,
40 .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()
165 int (*getch)(const struct fwk_io_stream *stream, char *ch); member
155 .getch = mod_stdio_getc,
300 .getch = mod_rcar_scif_io_getch,
665 .getch = mod_pl011_io_getch,
Completed in 5 milliseconds