| /OK3568_Linux_fs/u-boot/common/ |
| H A D | console.su | |
| H A D | iomux.c | 14 void iomux_printdevs(const int console) in iomux_printdevs() argument 19 for (i = 0; i < cd_count[console]; i++) { in iomux_printdevs() 20 dev = console_devices[console][i]; in iomux_printdevs() 27 int iomux_doenv(const int console, const char *arg) in iomux_doenv() argument 80 switch (console) { in iomux_doenv() 121 if (console_assign(console, start[j]) < 0) in iomux_doenv() 133 console_devices[console] = in iomux_doenv() 134 (struct stdio_dev **)realloc(console_devices[console], in iomux_doenv() 136 if (console_devices[console] == NULL) { in iomux_doenv() 140 memcpy(console_devices[console], cons_set, cs_idx * in iomux_doenv() [all …]
|
| /OK3568_Linux_fs/u-boot/spl/common/ |
| H A D | console.su | |
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/cavium/liquidio/ |
| H A D | octeon_console.c | 423 struct octeon_console *console; in octeon_console_handle_result() local 425 console = &oct->console[console_num]; in octeon_console_handle_result() 427 console->waiting = 0; in octeon_console_handle_result() 433 struct octeon_console *console, in output_console_line() argument 454 if (console->leftover[0] && in output_console_line() 455 (line != console->leftover)) { in output_console_line() 456 if (console->print) in output_console_line() 457 (*console->print)(oct, (u32)console_num, in output_console_line() 458 console->leftover, in output_console_line() 460 console->leftover[0] = '\0'; in output_console_line() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/admin-guide/ |
| H A D | serial-console.rst | 6 To use a serial port as console you need to compile the support into your 14 It is possible to specify multiple devices for console output. You can 16 use for console output. 20 console=device,options 22 device: tty0 for the foreground virtual console 23 ttyX for any other virtual console 35 You can specify multiple console= options on the kernel command line. 37 you open ``/dev/console``. So, for example:: 39 console=ttyS1,9600 console=tty0 41 defines that opening ``/dev/console`` will get you the current foreground [all …]
|
| H A D | braille-console.rst | 6 console (see :ref:`Documentation/admin-guide/serial-console.rst <serial_console>`), and 10 Then you need to specify a ``console=brl``, option on the kernel command line, the 13 console=brl,serial_options... 16 :ref:`Documentation/admin-guide/serial-console.rst <serial_console>`. 18 …o for instance you can use ``console=brl,ttyS0`` if the braille device is connected to the first s… 21 By default, the braille device will just show the last kernel message (console 31 For simplicity, only one braille console can be enabled, other uses of 32 ``console=brl,...`` will be discarded. Also note that it does not interfere with 33 the console selection mechanism described in 34 :ref:`Documentation/admin-guide/serial-console.rst <serial_console>`.
|
| /OK3568_Linux_fs/kernel/Documentation/ia64/ |
| H A D | serial.rst | 18 as a serial console. If the user specified "console=ttyS0" 31 and "console=" arguments. Without an HCDP, device names didn't 41 (EFI console (EFI console 54 EFI knows what your console devices are, but it doesn't tell the 56 table[1] does tell the kernel where potential serial console 61 So how do you tell Linux which console device to use? 65 card) as the console. Then you don't need to tell Linux 66 anything; the kernel will automatically use the EFI console. 69 to specify "console=ttyS0" to get a serial console.) 71 - Without an HCDP, Linux defaults to a VGA console unless you [all …]
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | vt_kern.h | 38 int vc_allocate(unsigned int console); 39 int vc_cons_allocated(unsigned int console); 41 struct vc_data *vc_deallocate(unsigned int console); 163 int vt_do_kdskbmode(int console, unsigned int arg); 164 int vt_do_kdskbmeta(int console, unsigned int arg); 168 int console); 170 int vt_do_kdskled(int console, int cmd, unsigned long arg, int perm); 171 int vt_do_kdgkbmode(int console); 172 int vt_do_kdgkbmeta(int console); 173 void vt_reset_unicode(int console); [all …]
|
| H A D | console.h | 141 struct console { struct 143 void (*write)(struct console *, const char *, unsigned); argument 144 int (*read)(struct console *, char *, unsigned); argument 145 struct tty_driver *(*device)(struct console *, int *); argument 147 int (*setup)(struct console *, char *); argument 148 int (*exit)(struct console *); argument 149 int (*match)(struct console *, char *name, int idx, char *options); argument 154 struct console *next; argument 164 extern struct console *early_console; 172 extern void register_console(struct console *); [all …]
|
| /OK3568_Linux_fs/yocto/poky/bitbake/lib/toaster/toastergui/static/js/ |
| H A D | libtoaster.js | 52 console.error("Error getting data from server: " + data.error); 109 console.warn(_data.error); 115 console.warn("Call failed"); 116 console.warn(_data); 138 console.warn(_data.error); 144 console.warn("Call failed"); 145 console.warn(_data); 158 onsuccess ? onsuccess(data) : console.log(data); 161 onfail ? onfail(data) : console.error(data); 174 console.warn(_data.error); [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/fb/ |
| H A D | fbcon.rst | 5 The framebuffer console (fbcon), as its name implies, is a text 6 console running on top of the framebuffer device. It has the functionality of 7 any standard text console driver, such as the VGA console, with the added 10 In the x86 architecture, the framebuffer console is optional, and 14 What are the features of fbcon? The framebuffer console supports 22 The framebuffer console can be enabled by using your favorite kernel 43 framebuffer console. Depending on the driver, you may get a blanked or 46 will still get a VGA console. 55 Usually, fbcon will automatically take over your console. The notable 61 Depending on the driver, you either get a standard console, or a [all …]
|
| /OK3568_Linux_fs/kernel/drivers/tty/hvc/ |
| H A D | Kconfig | 6 Generic "hypervisor virtual console" infrastructure for various 8 It will automatically be selected if one of the back-end console drivers 21 console. This driver allows each pSeries partition to have a console 35 PowerNV machines running under OPAL need that driver to get a console 45 bool "z/VM IUCV Hypervisor console support (VM only)" 51 This driver provides a Hypervisor console (HVC) back-end to access 52 a Linux (console) terminal via a z/VM IUCV communication path. 61 Xen virtual console device driver 72 bool "udbg based fake hypervisor console" 77 no other console mechanism exist but udbg, to get you a quick [all …]
|
| /OK3568_Linux_fs/kernel/kernel/printk/ |
| H A D | braille.h | 24 _braille_register_console(struct console *console, struct console_cmdline *c); 27 _braille_unregister_console(struct console *console); 43 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console() argument 49 _braille_unregister_console(struct console *console) in _braille_unregister_console() argument
|
| H A D | braille.c | 38 _braille_register_console(struct console *console, struct console_cmdline *c) in _braille_register_console() argument 43 console->flags |= CON_BRL; in _braille_register_console() 44 rtn = braille_register_console(console, c->index, c->options, in _braille_register_console() 52 _braille_unregister_console(struct console *console) in _braille_unregister_console() argument 54 if (console->flags & CON_BRL) in _braille_unregister_console() 55 return braille_unregister_console(console); in _braille_unregister_console()
|
| /OK3568_Linux_fs/kernel/drivers/hwtracing/stm/ |
| H A D | console.c | 20 struct console console; member 31 stm_console_write(struct console *con, const char *buf, unsigned len) in stm_console_write() 33 struct stm_console *sc = container_of(con, struct stm_console, console); in stm_console_write() 42 strcpy(sc->console.name, "stm_console"); in stm_console_link() 43 sc->console.write = stm_console_write; in stm_console_link() 44 sc->console.flags = CON_ENABLED | CON_PRINTBUFFER; in stm_console_link() 45 register_console(&sc->console); in stm_console_link() 54 unregister_console(&sc->console); in stm_console_unlink()
|
| /OK3568_Linux_fs/kernel/drivers/tty/serial/ |
| H A D | Kconfig | 14 the console before standard serial driver is probed. The console is 33 bool "Support for console on AMBA serial port" 38 console (the system console is the device which receives all kernel 41 Even if you say Y here, the currently visible framebuffer console 42 (/dev/tty0) will still be used as the system console by default, but 44 "console=ttyAM0". (Try "man bootparam" or see the documentation of 60 bool "Support for console on AMBA serial port" 66 console (the system console is the device which receives all kernel 69 Even if you say Y here, the currently visible framebuffer console 70 (/dev/tty0) will still be used as the system console by default, but [all …]
|
| H A D | tegra-tcu.c | 26 struct console console; member 147 static void tegra_tcu_console_write(struct console *cons, const char *s, in tegra_tcu_console_write() 150 struct tegra_tcu *tcu = container_of(cons, struct tegra_tcu, console); in tegra_tcu_console_write() 155 static int tegra_tcu_console_setup(struct console *cons, char *options) in tegra_tcu_console_setup() 207 strcpy(tcu->console.name, "ttyTCU"); in tegra_tcu_probe() 208 tcu->console.device = uart_console_device; in tegra_tcu_probe() 209 tcu->console.flags = CON_PRINTBUFFER | CON_ANYTIME; in tegra_tcu_probe() 210 tcu->console.index = -1; in tegra_tcu_probe() 211 tcu->console.write = tegra_tcu_console_write; in tegra_tcu_probe() 212 tcu->console.setup = tegra_tcu_console_setup; in tegra_tcu_probe() [all …]
|
| /OK3568_Linux_fs/kernel/Documentation/driver-api/ |
| H A D | console.rst | 7 The Linux kernel has 2 general types of console drivers. The first type is 15 any time with each driver sharing the console with other drivers including 16 the system driver. However, modular drivers cannot take over the console 19 of driver occupying the consoles.) They can only take over the console that is 21 released by the console, the system driver will take over. 25 do_take_over_console() - load and bind driver to console layer 35 examined. This shows the console backends currently registered by the 89 Support for binding and unbinding console drivers 94 console to KD_GRAPHICS is X. 96 How useful is this feature? This is very useful for console driver [all …]
|
| /OK3568_Linux_fs/kernel/drivers/video/console/ |
| H A D | Kconfig | 9 bool "VGA text console" if EXPERT || !X86 21 <ftp://ibiblio.org/pub/Linux/utils/console/>. 27 tristate "MDA text console (dual-headed)" 45 Say Y here if you want the console on the Newport aka XL graphics 53 int "Initial number of console screen columns" 63 int "Initial number of console screen rows" 79 Low-level framebuffer-based console driver. 102 bool "Map the console to the primary display device" 106 If this option is selected, the framebuffer console will 108 supports this feature). Otherwise, the framebuffer console will [all …]
|
| /OK3568_Linux_fs/yocto/poky/meta/recipes-devtools/ruby/ruby/ |
| H A D | 0006-Make-gemspecs-reproducible.patch | 14 ext/io/console/io-console.gemspec | 1 + 43 diff --git a/ext/io/console/io-console.gemspec b/ext/io/console/io-console.gemspec 45 --- a/ext/io/console/io-console.gemspec 46 +++ b/ext/io/console/io-console.gemspec 49 s.name = "io-console" 54 s.description = "add console capabilities to IO instances."
|
| /OK3568_Linux_fs/app/forlinx/flapp/src/plugins/terminal/ |
| H A D | mainwindow.cpp | 52 console = new Console; in TeriminalWidget() 53 console->setEnabled(false); in TeriminalWidget() 54 setCentralWidget(console); in TeriminalWidget() 56 console->installEventFilter(this); in TeriminalWidget() 57 console->viewport()->installEventFilter(this); in TeriminalWidget() 80 connect(console, &Console::getData, this, &TeriminalWidget::writeData); in TeriminalWidget() 104 console->setEnabled(true); in openSerialPort() 105 console->setLocalEchoEnabled(p.localEchoEnabled); in openSerialPort() 125 console->setEnabled(false); in closeSerialPort() 152 console->putData(data); in readData() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_up4_qt/terminal/ |
| H A D | mainwindow.cpp | 52 console = new Console; in MainWindow() 53 console->setEnabled(false); in MainWindow() 54 setCentralWidget(console); in MainWindow() 57 console->installEventFilter(this); in MainWindow() 58 console->viewport()->installEventFilter(this); in MainWindow() 81 connect(console, &Console::getData, this, &MainWindow::writeData); in MainWindow() 125 console->setEnabled(true); in openSerialPort() 126 console->setLocalEchoEnabled(p.localEchoEnabled); in openSerialPort() 146 console->setEnabled(false); in closeSerialPort() 173 console->putData(data); in readData() [all …]
|
| /OK3568_Linux_fs/app/forlinx/forlinx_qt/terminal/ |
| H A D | mainwindow.cpp | 52 console = new Console; in MainWindow() 53 console->setEnabled(false); in MainWindow() 54 setCentralWidget(console); in MainWindow() 57 console->installEventFilter(this); in MainWindow() 58 console->viewport()->installEventFilter(this); in MainWindow() 81 connect(console, &Console::getData, this, &MainWindow::writeData); in MainWindow() 125 console->setEnabled(true); in openSerialPort() 126 console->setLocalEchoEnabled(p.localEchoEnabled); in openSerialPort() 146 console->setEnabled(false); in closeSerialPort() 173 console->putData(data); in readData() [all …]
|
| /OK3568_Linux_fs/kernel/lib/fonts/ |
| H A D | Kconfig | 16 your frame buffer console usually use. 30 provided by the text console 80x50 (and higher) modes). 43 provided by the VGA text console 80x25 mode. 48 bool "Mac console 6x11 font (not supported by all drivers)" if FONTS 52 Small console font with Macintosh-style high-half glyphs. Some Mac 56 bool "console 7x14 font (not supported by all drivers)" if FONTS 64 bool "Pearl (old m68k) console 8x8 font" if FONTS 68 Small console font with PC-style control-character and high-half 72 bool "Acorn console 8x8 font" if FONTS 76 Small console font with PC-style control characters and high-half [all …]
|
| /OK3568_Linux_fs/yocto/poky/scripts/lib/wic/canned-wks/ |
| H A D | directdisk-bootloader-config.cfg | 11 DEFAULT Graphics console boot 13 LABEL Graphics console boot 17 LABEL Serial console boot 19 APPEND label=boot rootwait console=ttyS0,115200 21 LABEL Graphics console install 25 LABEL Serial console install 27 APPEND label=install rootwait console=ttyS0,115200
|