Searched refs:console (Results 1 – 15 of 15) sorted by relevance
| /include/linux/ |
| A D | vt_kern.h | 26 int vc_allocate(unsigned int console); 27 int vc_cons_allocated(unsigned int console); 30 struct vc_data *vc_deallocate(unsigned int console); 162 unsigned int console); 165 int vt_do_kdgkbmode(unsigned int console); 166 int vt_do_kdgkbmeta(unsigned int console); 167 void vt_reset_unicode(unsigned int console); 169 void vt_reset_keyboard(unsigned int console); 170 int vt_get_leds(unsigned int console, int flag); 175 void vt_kbd_con_start(unsigned int console); [all …]
|
| A D | console.h | 260 struct console; 278 struct console *console; member 334 struct console { struct 340 int (*setup)(struct console *co, char *options); argument 341 int (*exit)(struct console *co); argument 618 extern struct console *early_console; 627 extern void register_console(struct console *); 628 extern int unregister_console(struct console *); 636 extern void console_suspend(struct console *); 637 extern void console_resume(struct console *); [all …]
|
| A D | sunserialcore.h | 33 extern int sunserial_console_match(struct console *, struct device_node *, 35 extern void sunserial_console_termios(struct console *,
|
| A D | printk.h | 12 struct console; 209 extern bool nbcon_device_try_acquire(struct console *con); 210 extern void nbcon_device_release(struct console *con); 313 static inline bool nbcon_device_try_acquire(struct console *con) in nbcon_device_try_acquire() 318 static inline void nbcon_device_release(struct console *con) in nbcon_device_release()
|
| A D | kbd_kern.h | 128 struct console;
|
| A D | serial_core.h | 496 struct console *cons; /* struct console, if any */ 628 static inline void uart_port_set_cons(struct uart_port *up, struct console *con) in uart_port_set_cons() 882 struct console *cons; 1050 struct console *con; 1108 int uart_set_options(struct uart_port *port, struct console *co, int baud, 1110 struct tty_driver *uart_console_device(struct console *co, int *index);
|
| A D | kgdb.h | 299 struct console *cons;
|
| A D | tty_port.h | 114 unsigned char console:1; member
|
| /include/xen/ |
| A D | hvc-console.h | 5 extern struct console xenboot_console;
|
| /include/trace/events/ |
| A D | printk.h | 10 TRACE_EVENT(console,
|
| /include/linux/usb/ |
| A D | ehci-dbgp.h | 48 extern struct console early_dbgp_console;
|
| A D | serial.h | 404 if (!__port->port.console || !__print_once) { \
|
| /include/uapi/linux/ |
| A D | vt.h | 83 __u32 console; member
|
| A D | fb.h | 293 __u32 console; member
|
| /include/xen/interface/ |
| A D | xen.h | 637 } console; member
|
Completed in 28 milliseconds