taglinefilesource code
fn3527drivers/block/floppy.cvoid (*fn)(int *ints, int param);
fn3560drivers/block/floppy.cconfig_params[i].fn(ints,param);
fn1059drivers/block/hd.ctimer_table[HD_TIMER].fn = hd_times_out;
fn2801drivers/block/ide.cvoid init_rz1000 (byte bus, byte fn)
fn2807drivers/block/ide.cif ((rc = pcibios_read_config_word(bus, fn, 0x40, &reg))
fn2808drivers/block/ide.c|| (rc =  pcibios_write_config_word(bus, fn, 0x40, reg & 0xdfff)))
fn2816drivers/block/ide.cvoid init_cmd640 (byte bus, byte fn)
fn2822drivers/block/ide.cif ((rc = pcibios_read_config_byte(bus, fn, 0x51, &reg))
fn2823drivers/block/ide.c|| (rc =  pcibios_write_config_byte(bus, fn, 0x51, reg | 0xc8)))
fn2840drivers/block/ide.cbyte fn, bus;
fn2847drivers/block/ide.cfor (index = 0; !pcibios_find_device (vendor, device, index, &bus, &fn); ++index) {
fn2849drivers/block/ide.cif ((rc = pcibios_read_config_word (bus, fn, PCI_COMMAND, &command))) {
fn2852drivers/block/ide.cinit (bus, fn);
fn274drivers/block/triton.cvoid ide_init_triton (byte bus, byte fn)
fn281drivers/block/triton.c++fn;  /* IDE interface is 2nd function on this device */
fn285drivers/block/triton.cif ((rc = pcibios_read_config_word(bus, fn, 0x04, &pcicmd)))
fn295drivers/block/triton.c(void) pcibios_write_config_word(bus, fn, 0x42, 0x8037); /* for my MC2112A */
fn300drivers/block/triton.cif ((rc = pcibios_read_config_dword(bus, fn, 0x40, &timings)))
fn306drivers/block/triton.cprintk("ide: Triton BM-IDE on PCI bus %d function %d\n", bus, fn);
fn311drivers/block/triton.cif ((rc = pcibios_read_config_word(bus, fn, 0x20, &bmiba)))
fn2030drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn2242drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn2274drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn857drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_rx_timer;
fn1304drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn1341drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn1752drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn2582drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
fn2938drivers/char/tpqic02.ctimer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out;
fn2130drivers/scsi/53c7,8xx.cint (*fn)(struct debugger_token *token, u32 args[]);
fn582drivers/scsi/NCR5380.ctimer_table[NCR5380_TIMER].fn = NCR5380_timer_fn;
fn3522drivers/scsi/aic7xxx.caic7xxx_queue(Scsi_Cmnd *cmd, void (*fn)(Scsi_Cmnd *))
fn3672drivers/scsi/aic7xxx.ccmd->scsi_done = fn;
fn2289drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3066drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3110drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = NULL;
fn549drivers/scsi/scsi_debug.ctimer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle;
fn393drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
fn281fs/exec.cint (*fn)(int) = fmt->load_shlib;
fn282fs/exec.cif (!fn)
fn284fs/exec.cretval = fn(fd);
fn737fs/exec.cint (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
fn738fs/exec.cif (!fn)
fn740fs/exec.cretval = fn(&bprm, regs);
fn67include/asm-i386/bugs.htimer_table[COPRO_TIMER].fn = copro_timeout;
fn78include/linux/gscd.h(timer_table[GSCD_TIMER].fn = func), \
fn80include/linux/mcd.h(timer_table[MCD_TIMER].fn = func), \
fn60include/linux/timer.hvoid (*fn)(void);
fn539kernel/sched.cvoid (*fn)(unsigned long) = timer->function;
fn545kernel/sched.cfn(data);
fn558kernel/sched.ctp->fn();
fn44kernel/softirq.cvoid (*fn)(void *);
fn46kernel/softirq.cfn = bh->routine;
fn47kernel/softirq.cif (!fn)
fn49kernel/softirq.cfn(bh->data);