Home
last modified time | relevance | path

Searched refs:reinit (Results 1 – 25 of 29) 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.c244 .reinit = dao_rsc_reinit,
/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/drivers/tty/
H A Dtty_ldisc.c690 void tty_ldisc_hangup(struct tty_struct *tty, bool reinit) in tty_ldisc_hangup() argument
724 if (reinit) { in tty_ldisc_hangup()
/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 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()
/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()
5706 if (vhost->reinit) { in ibmvfc_do_work()
5707 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.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);
10829 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument
10950 ret = i40e_setup_pf_switch(pf, reinit, true); in i40e_rebuild()
11119 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument
11132 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild()
14966 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_setup_pf_switch() argument
15012 if (!main_vsi || reinit) { in i40e_setup_pf_switch()
15027 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);
3718 static int igb_disable_sriov(struct pci_dev *pdev, bool reinit) in igb_disable_sriov() argument
3752 return reinit ? igb_sriov_reinit(pdev) : 0; in igb_disable_sriov()
3755 static int igb_enable_sriov(struct pci_dev *pdev, int num_vfs, bool reinit) in igb_enable_sriov() argument
3827 if (reinit) { in igb_enable_sriov()

12