Searched refs:hvc_instantiate (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.c55 hvc_instantiate(0, 0, &hvc_tile_get_put_ops);
H A Dhvc_console.h79 extern int hvc_instantiate(uint32_t vtermno, int index,
H A Dhvc_udbg.c91 hvc_instantiate(0, 0, &hvc_udbg_ops);
H A Dhvc_beat.c103 hvc_instantiate(0, 0, &hvc_beat_get_put_ops);
H A Dhvc_rtas.c128 hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops);
H A Dhvc_vio.c162 hvc_instantiate(*vtermno, num_found, &hvc_get_put_ops);
H A Dhvc_xen.c174 hvc_instantiate(HVC_COOKIE, 0, &hvc_ops);
H A Dhvc_console.c90 * a console candidate registered with hvc_instantiate().
219 * calls hvc_instantiate() and call register again.
246 * hvc_instantiate() is an early console discovery method which locates
248 * vty adapters do NOT get an hvc_instantiate() callback since they
251 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) function
284 EXPORT_SYMBOL_GPL(hvc_instantiate); variable
H A Dhvc_iseries.c592 hvc_instantiate(*vtermno, num_found, &hvc_get_put_ops);
H A Dhvc_iucv.c1284 rc = hvc_instantiate(HVC_IUCV_MAGIC, IUCV_HVC_CON_IDX, &hvc_iucv_ops);
H A Dvirtio_console.c58 * console spawned via hvc_instantiate to the console being
86 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
849 return hvc_instantiate(0, 0, &hv_ops);
/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.c55 hvc_instantiate(0, 0, &hvc_tile_get_put_ops);
H A Dhvc_console.h79 extern int hvc_instantiate(uint32_t vtermno, int index,
H A Dhvc_udbg.c91 hvc_instantiate(0, 0, &hvc_udbg_ops);
H A Dhvc_beat.c103 hvc_instantiate(0, 0, &hvc_beat_get_put_ops);
H A Dhvc_rtas.c128 hvc_instantiate(hvc_rtas_cookie, 0, &hvc_rtas_get_put_ops);
H A Dhvc_vio.c162 hvc_instantiate(*vtermno, num_found, &hvc_get_put_ops);
H A Dhvc_xen.c174 hvc_instantiate(HVC_COOKIE, 0, &hvc_ops);
H A Dhvc_console.c90 * a console candidate registered with hvc_instantiate().
219 * calls hvc_instantiate() and call register again.
246 * hvc_instantiate() is an early console discovery method which locates
248 * vty adapters do NOT get an hvc_instantiate() callback since they
251 int hvc_instantiate(uint32_t vtermno, int index, const struct hv_ops *ops) function
284 EXPORT_SYMBOL_GPL(hvc_instantiate); variable
H A Dhvc_iseries.c592 hvc_instantiate(*vtermno, num_found, &hvc_get_put_ops);
H A Dhvc_iucv.c1284 rc = hvc_instantiate(HVC_IUCV_MAGIC, IUCV_HVC_CON_IDX, &hvc_iucv_ops);
H A Dvirtio_console.c58 * console spawned via hvc_instantiate to the console being
86 * with hvc in hvc_instantiate() and hvc_alloc(); this is the
849 return hvc_instantiate(0, 0, &hv_ops);

Completed in 292 milliseconds