tag | line | file | source code |
table | 145 | drivers/block/triton.c | unsigned long size, addr, *table = HWIF(drive)->dmatable; |
table | 182 | drivers/block/triton.c | *table++ = addr; |
table | 183 | drivers/block/triton.c | *table++ = bcount; |
table | 190 | drivers/block/triton.c | *--table |= 0x80000000; /* set End-Of-Table (EOT) bit */ |
table | 346 | drivers/block/triton.c | unsigned long *table; |
table | 349 | drivers/block/triton.c | table = ide_alloc(2 * PRD_ENTRIES * sizeof(long), 4096); |
table | 350 | drivers/block/triton.c | hwif->dmatable = table; |
table | 351 | drivers/block/triton.c | outl((unsigned long) table, base + 4); |
table | 2020 | drivers/char/console.c | console_driver.table = console_table; |
table | 2757 | drivers/char/cyclades.c | cy_serial_driver.table = serial_table; |
table | 4060 | drivers/char/istallion.c | stli_serial.table = stli_ttys; |
table | 1179 | 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 | 2320 | drivers/char/scc.c | scc_driver.table = scc_table; |
table | 2611 | drivers/char/serial.c | serial_driver.table = serial_table; |
table | 2937 | drivers/char/stallion.c | stl_serial.table = stl_ttys; |
table | 786 | drivers/char/tty_io.c | tty_loc = &driver->table[idx]; |
table | 822 | drivers/char/tty_io.c | o_tty_loc = &driver->other->table[idx]; |
table | 969 | drivers/char/tty_io.c | if (tty != tty->driver.table[idx]) { |
table | 999 | drivers/char/tty_io.c | if (o_tty != tty->driver.other->table[idx]) { |
table | 1049 | drivers/char/tty_io.c | tty->driver.other->table[idx] = NULL; |
table | 1086 | drivers/char/tty_io.c | tty->driver.table[idx] = NULL; |
table | 33 | drivers/char/vt.c | #define VT_IS_IN_USE(i) (console_driver.table[i] && console_driver.table[i]->count) |
table | 67 | drivers/char/vt.c | extern int con_set_trans_old(unsigned char * table); |
table | 68 | drivers/char/vt.c | extern int con_get_trans_old(unsigned char * table); |
table | 69 | drivers/char/vt.c | extern int con_set_trans_new(unsigned short * table); |
table | 70 | 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 | 367 | kernel/module.c | sys_get_kernel_syms(struct kernel_sym *table) |
table | 386 | kernel/module.c | if (table != NULL) { |
table | 387 | kernel/module.c | to = table; |
table | 389 | kernel/module.c | if ((i = verify_area(VERIFY_WRITE, to, nmodsyms * sizeof(*table)))) |