tag | line | file | source code |
attach | 354 | drivers/scsi/hosts.h | int (*attach)(Scsi_Device *); /* Attach devices to arrays */ |
attach | 458 | drivers/scsi/scsi.c | if(sdtpnt->attach) { |
attach | 459 | drivers/scsi/scsi.c | (*sdtpnt->attach)(oldSDpnt); |
attach | 2510 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
attach | 2950 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
attach | 3165 | drivers/scsi/scsi.c | if(tpnt->attach) (*tpnt->attach)(SDpnt); |
attach | 115 | drivers/sound/dev_table.c | mem_start = sound_drivers[drv].attach (mem_start, &snd_installed_cards[i].config); |
attach | 302 | 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); |