Searched refs:put_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.h49 int (*put_chars)(uint32_t vtermno, const char *buf, int count); member in struct:hv_ops
H A Dhvc_rtas.c76 .put_chars = hvc_rtas_write_console,
H A Dhvc_beat.c89 .put_chars = hvc_beat_put_chars,
H A Dhvc_vio.c78 .put_chars = hvc_put_chars,
H A Dhvc_iseries.c141 static int put_chars(uint32_t vtermno, const char *buf, int count) function
202 .put_chars = put_chars,
H A Dhvc_console.c179 r = cons_ops[index]->put_chars(vtermnos[index], c, i);
470 n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf);

Completed in 44 milliseconds