| /linux/fs/vboxsf/ |
| H A D | utils.c | 50 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 D | vfsmod.h | 93 const struct shfl_fsobjinfo *info, bool reinit);
|
| /linux/drivers/usb/gadget/udc/bdc/ |
| H A D | bdc_udc.c | 129 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 D | bdc.h | 433 bool reinit; member
|
| /linux/Documentation/networking/devlink/ |
| H A D | devlink-reload.rst | 7 ``devlink-reload`` provides mechanism to reinit driver entities, applying 22 * - ``driver-reinit``
|
| /linux/Documentation/userspace-api/media/mediactl/ |
| H A D | media-funcs.rst | 26 media-request-ioc-reinit
|
| /linux/sound/pci/ctxfi/ |
| H A D | ctdaio.h | 75 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 D | pcie-mobiveil-host.c | 216 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit) in mobiveil_host_init() argument 226 if (!reinit) { in mobiveil_host_init()
|
| H A D | pcie-mobiveil.h | 179 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit);
|
| /linux/sound/soc/codecs/ |
| H A D | rt5682-sdw.c | 419 goto reinit; in rt5682_io_init() 468 reinit: in rt5682_io_init()
|
| /linux/scripts/kconfig/ |
| H A D | qconf.h | 48 void reinit(void);
|
| /linux/drivers/infiniband/hw/hfi1/ |
| H A D | tid_rdma.h | 209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
|
| H A D | init.c | 842 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 D | tid_rdma.c | 298 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 D | sd_uhs2.c | 864 bool reinit) in sd_uhs2_legacy_init() argument 920 if (reinit) { in sd_uhs2_legacy_init()
|
| /linux/drivers/dma/sh/ |
| H A D | rcar-dmac.c | 1582 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 D | ibmvfc.h | 896 unsigned int reinit:1; member
|
| H A D | ibmvfc.c | 654 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 D | aic79xx.h | 1359 int ahd_reset(struct ahd_softc *ahd, int reinit);
|
| H A D | aic7xxx_core.c | 4549 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument 4637 if (reinit != 0) in ahc_reset()
|
| H A D | aic79xx_core.c | 6200 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 D | qaic_data.c | 682 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 D | i40e_main.c | 39 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()
|