tag | line | file | source code |
attach | 368 | drivers/scsi/hosts.h | int (*attach)(Scsi_Device *); /* Attach devices to arrays */ |
attach | 2389 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
attach | 2664 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
attach | 2943 | drivers/scsi/scsi.c | if(tpnt->attach) (*tpnt->attach)(SDpnt); |
attach | 70 | drivers/sound/dev_table.c | mem_start = sound_drivers[drv].attach (mem_start, &snd_installed_cards[i].config); |
attach | 144 | drivers/sound/dev_table.c | else if (sound_drivers[drv].attach (0, hw_config) != 0) |
attach | 46 | drivers/sound/dev_table.h | long (*attach) (long mem_start, struct address_info *hw_config); |