tag | line | file | source code |
fn | 3778 | drivers/block/floppy.c | void (*fn)(int *ints, int param); |
fn | 3810 | 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 | 3081 | drivers/block/ide.c | byte fn, bus; |
fn | 3085 | drivers/block/ide.c | for (index = 0; !pcibios_find_device (vendor, device, index, &bus, &fn); ++index) { |
fn | 3086 | drivers/block/ide.c | init (bus, fn + func_adj); |
fn | 34 | drivers/block/rz1000.c | void init_rz1000 (byte bus, byte fn) |
fn | 40 | drivers/block/rz1000.c | if ((rc = pcibios_read_config_word (bus, fn, PCI_COMMAND, ®))) { |
fn | 45 | drivers/block/rz1000.c | if ((rc = pcibios_read_config_word(bus, fn, 0x40, ®)) |
fn | 46 | drivers/block/rz1000.c | || (rc = pcibios_write_config_word(bus, fn, 0x40, reg & 0xdfff))) |
fn | 378 | drivers/block/triton.c | void ide_init_triton (byte bus, byte fn) |
fn | 385 | drivers/block/triton.c | printk("ide: 430FX (Triton) on PCI bus %d function %d\n", bus, fn); |
fn | 389 | drivers/block/triton.c | if ((rc = pcibios_read_config_word(bus, fn, 0x04, &pcicmd))) |
fn | 403 | drivers/block/triton.c | if ((rc = pcibios_read_config_word(bus, fn, 0x20, &bmiba))) |
fn | 412 | drivers/block/triton.c | if ((rc = pcibios_write_config_word(bus, fn, 0x20, DEFAULT_BMIBA))) |
fn | 422 | drivers/block/triton.c | if ((rc = pcibios_read_config_dword(bus, fn, 0x40, &timings))) |
fn | 1842 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 2022 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2110 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 2128 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = vesa_powerdown_screen; |
fn | 2133 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = unblank_screen; |
fn | 2171 | drivers/char/console.c | timer_table[BLANK_TIMER].fn = blank_screen; |
fn | 2673 | drivers/char/serial.c | timer_table[RS_TIMER].fn = rs_timer; |
fn | 2943 | drivers/char/tpqic02.c | timer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out; |
fn | 563 | drivers/net/de4x5.c | static int de4x5_suspect_state(struct device *dev, int timeout, int prev_state, int (*fn)(struct device *, int), int (*asfn)(struct device *)); |
fn | 564 | drivers/net/de4x5.c | static int dc21040_state(struct device *dev, int csr13, int csr14, int csr15, int timeout, int next_state, int suspect_state, int (*fn)(struct device *, int)); |
fn | 619 | drivers/net/de4x5.c | static void timeout(struct device *dev, void (*fn)(u_long data), u_long data, u_long msec); |
fn | 1877 | drivers/net/de4x5.c | int (*fn)(struct device *, int)) |
fn | 1892 | drivers/net/de4x5.c | linkBad = fn(dev, timeout); |
fn | 1915 | drivers/net/de4x5.c | int (*fn)(struct device *, int), |
fn | 1933 | drivers/net/de4x5.c | linkBad = fn(dev, timeout); |
fn | 3348 | drivers/net/de4x5.c | static void timeout(struct device *dev, void (*fn)(u_long data), u_long data, u_long msec) |
fn | 3362 | drivers/net/de4x5.c | lp->timer.function = fn; |
fn | 3173 | drivers/scsi/53c7,8xx.c | int (*fn)(struct debugger_token *token, u32 args[]); |
fn | 598 | drivers/scsi/NCR5380.c | timer_table[NCR5380_TIMER].fn = NCR5380_timer_fn; |
fn | 4146 | drivers/scsi/aic7xxx.c | aic7xxx_queue(Scsi_Cmnd *cmd, void (*fn)(Scsi_Cmnd *)) |
fn | 4278 | drivers/scsi/aic7xxx.c | cmd->scsi_done = fn; |
fn | 2360 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = scsi_main_timeout; |
fn | 3162 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = scsi_main_timeout; |
fn | 3207 | drivers/scsi/scsi.c | timer_table[SCSI_TIMER].fn = NULL; |
fn | 557 | drivers/scsi/scsi_debug.c | timer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle; |
fn | 170 | fs/exec.c | int (*fn)(int) = fmt->load_shlib; |
fn | 171 | fs/exec.c | if (!fn) |
fn | 173 | fs/exec.c | retval = fn(fd); |
fn | 534 | fs/exec.c | int (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary; |
fn | 535 | fs/exec.c | if (!fn) |
fn | 537 | fs/exec.c | retval = fn(bprm, regs); |
fn | 197 | fs/read_write.c | IO_fn_t fn; |
fn | 230 | fs/read_write.c | fn = file->f_op->read; |
fn | 232 | fs/read_write.c | fn = (IO_fn_t) file->f_op->write; |
fn | 242 | fs/read_write.c | nr = fn(inode, file, base, len); |
fn | 222 | include/asm-alpha/unistd.h | static inline long kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
fn | 224 | 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 | 299 | include/asm-i386/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
fn | 315 | 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 | 451 | include/asm-sparc/unistd.h | static inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags) |
fn | 472 | 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 | 60 | include/linux/timer.h | void (*fn)(void); |
fn | 586 | kernel/sched.c | void (*fn)(unsigned long) = timer->function; |
fn | 592 | kernel/sched.c | fn(data); |
fn | 610 | kernel/sched.c | tp->fn(); |
fn | 46 | kernel/softirq.c | void (*fn)(void); |
fn | 48 | kernel/softirq.c | fn = *bh; |
fn | 49 | kernel/softirq.c | if (!fn) |
fn | 51 | kernel/softirq.c | fn(); |
fn | 433 | mm/vmscan.c | timer_table[SWAP_TIMER].fn = swap_tick; |