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

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/scsi/
H A D53c7,8xx.h1181 void (* init_fixup)(struct Scsi_Host *host); member in struct:NCR53c7x0_hostdata
H A D53c7xx.h1185 void (* init_fixup)(struct Scsi_Host *host); member in struct:NCR53c7x0_hostdata
H A D53c7,8xx.c784 hostdata->init_fixup = NCR53c8x0_init_fixup;
948 if (hostdata->init_fixup)
949 hostdata->init_fixup (host);
H A D53c7xx.c803 hostdata->init_fixup = NCR53c7x0_init_fixup;
922 if (hostdata->init_fixup)
923 hostdata->init_fixup (host);

Completed in 172 milliseconds