Searched refs:consoles (Results 1 - 47 of 47) sorted by relevance

/linux-4.1.27/fs/proc/
H A DMakefile14 proc-y += consoles.o
H A Dconsoles.c14 * This is handler for /proc/consoles
109 proc_create("consoles", 0, NULL, &proc_consoles_operations); proc_consoles_init()
/linux-4.1.27/include/linux/
H A Dvt_buffer.h9 * but when handling hardware text mode consoles, we store
H A Dtty.h215 good for consoles */
H A Dfb.h159 /* CONSOLE-SPECIFIC: remap all consoles to new fb - for vga switcheroo */
/linux-4.1.27/arch/powerpc/platforms/powernv/
H A Dopal.c787 struct device_node *np, *consoles; opal_init() local
796 /* Register OPAL consoles if any ports */ opal_init()
798 consoles = of_find_node_by_path("/ibm,opal/consoles"); opal_init()
800 consoles = of_node_get(opal_node); opal_init()
801 if (consoles) { for_each_child_of_node()
802 for_each_child_of_node(consoles, np) { for_each_child_of_node()
807 of_node_put(consoles);
/linux-4.1.27/arch/arm/mach-shmobile/
H A Dpm-r8a7740.c33 * Serial consoles make use of SCIF hardware located in A3SP, r8a7740_pd_a3sp_suspend()
H A Dpm-rmobile.c214 * Serial consoles make use of SCIF hardware located in this domain, rmobile_pd_suspend_console()
/linux-4.1.27/drivers/tty/hvc/
H A Dhvc_opal.c356 opal = of_find_node_by_path("/ibm,opal/consoles"); hvc_opal_init_early()
358 pr_devel("hvc_opal: Found consoles in new location\n"); hvc_opal_init_early()
363 "Found consoles in old location\n"); hvc_opal_init_early()
H A Dhvcs.c24 * user space applications access to the system consoles of logically
26 * Power5 ppc64 system. Physical hardware consoles per partition are not
27 * practical on this hardware so system consoles are accessed by this driver
H A Dhvc_console.c268 * consoles * prior to the vio subsystem discovering them. Hotplugged
/linux-4.1.27/include/uapi/linux/
H A Dvt.h13 consoles 16 and higher (since it returns a short) */
H A Dcapability.h287 /* Override max number of consoles on console allocation */
/linux-4.1.27/arch/um/drivers/
H A Dport_kern.c71 "There are currently no UML consoles waiting for port connections.\n" \
73 "by enabling more consoles in the UML /etc/inittab.\n" \
H A Dxterm.c74 " consoles, and serial lines when they are attached to the xterm channel.\n"
H A Dchan_user.c118 * The point of this is to handle SIGWINCH on consoles which have host
H A Dline.c440 * consoles at once. line_setup()
/linux-4.1.27/arch/alpha/mm/
H A Dinit.c173 On systems with larger consoles, additional pages will be callback_init()
213 /* Newer consoles (especially on larger callback_init()
/linux-4.1.27/drivers/usb/misc/sisusbvga/
H A Dsisusb_con.c290 /* Free our font buffer if all consoles are gone */ sisusbcon_deinit()
1186 /* Font is shared among all our consoles. sisusbcon_do_font_op()
1254 /* Now adjust our consoles' size */ sisusbcon_do_font_op()
1452 /* If gfxcore not initialized or no consoles given, quit graciously */ sisusb_console_init()
1527 * of the affected consoles. Hence, the next sisusb_console_exit()
1532 * Instead, we switch our consoles to a private sisusb_console_exit()
1544 * consoles is executed by do_take_over_console(). sisusb_console_exit()
H A Dsisusb.h46 /* For older kernels, support for text consoles is by default
/linux-4.1.27/kernel/printk/
H A Dprintk.c126 * Array of consoles built from command line options (console=)
1420 * To leave time for slow consoles to print a full oops,
1509 * though, are printed immediately to the consoles to ensure everything has
1839 * send it to the consoles before releasing the lock.
2000 * add_preferred_console - add a device to the list of preferred consoles.
2407 * There are two types of consoles - bootconsoles (early_printk) and
2408 * "real" consoles (everything which is not a bootconsole) which are
2543 * the already-registered consoles.
2552 * we get the "console xxx enabled" message on all the consoles -
2553 * boot consoles, real consoles, etc - this is to ensure that end
2563 /* We need to iterate through all boot consoles, to make
/linux-4.1.27/drivers/char/
H A Dvirtio_console.c50 * Mainly, it has a linked list for all the consoles in one place so
65 * This is used to keep track of the number of hvc consoles
77 struct list_head consoles; member in struct:ports_driver_data
86 /* We'll place all consoles in a list in the pdrvdata struct */
257 list_for_each_entry(cons, &pdrvdata.consoles, list) { find_port_by_vtermno()
1263 list_add_tail(&port->cons.list, &pdrvdata.consoles); init_port_console()
2089 * other consoles. We need to wait until the hvc_alloc matches the virtcons_probe()
2282 INIT_LIST_HEAD(&pdrvdata.consoles); init()
/linux-4.1.27/arch/m68k/atari/
H A Datakeyb.c75 * - Console switching is done with Alt+Fx (consoles 1..10) and
76 * Shift+Alt+Fx (consoles 11..20).
/linux-4.1.27/arch/alpha/boot/
H A Dbootpz.c193 BOOT_ADDR Virtual address at which the consoles loads
325 /* Since all the SRM consoles load the BOOTP image at virtual start_kernel()
H A Dbootp.c188 /* This is a hack, as some consoles seem to get virtual 20000000 (ie start_kernel()
/linux-4.1.27/arch/parisc/kernel/
H A Dpdc_cons.c262 * all of the current consoles, reinitializes the pdc console and
/linux-4.1.27/drivers/tty/vt/
H A Dconsolemap.c621 * Merge with fontmaps of any other virtual consoles. con_set_unimap()
766 * keyboard driver as well as the consoles
H A Dvt_ioctl.c102 /* kernel view is consoles 0..n-1, user space view is list_for_each()
307 /* deallocate all unused consoles, but leave 0 */ vt_disallocate_all()
H A Dvt.c22 * Dynamic allocation of consoles, aeb@cwi.nl, May 1994
23 * Resizing of consoles, aeb, 940926
42 * console. It supports VGA text mode, frame buffer based graphical consoles
203 * on that display, allowing consoles other than fg_console to be refreshed
3172 printk("consoles %d-%d ", first+1, last+1); do_bind_con_driver()
3681 * when a driver wants to take over some existing consoles
H A Dkeyboard.c360 * Called after returning from RAW mode or when changing consoles - recompute
/linux-4.1.27/kernel/debug/kdb/
H A Dkdb_io.c697 * Write to all consoles. vkdb_printf()
754 * uses kdb_printf to echo on serial consoles ... vkdb_printf()
/linux-4.1.27/drivers/video/fbdev/
H A Dhpfb.c282 * Let there be consoles.. hpfb_init_one()
H A Dpmag-aa-fb.c428 * Let there be consoles.. init_one()
H A Dsa1100fb.c1004 * FIXME: we need to verify _all_ consoles. sa1100fb_min_dma_period()
/linux-4.1.27/arch/alpha/kernel/
H A Dcore_irongate.c217 Issue a warning for such consoles. */ albacore_init_arch()
H A Dpci.c90 BIOS ranges (disabled after power-up), and some consoles do turn quirk_cypress()
/linux-4.1.27/drivers/gpu/drm/gma500/
H A Dgtt.c159 * This allows us to implement hardware scrolling on the consoles without
/linux-4.1.27/drivers/tty/
H A Dehv_bytechan.c216 * For consoles, if the output buffer is full, we should just spin until it
H A Dmips_ejtag_fdc.c286 * struct mips_ejtag_fdc_console - Wrapper struct for FDC consoles.
H A Dtty_io.c6 * 'tty_io.c' gives an orthogonal feeling to tty's, be they consoles
/linux-4.1.27/drivers/video/console/
H A Dsticore.c292 /* Assuming the machine has multiple STI consoles (=graphic cards) which
H A Dfbcon.c847 * If old fb is not mapped to any of the consoles, set_con2fb_map()
3031 * the consoles to no device and then releases the fbcon_fb_unbind()
/linux-4.1.27/drivers/net/ethernet/sgi/
H A Dioc3-eth.c1113 * Note about serial ports and consoles:
/linux-4.1.27/drivers/infiniband/hw/ipath/
H A Dipath_intr.c807 * messages to serial consoles. Kernel ports get printed from handle_errors()
/linux-4.1.27/drivers/net/ethernet/neterion/vxge/
H A Dvxge-main.c1882 * specific in-kernel networking tasks, such as remote consoles and kernel
/linux-4.1.27/drivers/gpu/drm/
H A Ddrm_crtc.c799 * The kernel supports per-connector configration of its consoles through
/linux-4.1.27/drivers/net/ethernet/neterion/
H A Ds2io.c2835 * specific in-kernel networking tasks, such as remote consoles and kernel

Completed in 1368 milliseconds