Home
last modified time | relevance | path

Searched refs:init_fixup (Results 1 – 4 of 4) sorted by relevance

/linux-2.4.37.9/drivers/scsi/
D53c7,8xx.h1194 void (* init_fixup)(struct Scsi_Host *host); member
D53c7xx.h1198 void (* init_fixup)(struct Scsi_Host *host); member
D53c7xx.c909 hostdata->init_fixup = NCR53c7x0_init_fixup; in NCR53c7x0_init()
1042 if (hostdata->init_fixup) in NCR53c7x0_init()
1043 hostdata->init_fixup (host); in NCR53c7x0_init()
D53c7,8xx.c892 hostdata->init_fixup = NCR53c8x0_init_fixup; in NCR53c7x0_init()
1069 if (hostdata->init_fixup) in NCR53c7x0_init()
1070 hostdata->init_fixup (host); in NCR53c7x0_init()