tag | line | file | source code |
attach | 358 | drivers/scsi/hosts.h | int (*attach)(Scsi_Device *); /* Attach devices to arrays */ |
attach | 435 | drivers/scsi/scsi.c | if(sdtpnt->attach) { |
attach | 436 | drivers/scsi/scsi.c | (*sdtpnt->attach)(oldSDpnt); |
attach | 2362 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
attach | 2726 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
attach | 2941 | drivers/scsi/scsi.c | if(tpnt->attach) (*tpnt->attach)(SDpnt); |
attach | 113 | drivers/sound/dev_table.c | mem_start = sound_drivers[drv].attach (mem_start, &snd_installed_cards[i].config); |
attach | 300 | drivers/sound/dev_table.c | if (sound_drivers[drv].attach (0, hw_config) != 0) |
attach | 49 | drivers/sound/dev_table.h | long (*attach) (long mem_start, struct address_info *hw_config); |