tag | line | file | source code |
table | 2010 | drivers/char/console.c | console_driver.table = console_table; |
table | 2726 | drivers/char/cyclades.c | cy_serial_driver.table = serial_table; |
table | 1180 | drivers/char/keyboard.c | ttytab = console_driver.table; |
table | 232 | drivers/char/pty.c | pty_driver.table = pty_table; |
table | 251 | drivers/char/pty.c | pty_slave_driver.table = ttyp_table; |
table | 2192 | drivers/char/scc.c | scc_driver.table = scc_table; |
table | 2596 | drivers/char/serial.c | serial_driver.table = serial_table; |
table | 784 | drivers/char/tty_io.c | tty_loc = &driver->table[idx]; |
table | 820 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
table | 967 | drivers/char/tty_io.c | if (tty != tty->driver.table[idx]) { |
table | 995 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
table | 1042 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
table | 1079 | drivers/char/tty_io.c | tty->driver.table[idx] = NULL; |
table | 34 | drivers/char/vt.c | #define VT_IS_IN_USE(i) (console_driver.table[i] && console_driver.table[i]->count) |
table | 69 | drivers/char/vt.c | extern int con_set_trans_old(unsigned char * table); |
table | 70 | drivers/char/vt.c | extern int con_get_trans_old(unsigned char * table); |
table | 71 | drivers/char/vt.c | extern int con_set_trans_new(unsigned short * table); |
table | 72 | drivers/char/vt.c | extern int con_get_trans_new(unsigned short * table); |
table | 113 | drivers/char/vt.c | if ( console_driver.table[i] ) |
table | 115 | drivers/char/vt.c | if ( row ) console_driver.table[i]->winsize.ws_row = row; |
table | 116 | drivers/char/vt.c | if ( col ) console_driver.table[i]->winsize.ws_col = col; |
table | 95 | drivers/scsi/constants.c | const char **table = commands[ group(opcode) ]; |
table | 96 | drivers/scsi/constants.c | switch ((unsigned long) table) { |
table | 107 | drivers/scsi/constants.c | printk("%s ",table[opcode & 0x1f]); |
table | 159 | drivers/sound/audio.c | translate_bytes (const unsigned char *table, unsigned char *buff, unsigned long n) |
table | 164 | drivers/sound/audio.c | buff[i] = table[buff[i]]; |
table | 169 | drivers/sound/audio.c | translate_bytes (const void *table, void *buff, unsigned long n) |
table | 176 | drivers/sound/audio.c | : "b" ((long) table), "c" (n), "D" ((long) buff), "S" ((long) buff) |
table | 116 | include/linux/tty_driver.h | struct tty_struct **table; |
table | 362 | kernel/module.c | sys_get_kernel_syms(struct kernel_sym *table) |
table | 381 | kernel/module.c | if (table != NULL) { |
table | 382 | kernel/module.c | to = table; |
table | 384 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |