Searched refs:get_chars (Results 1 - 6 of 6) sorted by relevance

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/
H A Dhvc_console.h48 int (*get_chars)(uint32_t vtermno, char *buf, int count); member in struct:hv_ops
H A Dhvc_rtas.c75 .get_chars = hvc_rtas_read_console,
H A Dhvc_beat.c88 .get_chars = hvc_beat_get_chars,
H A Dhvc_vio.c77 .get_chars = filtered_get_chars,
H A Dhvc_iseries.c110 static int get_chars(uint32_t vtermno, char *buf, int count) function
201 .get_chars = get_chars,
H A Dhvc_console.c609 n = hp->ops->get_chars(hp->vtermno, buf, count);

Completed in 64 milliseconds