Home
last modified time | relevance | path

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

/linux/fs/vboxsf/
H A Dutils.c50 const struct shfl_fsobjinfo *info, bool reinit) in vboxsf_init_inode() argument
83 if (!reinit) { in vboxsf_init_inode()
99 if (!reinit) { in vboxsf_init_inode()
110 if (!reinit) { in vboxsf_init_inode()
H A Dvfsmod.h93 const struct shfl_fsobjinfo *info, bool reinit);
/linux/drivers/usb/gadget/udc/bdc/
H A Dbdc_udc.c129 static void bdc_uspc_disconnected(struct bdc *bdc, bool reinit) in bdc_uspc_disconnected() argument
152 bdc->reinit = reinit; in bdc_uspc_disconnected()
351 if (bdc->reinit) { in bdc_udc_interrupt()
H A Dbdc.h433 bool reinit; member
/linux/Documentation/networking/devlink/
H A Ddevlink-reload.rst7 ``devlink-reload`` provides mechanism to reinit driver entities, applying
22 * - ``driver-reinit``
/linux/Documentation/userspace-api/media/mediactl/
H A Dmedia-funcs.rst26 media-request-ioc-reinit
/linux/sound/pci/ctxfi/
H A Dctdaio.h75 int (*reinit)(struct dao *dao, const struct dao_desc *desc);
73 int (*reinit)(struct dao *dao, const struct dao_desc *desc); global() member
/linux/drivers/pci/controller/mobiveil/
H A Dpcie-mobiveil-host.c216 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit) in mobiveil_host_init() argument
226 if (!reinit) { in mobiveil_host_init()
H A Dpcie-mobiveil.h179 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit);
/linux/sound/soc/codecs/
H A Drt5682-sdw.c419 goto reinit; in rt5682_io_init()
468 reinit: in rt5682_io_init()
/linux/scripts/kconfig/
H A Dqconf.h48 void reinit(void);
/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
H A Dinit.c842 int hfi1_init(struct hfi1_devdata *dd, int reinit) in hfi1_init() argument
870 if (reinit) in hfi1_init()
893 lastfail = hfi1_kern_exp_rcv_init(rcd, reinit); in hfi1_init()
H A Dtid_rdma.c298 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit) in hfi1_kern_exp_rcv_init() argument
300 if (reinit) in hfi1_kern_exp_rcv_init()
/linux/drivers/mmc/core/
H A Dsd_uhs2.c864 bool reinit) in sd_uhs2_legacy_init() argument
920 if (reinit) { in sd_uhs2_legacy_init()
/linux/drivers/dma/sh/
H A Drcar-dmac.c1582 bool reinit = false; in rcar_dmac_isr_channel() local
1598 reinit = true; in rcar_dmac_isr_channel()
1617 if (reinit) { in rcar_dmac_isr_channel()
/linux/drivers/scsi/ibmvscsi/
H A Dibmvfc.h896 unsigned int reinit:1; member
H A Dibmvfc.c654 vhost->reinit = 1; in ibmvfc_reinit_host()
4169 vhost->reinit = 1; in ibmvfc_tgt_plogi_done()
5705 if (vhost->reinit) { in ibmvfc_do_work()
5706 vhost->reinit = 0; in ibmvfc_do_work()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h1359 int ahd_reset(struct ahd_softc *ahd, int reinit);
H A Daic7xxx_core.c4549 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument
4637 if (reinit != 0) in ahc_reset()
H A Daic79xx_core.c6200 ahd_reset(struct ahd_softc *ahd, int reinit) in ahd_reset() argument
6293 if (reinit != 0) in ahd_reset()
/linux/drivers/accel/qaic/
H A Dqaic_data.c682 static void qaic_init_bo(struct qaic_bo *bo, bool reinit) in qaic_init_bo() argument
684 if (reinit) { in qaic_init_bo()
/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_main.c39 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired);
44 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit,
47 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired);
10824 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument
10945 ret = i40e_setup_pf_switch(pf, reinit, true); in i40e_rebuild()
11114 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument
11127 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild()
14962 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_setup_pf_switch() argument
15008 if (!main_vsi || reinit) { in i40e_setup_pf_switch()
15023 else if (reinit) in i40e_setup_pf_switch()