/linux-4.4.14/drivers/staging/rdma/ipath/ |
D | ipath_init_chip.c | 470 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/ |
D | sd.h | 12 bool reinit);
|
D | sd.c | 809 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/ |
D | bdc_udc.c | 134 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()
|
D | bdc_core.c | 220 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()
|
D | bdc.h | 435 bool reinit; member
|
/linux-4.4.14/sound/pci/ctxfi/ |
D | ctdaio.h | 77 int (*reinit)(struct dao *dao, const struct dao_desc *desc); member
|
D | ctdaio.c | 270 .reinit = dao_rsc_reinit,
|
D | ctatc.c | 1126 err = dao->ops->reinit(dao, &da_dsc); in atc_spdif_out_passthru()
|
/linux-4.4.14/scripts/kconfig/ |
D | qconf.cc | 339 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()
|
D | qconf.h | 47 void reinit(void);
|
/linux-4.4.14/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 718 int reinit; member
|
D | ibmvfc.c | 542 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/ |
D | aic7xxx.h | 1175 int ahc_reset(struct ahc_softc *ahc, int reinit);
|
D | aic79xx.h | 1372 int ahd_reset(struct ahd_softc *ahd, int reinit);
|
D | aic7xxx_core.c | 4590 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument 4678 if (reinit != 0) in ahc_reset()
|
D | aic79xx_core.c | 6255 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/ |
D | init.c | 643 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/ |
D | qib_init.c | 652 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/ |
D | i40e_main.c | 54 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/ |
D | device-drivers.xml.db | 47 API-reinit-completion
|