Searched refs:add_preferred_console (Results 1 - 23 of 23) sorted by relevance

/linux-master/arch/mips/sgi-ip22/
H A Dip22-setup.c71 add_preferred_console("ttyS", *(ctype + 1) == '2' ? 1 : 0,
76 add_preferred_console("arc", 0, NULL);
/linux-master/drivers/tty/hvc/
H A Dhvc_udbg.c79 add_preferred_console("hvc", 0, NULL);
H A Dhvc_rtas.c107 add_preferred_console("hvc", 0, NULL);
H A Dhvc_vio.c429 add_preferred_console("hvc", 0, NULL);
H A Dhvc_opal.c388 add_preferred_console("hvc", index, NULL);
/linux-master/arch/mips/sgi-ip32/
H A Dip32-setup.c94 add_preferred_console("ttyS", *(con + 1) == '2' ? 1 : 0,
/linux-master/arch/x86/xen/
H A Denlighten.c236 add_preferred_console("xenboot", 0, NULL);
238 add_preferred_console("tty", 0, NULL);
239 add_preferred_console("hvc", 0, NULL);
241 add_preferred_console("tty", 0, NULL);
/linux-master/arch/mips/sni/
H A Dsetup.c86 add_preferred_console("ttyS", port,
89 add_preferred_console("ttySC", port,
/linux-master/drivers/acpi/
H A Dspcr.c223 err = add_preferred_console(uart, 0, opts + strlen(uart) + 1);
/linux-master/drivers/tty/serial/8250/
H A D8250_hp300.c120 add_preferred_console("ttyS", port.line, "9600n8");
143 add_preferred_console("ttyS", port.line, "9600n8");
H A D8250_omap.c1833 add_preferred_console("ttyS", idx, options);
/linux-master/drivers/tty/serial/
H A Dsuncore.c79 add_preferred_console(con->name, line, NULL);
/linux-master/arch/mips/jazz/
H A Dsetup.c78 add_preferred_console("ttyS", 0, "9600");
/linux-master/arch/s390/kernel/
H A Dsetup.c215 add_preferred_console("ttyS", 0, NULL);
217 add_preferred_console("tty3270", 0, NULL);
219 add_preferred_console("ttysclp", 0, NULL);
221 add_preferred_console("hvc", 0, NULL);
/linux-master/include/linux/
H A Dconsole.h497 extern int add_preferred_console(const char *name, const short idx, char *options);
/linux-master/arch/powerpc/kernel/
H A Dlegacy_serial.c679 return add_preferred_console("ttyS", offset, opt);
681 return add_preferred_console("ttyS", offset, NULL);
/linux-master/arch/powerpc/platforms/powernv/
H A Dsetup.c245 add_preferred_console("hvc", 0, NULL);
/linux-master/arch/powerpc/platforms/chrp/
H A Dsetup.c292 add_preferred_console("ttyS", 0, NULL);
/linux-master/arch/powerpc/platforms/powermac/
H A Dsetup.c542 return add_preferred_console(devname, offset, NULL);
/linux-master/arch/arm/xen/
H A Denlighten.c278 add_preferred_console("hvc", 0, NULL);
/linux-master/drivers/tty/
H A Dehv_bytechan.c329 /* add_preferred_console() must be called before register_console(),
333 add_preferred_console(ehv_bc_console.name, ehv_bc_console.index, NULL);
/linux-master/drivers/of/
H A Dbase.c1928 return !add_preferred_console(name, index, (char *)of_stdout_options);
/linux-master/kernel/printk/
H A Dprintk.c2537 * add_preferred_console - add a device to the list of preferred consoles.
2549 int add_preferred_console(const char *name, const short idx, char *options) function
3296 * by either the command line or add_preferred_console() and

Completed in 403 milliseconds