Searched refs:consoles (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 998 struct device_node *np, *consoles, *leds; in opal_init() local 1007 /* Register OPAL consoles if any ports */ in opal_init() 1008 consoles = of_find_node_by_path("/ibm,opal/consoles"); in opal_init() 1009 if (consoles) { in opal_init() 1010 for_each_child_of_node(consoles, np) { in opal_init() 1015 of_node_put(consoles); in opal_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powernv/ |
H A D | opal.c | 1000 struct device_node *np, *consoles, *leds; in opal_init() local 1009 /* Register OPAL consoles if any ports */ in opal_init() 1010 consoles = of_find_node_by_path("/ibm,opal/consoles"); in opal_init() 1011 if (consoles) { in opal_init() 1012 for_each_child_of_node(consoles, np) { in opal_init() 1017 of_node_put(consoles); in opal_init()
|
/kernel/linux/linux-5.10/fs/proc/ |
H A D | Makefile | 16 proc-y += consoles.o
|
/kernel/linux/linux-6.6/fs/proc/ |
H A D | Makefile | 16 proc-y += consoles.o
|
/kernel/linux/linux-5.10/drivers/char/ |
H A D | virtio_console.c | 36 * Mainly, it has a linked list for all the consoles in one place so 51 * This is used to keep track of the number of hvc consoles 63 struct list_head consoles; member 72 /* We'll place all consoles in a list in the pdrvdata struct */ 249 list_for_each_entry(cons, &pdrvdata.consoles, list) { in find_port_by_vtermno() 1258 list_add_tail(&port->cons.list, &pdrvdata.consoles); in init_port_console() 2102 * other consoles. We need to wait until the hvc_alloc matches the in virtcons_probe() 2256 INIT_LIST_HEAD(&pdrvdata.consoles); in virtio_console_init()
|
/kernel/linux/linux-6.6/drivers/char/ |
H A D | virtio_console.c | 38 * Mainly, it has a linked list for all the consoles in one place so 50 struct list_head consoles; member 64 /* We'll place all consoles in a list in the pdrvdata struct */ 243 list_for_each_entry(cons, &pdrvdata.consoles, list) { in find_port_by_vtermno() 1255 list_add_tail(&port->cons.list, &pdrvdata.consoles); in init_port_console() 2105 * other consoles. We need to wait until the hvc_alloc matches the in virtcons_probe() 2254 INIT_LIST_HEAD(&pdrvdata.consoles); in virtio_console_init()
|
Completed in 9 milliseconds