tag | line | file | source code |
template | 858 | drivers/scsi/aha274x.c | int aha274x_register(Scsi_Host_Template *template, |
template | 917 | drivers/scsi/aha274x.c | if (template->sg_tablesize != SG_NONE) { |
template | 923 | drivers/scsi/aha274x.c | template->sg_tablesize = SG_NONE; |
template | 935 | drivers/scsi/aha274x.c | host = scsi_register(template, sizeof(struct aha274x_host)); |
template | 1006 | drivers/scsi/aha274x.c | int aha274x_detect(Scsi_Host_Template *template) |
template | 1033 | drivers/scsi/aha274x.c | found += aha274x_register(template, type, base); |
template | 1036 | drivers/scsi/aha274x.c | template->name = (char *)aha274x_info(NULL); |