/arch/um/drivers/ |
D | line.h | 32 struct line { struct 56 const struct line_driver *driver; argument 62 struct line *line); argument
|
D | line.c | 22 struct line *line = chan->line; in line_interrupt() local 35 static unsigned int write_room(struct line *line) in write_room() 52 struct line *line = tty->driver_data; in line_write_room() local 65 struct line *line = tty->driver_data; in line_chars_in_buffer() local 86 static int buffer_data(struct line *line, const char *buf, int len) in buffer_data() 130 static int flush_buffer(struct line *line) in flush_buffer() 170 struct line *line = tty->driver_data; in line_flush_buffer() local 189 struct line *line = tty->driver_data; in line_write() local 216 struct line *line = tty->driver_data; in line_throttle() local 224 struct line *line = tty->driver_data; in line_unthrottle() local [all …]
|
D | chan_kern.c | 133 struct line *line = container_of(work, struct line, task.work); in line_timer_cb() local 139 int enable_chan(struct line *line) in enable_chan() 230 void close_chan(struct line *line) in close_chan() 278 int console_open_chan(struct line *line, struct console *co) in console_open_chan() 291 int chan_window_size(struct line *line, unsigned short *rows_out, in chan_window_size() 384 int chan_config_string(struct line *line, char *str, int size, in chan_config_string() 438 static struct chan *parse_chan(struct line *line, char *str, int device, in parse_chan() 488 int parse_chan_pair(char *str, struct line *line, int device, in parse_chan_pair() 538 void chan_interrupt(struct line *line, int irq) in chan_interrupt()
|
D | stdio_console.c | 115 struct line *line = &vts[console->index]; in uml_console_write() local 131 struct line *line = &vts[co->index]; in uml_console_setup() local
|
D | ssl.c | 114 struct line *line = &serial_lines[c->index]; in ssl_console_write() local 130 struct line *line = &serial_lines[co->index]; in ssl_console_setup() local
|
D | chan.h | 18 struct line *line; member
|
D | xterm.c | 49 static int __init xterm_setup(char *line, int *add) in xterm_setup()
|
D | pty.c | 78 static int getmaster(char *line) in getmaster()
|
/arch/arm64/include/asm/ |
D | asm-bug.h | 11 #define _BUGVERBOSE_LOCATION(file, line) __BUGVERBOSE_LOCATION(file, line) argument 12 #define __BUGVERBOSE_LOCATION(file, line) \ argument 20 #define _BUGVERBOSE_LOCATION(file, line) argument
|
/arch/um/kernel/ |
D | um_arch.c | 141 static int __init uml_version_setup(char *line, int *add) in uml_version_setup() 155 static int __init uml_root_setup(char *line, int *add) in uml_root_setup() 170 static int __init no_skas_debug_setup(char *line, int *add) in no_skas_debug_setup() 183 static int __init uml_console_setup(char *line, int *add) in uml_console_setup() 194 static int __init Usage(char *line, int *add) in Usage() 214 static void __init uml_checksetup(char *line, int *add) in uml_checksetup() 281 static void parse_host_cpu_flags(char *line) in parse_host_cpu_flags() 289 static void parse_cache_line(char *line) in parse_cache_line()
|
D | config.c.in | 14 static int __init print_config(char *line, int *add)
|
D | kmsg_dump.c | 15 static char line[1024]; in kmsg_dumper_stdout() local
|
D | initrd.c | 51 static int __init uml_initrd_setup(char *line, int *add) in uml_initrd_setup()
|
/arch/um/os-Linux/ |
D | start_up.c | 325 void (*flags_helper_func)(char *line), in get_host_cpu_features() 326 void (*cache_helper_func)(char *line)) in get_host_cpu_features() 329 char *line = NULL; in get_host_cpu_features() local
|
/arch/sparc/boot/ |
D | piggyback.c | 71 static int start_line(const char *line) in start_line() 80 static int end_line(const char *line) in end_line()
|
/arch/x86/tools/ |
D | insn_decoder_test.c | 42 static void malformed_line(const char *line, int line_nr) in malformed_line() 113 char line[BUFSIZE], sym[BUFSIZE] = "<unknown>"; in main() local
|
/arch/nios2/mm/ |
D | tlb.c | 167 void dump_tlb_line(unsigned long line) in dump_tlb_line() 219 unsigned int line; in flush_tlb_pid() local 268 unsigned int line; in flush_tlb_all() local
|
/arch/openrisc/mm/ |
D | cache.c | 22 unsigned long line = paddr & ~(L1_CACHE_BYTES - 1); in cache_loop() local
|
/arch/nds32/kernel/ |
D | traps.c | 170 void __pte_error(const char *file, int line, unsigned long val) in __pte_error() 175 void __pmd_error(const char *file, int line, unsigned long val) in __pmd_error() 180 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error()
|
/arch/sh/mm/ |
D | cache-debugfs.c | 68 unsigned int line; in cache_debugfs_show() local
|
/arch/x86/platform/olpc/ |
D | olpc.c | 63 static int __wait_on_ibf(unsigned int line, unsigned int port, int desired) in __wait_on_ibf() 83 static int __wait_on_obf(unsigned int line, unsigned int port, int desired) in __wait_on_obf()
|
/arch/arm/include/asm/ |
D | bug.h | 24 #define _BUG(file, line, value) __BUG(file, line, value) argument
|
/arch/powerpc/platforms/ps3/ |
D | interrupt.c | 619 const char* func, int line) in _dump_64_bmp() 628 const u64 *p, unsigned cpu, const char* func, int line) in _dump_256_bmp() 635 static void _dump_bmp(struct ps3_private* pd, const char* func, int line) in _dump_bmp() 647 const char* func, int line) in _dump_mask()
|
/arch/powerpc/xmon/ |
D | nonstdio.c | 92 static char line[256]; variable
|
/arch/mips/pic32/pic32mzda/ |
D | config.c | 78 void pic32_syskey_unlock_debug(const char *func, const ulong line) in pic32_syskey_unlock_debug()
|