Home
last modified time | relevance | path

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

12

/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_core.c212 static void bdc_mem_init(struct bdc *bdc, bool reinit) in bdc_mem_init() argument
280 if (reinit) { in bdc_mem_init()
359 bdc->reinit = false; in bdc_reinit()
H A Dbdc.h433 bool reinit; member
/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/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
H A Dctdaio.c252 .reinit = dao_rsc_reinit,
H A Dctatc.c1156 err = dao->ops->reinit(dao, &da_dsc); in atc_spdif_out_passthru()
/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);
H A Dqconf.cc345 reinit(); in ConfigList()
364 void ConfigList::reinit(void) in reinit() function in ConfigList
905 reinit(); in setShowName()
/linux/drivers/infiniband/hw/hfi1/
H A Dtid_rdma.h209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
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()
4170 vhost->reinit = 1; in ibmvfc_tgt_plogi_done()
5707 if (vhost->reinit) { in ibmvfc_do_work()
5708 vhost->reinit = 0; in ibmvfc_do_work()
/linux/drivers/scsi/aic7xxx/
H A Daic79xx.h1359 int ahd_reset(struct ahd_softc *ahd, int reinit);
/linux/drivers/accel/qaic/
H A Dqaic_data.c701 static void qaic_init_bo(struct qaic_bo *bo, bool reinit) in qaic_init_bo() argument
703 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);
10836 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument
10957 ret = i40e_setup_pf_switch(pf, reinit, true); in i40e_rebuild()
11126 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument
11139 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild()
14972 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_setup_pf_switch() argument
15018 if (!main_vsi || reinit) { in i40e_setup_pf_switch()
15033 else if (reinit) in i40e_setup_pf_switch()
/linux/drivers/net/ethernet/intel/igb/
H A Digb_main.c174 static int igb_disable_sriov(struct pci_dev *dev, bool reinit);
3717 static int igb_disable_sriov(struct pci_dev *pdev, bool reinit) in igb_disable_sriov() argument
3751 return reinit ? igb_sriov_reinit(pdev) : 0; in igb_disable_sriov()
3754 static int igb_enable_sriov(struct pci_dev *pdev, int num_vfs, bool reinit) in igb_enable_sriov() argument
3826 if (reinit) { in igb_enable_sriov()

12