taglinefilesource code
fn3773drivers/block/floppy.cvoid (*fn)(int *ints, int param);
fn3805drivers/block/floppy.cconfig_params[i].fn(ints,param);
fn1060drivers/block/hd.ctimer_table[HD_TIMER].fn = hd_times_out;
fn2817drivers/block/ide.cvoid init_rz1000 (byte bus, byte fn)
fn2823drivers/block/ide.cif ((rc = pcibios_read_config_word (bus, fn, PCI_COMMAND, &reg))) {
fn2828drivers/block/ide.cif ((rc = pcibios_read_config_word(bus, fn, 0x40, &reg))
fn2829drivers/block/ide.c|| (rc =  pcibios_write_config_word(bus, fn, 0x40, reg & 0xdfff)))
fn2838drivers/block/ide.cvoid init_cmd640 (byte bus, byte fn)
fn2848drivers/block/ide.cif ((rc = pcibios_read_config_word (bus, fn, PCI_COMMAND, &sreg))) {
fn2859drivers/block/ide.c(void) pcibios_write_config_byte(bus, fn, 0x5b, 0xbd);
fn2860drivers/block/ide.cif (pcibios_write_config_byte(bus, fn, 0x5b, 0xbd) != 0xbd)
fn2862drivers/block/ide.c(void) pcibios_write_config_byte(bus, fn, 0x5b, 0);
fn2866drivers/block/ide.cif ((rc = pcibios_read_config_byte(bus, fn, 0x51, &reg))
fn2867drivers/block/ide.c|| (rc =  pcibios_write_config_byte(bus, fn, 0x51, reg | 0xc0)) /* 0xc8 to enable 2nd i/f */
fn2868drivers/block/ide.c|| (rc =  pcibios_read_config_byte(bus, fn, 0x57, &reg))
fn2869drivers/block/ide.c|| (rc =  pcibios_write_config_byte(bus, fn, 0x57, reg | 0x0c)))
fn2886drivers/block/ide.cbyte fn, bus;
fn2890drivers/block/ide.cfor (index = 0; !pcibios_find_device (vendor, device, index, &bus, &fn); ++index) {
fn2891drivers/block/ide.cinit (bus, fn);
fn296drivers/block/triton.cvoid ide_init_triton (byte bus, byte fn)
fn306drivers/block/triton.cif ((rc = pcibios_read_config_word(bus, fn, 0x04, &pcicmd)))
fn316drivers/block/triton.c(void) pcibios_write_config_word(bus, fn, 0x42, 0x8037); /* for my MC2112A */
fn321drivers/block/triton.cif ((rc = pcibios_read_config_dword(bus, fn, 0x40, &timings)))
fn327drivers/block/triton.cprintk("ide: Triton BM-IDE on PCI bus %d function %d\n", bus, fn);
fn332drivers/block/triton.cif ((rc = pcibios_read_config_word(bus, fn, 0x20, &bmiba)))
fn2042drivers/char/console.ctimer_table[BLANK_TIMER].fn = blank_screen;
fn2254drivers/char/console.ctimer_table[BLANK_TIMER].fn = unblank_screen;
fn2286drivers/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;
fn1755drivers/char/scc.ctimer_table[SCC_TIMER].fn = scc_timer;
fn2582drivers/char/serial.ctimer_table[RS_TIMER].fn = rs_timer;
fn2941drivers/char/tpqic02.ctimer_table[QIC02_TAPE_TIMER].fn = qic02_tape_times_out;
fn2137drivers/scsi/53c7,8xx.cint (*fn)(struct debugger_token *token, u32 args[]);
fn582drivers/scsi/NCR5380.ctimer_table[NCR5380_TIMER].fn = NCR5380_timer_fn;
fn3530drivers/scsi/aic7xxx.caic7xxx_queue(Scsi_Cmnd *cmd, void (*fn)(Scsi_Cmnd *))
fn3680drivers/scsi/aic7xxx.ccmd->scsi_done = fn;
fn2359drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3129drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = scsi_main_timeout;
fn3175drivers/scsi/scsi.ctimer_table[SCSI_TIMER].fn = NULL;
fn560drivers/scsi/scsi_debug.ctimer_table[SCSI_DEBUG_TIMER].fn = scsi_debug_intr_handle;
fn583drivers/sound/soundcard.ctimer_table[SOUND_TIMER].fn = sequencer_timer;
fn293fs/exec.cint (*fn)(int) = fmt->load_shlib;
fn294fs/exec.cif (!fn)
fn296fs/exec.cretval = fn(fd);
fn772fs/exec.cint (*fn)(struct linux_binprm *, struct pt_regs *) = fmt->load_binary;
fn773fs/exec.cif (!fn)
fn775fs/exec.cretval = fn(&bprm, regs);
fn182include/asm-alpha/unistd.hstatic inline long kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
fn184include/asm-alpha/unistd.hreturn __kernel_thread(flags | CLONE_VM, fn, arg);
fn67include/asm-i386/bugs.htimer_table[COPRO_TIMER].fn = copro_timeout;
fn282include/asm-i386/unistd.hstatic inline pid_t kernel_thread(int (*fn)(void *), void * arg, unsigned long flags)
fn298include/asm-i386/unistd.h"r" (arg), "r" (fn),
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);
fn636kernel/sched.cvoid (*fn)(unsigned long) = timer->function;
fn642kernel/sched.cfn(data);
fn655kernel/sched.ctp->fn();
fn44kernel/softirq.cvoid (*fn)(void *);
fn46kernel/softirq.cfn = bh->routine;
fn47kernel/softirq.cif (!fn)
fn49kernel/softirq.cfn(bh->data);