tag | line | file | source code |
fn | 3782 | drivers/block/floppy.c | void (*fn)(int *ints, int param); |
fn | 3814 | drivers/block/floppy.c | config_params[i].fn(ints,param); |
fn | 1060 | drivers/block/hd.c | timer_table[HD_TIMER].fn = hd_times_out; |
fn | 2960 | drivers/block/ide.c | void init_rz1000 (byte bus, byte fn) |
fn | 2966 | drivers/block/ide.c | if ((rc = pcibios_read_config_word (bus, fn, PCI_COMMAND, ®))) { |
fn | 2971 | drivers/block/ide.c | if ((rc = pcibios_read_config_word(bus, fn, 0x40, ®)) |
fn | 2972 | drivers/block/ide.c | || (rc = pcibios_write_config_word(bus, fn, 0x40, reg & 0xdfff))) |
fn | 2990 | drivers/block/ide.c | byte fn, bus; |
fn | 2994 | drivers/block/ide.c | for (index = 0; !pcibios_find_device (vendor, device, index, &bus, &fn); ++index) { |
fn | 2995 | drivers/block/ide.c | init (bus, fn + func_adj); |
fn | 324 | drivers/block/triton.c | void ide_init_triton (byte bus, byte fn) |
fn | 335 | drivers/block/triton.c | if ((rc = pcibios_read_config_word(bus, fn, 0x04, &pcicmd))) |
fn | 345 | drivers/block/triton.c | (void) pcibios_write_config_word(bus, fn, 0x42, 0x8037); /* for my MC2112A */ |
fn | 350 | drivers/block/triton.c | if ((rc = pcibios_read_config_dword(bus, fn, 0x40, &timings))) |
fn | 356 | drivers/block/triton.c | printk("ide: Triton BM-IDE on PCI bus %d function %d\n", bus, fn); |
fn | 361 | drivers/block/triton.c | if ((rc = pcibios_read_config_word(bus, fn, 0x20, &bmiba))) |
fn | 1837 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 1994 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2077 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 2095 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = vesa_powerdown_screen; |
fn | 2100 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 2138 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2651 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
fn | 2944 | drivers/char/tpqic02.c | timer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out; |
fn | 3171 | drivers/scsi/53c7,8xx.c | int (*fn)(struct debugger_token *token, u32 args[]); |
fn | 582 | drivers/scsi/NCR5380.c | timer_table[NCR5380_TIMER].fn = NCR5380_timer_fn; |
fn | 4550 | drivers/scsi/aic7xxx.c | aic7xxx_queue(Scsi_Cmnd *cmd, void (*fn)(Scsi_Cmnd *)) |
fn | 4692 | drivers/scsi/aic7xxx.c | cmd->scsi_done = fn; |
fn | 2329 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = scsi_main_timeout; |
fn | 3130 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = scsi_main_timeout; |
fn | 3175 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = NULL; |
fn | 560 | drivers/scsi/scsi_debug.c | timer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle; |
fn | 299 | fs/exec.c | int (*fn)(int) = fmt->load_shlib; |
fn | 300 | fs/exec.c | if (!fn) |
fn | 302 | fs/exec.c | retval = fn(fd); |
fn | 790 | fs/exec.c | int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary; |
fn | 791 | fs/exec.c | if (!fn) |
fn | 793 | fs/exec.c | retval = fn(&bprm, regs); |
fn | 193 | fs/read_write.c | IO_fn_t fn; |
fn | 226 | fs/read_write.c | fn = file->f_op->read; |
fn | 228 | fs/read_write.c | fn = (IO_fn_t) file->f_op->write; |
fn | 238 | fs/read_write.c | nr = fn(inode, file, base, len); |
fn | 193 | include/asm-alpha/unistd.h | static inline long kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
fn | 195 | include/asm-alpha/unistd.h | return __kernel_thread(flags | CLONE_VM, fn, arg); |
fn | 69 | include/asm-i386/bugs.h | timer_table[COPRO_TIMER].fn = copro_timeout; |
fn | 298 | include/asm-i386/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
fn | 314 | include/asm-i386/unistd.h | "r" (arg), "r" (fn), |
fn | 1323 | include/asm-mips/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
fn | 1345 | include/asm-mips/unistd.h | "r" (arg), "r" (fn), |
fn | 441 | include/asm-sparc/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
fn | 462 | include/asm-sparc/unistd.h | "i" (__NR_exit), "r" (fn), "r" (arg) : |
fn | 78 | include/linux/gscd.h | (timer_table[GSCD_TIMER].fn = func), \ |
fn | 80 | include/linux/mcd.h | (timer_table[MCD_TIMER].fn = func), \ |
fn | 63 | include/linux/timer.h | void (*fn)(void); |
fn | 703 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
fn | 709 | kernel/sched.c | fn(data); |
fn | 722 | kernel/sched.c | tp->fn(); |
fn | 44 | kernel/softirq.c | void (*fn)(void *); |
fn | 46 | kernel/softirq.c | fn = bh->routine; |
fn | 47 | kernel/softirq.c | if (!fn) |
fn | 49 | kernel/softirq.c | fn(bh->data); |
fn | 425 | mm/vmscan.c | timer_table[SWAP_TIMER].fn = swap_tick; |