Searched refs:hvc_alloc (Results 1 - 22 of 22) sorted by relevance

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6.36/drivers/char/
H A Dhvc_tile.c64 hvc_alloc(0, 0, &hvc_tile_get_put_ops, 128);
H A Dhvc_console.h83 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
H A Dhvc_udbg.c72 hp = hvc_alloc(0, NO_IRQ, &hvc_udbg_ops, 16);
H A Dhvc_beat.c116 hp = hvc_alloc(0, NO_IRQ, &hvc_beat_get_put_ops, 16);
H A Dhvc_rtas.c97 hp = hvc_alloc(hvc_rtas_cookie, NO_IRQ, &hvc_rtas_get_put_ops, 16);
H A Dhvc_vio.c93 hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
H A Dhvc_xen.c146 hp = hvc_alloc(HVC_COOKIE, xencons_irq, &hvc_ops, 256);
H A Dhvc_console.c758 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, function
809 EXPORT_SYMBOL_GPL(hvc_alloc); variable
845 /* Driver initialization: called as soon as someone uses hvc_alloc(). */
H A Dhvc_iseries.c223 hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
H A Dhvc_iucv.c479 * @id: Additional data (originally passed to hvc_alloc): the index of an struct
619 * @id: Additional data (originally passed to hvc_alloc):
661 * @id: Additional data (originally passed to hvc_alloc):
985 priv->hvc = hvc_alloc(HVC_IUCV_MAGIC + id, /* PAGE_SIZE */
H A Dvirtio_console.c57 * argument to hvc_alloc(). To correctly map an initial
59 * hooked up via hvc_alloc, we need to pass the same vtermno.
86 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
861 * hvc_alloc().
863 * The first argument of hvc_alloc() is the virtual console
875 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/linux/linux-2.6/drivers/char/
H A Dhvc_tile.c64 hvc_alloc(0, 0, &hvc_tile_get_put_ops, 128);
H A Dhvc_console.h83 extern struct hvc_struct * hvc_alloc(uint32_t vtermno, int data,
H A Dhvc_udbg.c72 hp = hvc_alloc(0, NO_IRQ, &hvc_udbg_ops, 16);
H A Dhvc_beat.c116 hp = hvc_alloc(0, NO_IRQ, &hvc_beat_get_put_ops, 16);
H A Dhvc_rtas.c97 hp = hvc_alloc(hvc_rtas_cookie, NO_IRQ, &hvc_rtas_get_put_ops, 16);
H A Dhvc_vio.c93 hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
H A Dhvc_xen.c146 hp = hvc_alloc(HVC_COOKIE, xencons_irq, &hvc_ops, 256);
H A Dhvc_console.c758 struct hvc_struct *hvc_alloc(uint32_t vtermno, int data, function
809 EXPORT_SYMBOL_GPL(hvc_alloc); variable
845 /* Driver initialization: called as soon as someone uses hvc_alloc(). */
H A Dhvc_iseries.c223 hp = hvc_alloc(vdev->unit_address, vdev->irq, &hvc_get_put_ops,
H A Dhvc_iucv.c479 * @id: Additional data (originally passed to hvc_alloc): the index of an struct
619 * @id: Additional data (originally passed to hvc_alloc):
661 * @id: Additional data (originally passed to hvc_alloc):
985 priv->hvc = hvc_alloc(HVC_IUCV_MAGIC + id, /* PAGE_SIZE */
H A Dvirtio_console.c57 * argument to hvc_alloc(). To correctly map an initial
59 * hooked up via hvc_alloc, we need to pass the same vtermno.
86 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
861 * hvc_alloc().
863 * The first argument of hvc_alloc() is the virtual console
875 port->cons.hvc = hvc_alloc(port->cons.vtermno, 0, &hv_ops, PAGE_SIZE);

Completed in 192 milliseconds