/arch/um/drivers/ |
D | line.h | 34 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 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 221 struct line *line = tty->driver_data; in line_throttle() local 229 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 | 118 struct line *line = &vts[console->index]; in uml_console_write() local 134 struct line *line = &vts[co->index]; in uml_console_setup() local
|
D | ssl.c | 117 struct line *line = &serial_lines[c->index]; in ssl_console_write() local 133 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()
|
/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 | config.c.in | 14 static int __init print_config(char *line, int *add)
|
D | um_arch.c | 123 static int __init uml_version_setup(char *line, int *add) in uml_version_setup() 137 static int __init uml_root_setup(char *line, int *add) in uml_root_setup() 152 static int __init no_skas_debug_setup(char *line, int *add) in no_skas_debug_setup() 165 static int __init Usage(char *line, int *add) in Usage() 185 static void __init uml_checksetup(char *line, int *add) in uml_checksetup()
|
D | kmsg_dump.c | 11 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/arm/mach-footbridge/ |
D | personal-pci.c | 24 unsigned char line; in personal_server_map_irq() 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/kernel/ |
D | jump_label.c | 19 static void bug_at(const void *ip, int line) in bug_at() 37 int line; in __jump_label_set_jump_code() local
|
/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 | 214 void __pte_error(const char *file, int line, unsigned long val) in __pte_error() 219 void __pmd_error(const char *file, int line, unsigned long val) in __pmd_error() 224 void __pgd_error(const char *file, int line, unsigned long val) in __pgd_error()
|
/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/sh/mm/ |
D | cache-debugfs.c | 68 unsigned int line; in cache_seq_show() local
|
/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 | 618 const char* func, int line) in _dump_64_bmp() 627 const u64 *p, unsigned cpu, const char* func, int line) in _dump_256_bmp() 634 static void _dump_bmp(struct ps3_private* pd, const char* func, int line) in _dump_bmp() 646 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()
|