| tag | line | file | source code |
| attach | 351 | drivers/scsi/hosts.h | int (*attach)(Scsi_Device *); /* Attach devices to arrays */ |
| attach | 2195 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
| attach | 2429 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
| attach | 2699 | drivers/scsi/scsi.c | if(tpnt->attach) (*tpnt->attach)(SDpnt); |
| attach | 68 | drivers/sound/dev_table.c | mem_start = sound_drivers[drv].attach (mem_start, &snd_installed_cards[i].config); |
| attach | 141 | 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); |