Searched defs:reinit (Results 1 - 6 of 6) sorted by relevance

/drivers/infiniband/hw/ipath/
H A Dipath_init_chip.c470 static void enable_chip(struct ipath_devdata *dd, int reinit) argument
477 if (!reinit)
557 static int init_housekeeping(struct ipath_devdata *dd, int reinit) argument
662 if (reinit)
696 * @reinit: reinitializing, so don't allocate new memory
704 * the first case (reinit == 0). We have to be careful, because even
708 int ipath_init_chip(struct ipath_devdata *dd, int reinit) argument
717 ret = init_housekeeping(dd, reinit);
812 if (!reinit) {
889 if (reinit) {
[all...]
/drivers/mmc/core/
H A Dsd.c806 bool reinit)
813 if (!reinit) {
877 if (!reinit) {
805 mmc_sd_setup_card(struct mmc_host *host, struct mmc_card *card, bool reinit) argument
/drivers/infiniband/hw/qib/
H A Dqib_init.c487 * @reinit: reinitializing, so don't allocate new memory
495 * the first case (reinit == 0). We have to be careful, because even
499 int qib_init(struct qib_devdata *dd, int reinit) argument
518 if (reinit)
779 * is released (and can be called from reinit as well).
/drivers/scsi/aic7xxx/
H A Daic7xxx_core.c4572 ahc_reset(ahc, /*reinit*/FALSE);
4583 * that is only available just after a reset. If "reinit" is
4591 ahc_reset(struct ahc_softc *ahc, int reinit) argument
4679 if (reinit != 0)
5686 ahc_reset(ahc, /*reinit*/TRUE);
H A Daic79xx_core.c6242 ahd_reset(ahd, /*reinit*/FALSE);
6247 * that is only available just after a reset. If "reinit" is
6255 ahd_reset(struct ahd_softc *ahd, int reinit) argument
6348 if (reinit != 0)
7980 ahd_reset(ahd, /*reinit*/TRUE);
8700 ahd_reset(ahd, /*reinit*/TRUE);
/drivers/scsi/ibmvscsi/
H A Dibmvfc.h717 int reinit; member in struct:ibmvfc_host

Completed in 229 milliseconds