tag | line | file | source code |
attach | 325 | drivers/scsi/hosts.h | int (*attach)(Scsi_Device *); /* Attach devices to arrays */ |
attach | 2018 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->attach)(SDpnt); |
attach | 2219 | drivers/scsi/scsi.c | if(sdtpnt->attach) (*sdtpnt->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); |