Home
last modified time | relevance | path

Searched refs:reinit (Results 1 – 21 of 21) sorted by relevance

/linux-4.4.14/drivers/staging/rdma/ipath/
Dipath_init_chip.c470 static void enable_chip(struct ipath_devdata *dd, int reinit) in enable_chip() argument
477 if (!reinit) in enable_chip()
557 static int init_housekeeping(struct ipath_devdata *dd, int reinit) in init_housekeeping() argument
662 if (reinit) in init_housekeeping()
708 int ipath_init_chip(struct ipath_devdata *dd, int reinit) in ipath_init_chip() argument
717 ret = init_housekeeping(dd, reinit); in ipath_init_chip()
802 if (!reinit) { in ipath_init_chip()
879 if (reinit) { in ipath_init_chip()
907 enable_chip(dd, reinit); in ipath_init_chip()
923 if (!reinit) { in ipath_init_chip()
[all …]
/linux-4.4.14/drivers/mmc/core/
Dsd.h12 bool reinit);
Dsd.c809 bool reinit) in mmc_sd_setup_card() argument
813 if (!reinit) { in mmc_sd_setup_card()
858 if (!reinit) { in mmc_sd_setup_card()
/linux-4.4.14/drivers/usb/gadget/udc/bdc/
Dbdc_udc.c134 static void bdc_uspc_disconnected(struct bdc *bdc, bool reinit) in bdc_uspc_disconnected() argument
157 bdc->reinit = reinit; in bdc_uspc_disconnected()
354 if (bdc->reinit) { in bdc_udc_interrupt()
Dbdc_core.c220 static void bdc_mem_init(struct bdc *bdc, bool reinit) in bdc_mem_init() argument
288 if (reinit) { in bdc_mem_init()
359 bdc->reinit = false; in bdc_reinit()
Dbdc.h435 bool reinit; member
/linux-4.4.14/sound/pci/ctxfi/
Dctdaio.h77 int (*reinit)(struct dao *dao, const struct dao_desc *desc); member
Dctdaio.c270 .reinit = dao_rsc_reinit,
Dctatc.c1126 err = dao->ops->reinit(dao, &da_dsc); in atc_spdif_out_passthru()
/linux-4.4.14/scripts/kconfig/
Dqconf.cc339 reinit(); in ConfigList()
353 void ConfigList::reinit(void) in reinit() function in ConfigList
959 list->reinit(); in setShowName()
968 list->reinit(); in setShowRange()
977 list->reinit(); in setShowData()
Dqconf.h47 void reinit(void);
/linux-4.4.14/drivers/scsi/ibmvscsi/
Dibmvfc.h718 int reinit; member
Dibmvfc.c542 vhost->reinit = 1; in ibmvfc_reinit_host()
3413 vhost->reinit = 1; in ibmvfc_tgt_plogi_done()
4416 if (vhost->reinit) { in ibmvfc_do_work()
4417 vhost->reinit = 0; in ibmvfc_do_work()
/linux-4.4.14/drivers/scsi/aic7xxx/
Daic7xxx.h1175 int ahc_reset(struct ahc_softc *ahc, int reinit);
Daic79xx.h1372 int ahd_reset(struct ahd_softc *ahd, int reinit);
Daic7xxx_core.c4590 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument
4678 if (reinit != 0) in ahc_reset()
Daic79xx_core.c6255 ahd_reset(struct ahd_softc *ahd, int reinit) in ahd_reset() argument
6348 if (reinit != 0) in ahd_reset()
/linux-4.4.14/drivers/staging/rdma/hfi1/
Dinit.c643 int hfi1_init(struct hfi1_devdata *dd, int reinit) in hfi1_init() argument
687 if (reinit) in hfi1_init()
/linux-4.4.14/drivers/infiniband/hw/qib/
Dqib_init.c652 int qib_init(struct qib_devdata *dd, int reinit) in qib_init() argument
671 if (reinit) in qib_init()
/linux-4.4.14/drivers/net/ethernet/intel/i40e/
Di40e_main.c54 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit);
6683 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit) in i40e_reset_and_rebuild() argument
6750 ret = i40e_setup_pf_switch(pf, reinit); in i40e_reset_and_rebuild()
9890 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) in i40e_setup_pf_switch() argument
9906 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch()
9919 else if (reinit) in i40e_setup_pf_switch()
/linux-4.4.14/Documentation/DocBook/
Ddevice-drivers.xml.db47 API-reinit-completion