Searched refs:early_put_chars (Results 1 - 3 of 3) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/s390/kvm/
H A Dkvm_virtio.c394 static __init int early_put_chars(u32 vtermno, const char *buf, int count) function
411 return virtio_cons_early_init(early_put_chars);
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/char/
H A Dvirtio_console.c203 static int (*early_put_chars)(u32, const char *, int); variable
760 if (unlikely(early_put_chars))
761 return early_put_chars(vtermno, buf, count);
782 if (unlikely(early_put_chars))
848 early_put_chars = put_chars;
893 if (early_put_chars)
894 early_put_chars = NULL;
/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/arch/x86/lguest/
H A Dboot.c1146 static __init int early_put_chars(u32 vtermno, const char *buf, int count) function
1395 virtio_cons_early_init(early_put_chars);

Completed in 54 milliseconds