Searched refs:put_chars (Results 1 - 12 of 12) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/include/linux/
H A Dvirtio_console.h49 int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int));
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dhvc_tile.c49 .put_chars = hvc_tile_put_chars,
H A Dhvc_console.h70 int (*put_chars)(uint32_t vtermno, const char *buf, int count); member in struct:hv_ops
H A Dhvc_udbg.c63 .put_chars = hvc_udbg_put,
H A Dhvc_beat.c89 .put_chars = hvc_beat_put_chars,
H A Dhvc_rtas.c76 .put_chars = hvc_rtas_write_console,
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_xen.c127 .put_chars = write_console,
H A Dvirtio_console.c41 * that callbacks from hvc for get_chars(), put_chars() work properly
266 * This condition can be true when put_chars is called from
749 * The put_chars() callback is pretty straightforward.
756 static int put_chars(u32 vtermno, const char *buf, int count) function
831 .put_chars = put_chars,
846 int __init virtio_cons_early_init(int (*put_chars)(u32, const char *, int)) argument
848 early_put_chars = put_chars;
869 * put_chars() get_chars(), notifier_add() and notifier_del()
H A Dhvc_console.c164 r = cons_ops[index]->put_chars(vtermnos[index], c, i);
449 n = hp->ops->put_chars(hp->vtermno, hp->outbuf, hp->n_outbuf);
H A Dhvc_iucv.c447 * hvc_iucv_put_chars() - HVC put_chars operation.
930 .put_chars = hvc_iucv_put_chars,

Completed in 46 milliseconds