/Linux-v5.15/drivers/mmc/core/ |
D | sd.h | 16 bool reinit);
|
D | sd.c | 920 bool reinit) in mmc_sd_setup_card() argument 924 if (!reinit) { in mmc_sd_setup_card() 969 if (!reinit) { in mmc_sd_setup_card()
|
/Linux-v5.15/Documentation/networking/devlink/ |
D | devlink-reload.rst | 7 ``devlink-reload`` provides mechanism to reinit driver entities, applying 22 * - ``driver-reinit``
|
/Linux-v5.15/Documentation/userspace-api/media/mediactl/ |
D | media-funcs.rst | 26 media-request-ioc-reinit
|
/Linux-v5.15/drivers/usb/gadget/udc/bdc/ |
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() 350 if (bdc->reinit) { in bdc_udc_interrupt()
|
D | bdc_core.c | 212 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()
|
D | bdc.h | 433 bool reinit; member
|
/Linux-v5.15/fs/vboxsf/ |
D | utils.c | 49 const struct shfl_fsobjinfo *info, bool reinit) in vboxsf_init_inode() argument 82 if (!reinit) { in vboxsf_init_inode() 98 if (!reinit) { in vboxsf_init_inode() 109 if (!reinit) { in vboxsf_init_inode()
|
D | vfsmod.h | 93 const struct shfl_fsobjinfo *info, bool reinit);
|
/Linux-v5.15/sound/pci/ctxfi/ |
D | ctdaio.h | 73 int (*reinit)(struct dao *dao, const struct dao_desc *desc); member
|
D | ctdaio.c | 266 .reinit = dao_rsc_reinit,
|
/Linux-v5.15/drivers/pci/controller/mobiveil/ |
D | pcie-mobiveil.h | 180 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit);
|
D | pcie-mobiveil-host.c | 218 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit) in mobiveil_host_init() argument 228 if (!reinit) { in mobiveil_host_init()
|
/Linux-v5.15/drivers/tty/ |
D | tty_ldisc.c | 710 void tty_ldisc_hangup(struct tty_struct *tty, bool reinit) in tty_ldisc_hangup() argument 744 if (reinit) { in tty_ldisc_hangup()
|
/Linux-v5.15/scripts/kconfig/ |
D | qconf.h | 47 void reinit(void);
|
D | qconf.cc | 332 reinit(); in ConfigList() 351 void ConfigList::reinit(void) in reinit() function in ConfigList 911 reinit(); in setShowName()
|
/Linux-v5.15/sound/soc/codecs/ |
D | rt5682-sdw.c | 438 goto reinit; in rt5682_io_init() 487 reinit: in rt5682_io_init()
|
/Linux-v5.15/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
|
D | init.c | 841 int hfi1_init(struct hfi1_devdata *dd, int reinit) in hfi1_init() argument 869 if (reinit) in hfi1_init() 906 lastfail = hfi1_kern_exp_rcv_init(rcd, reinit); in hfi1_init()
|
/Linux-v5.15/drivers/dma/sh/ |
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-v5.15/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1164 int ahc_reset(struct ahc_softc *ahc, int reinit);
|
D | aic79xx.h | 1359 int ahd_reset(struct ahd_softc *ahd, int reinit);
|
/Linux-v5.15/drivers/infiniband/hw/qib/ |
D | qib_init.c | 632 int qib_init(struct qib_devdata *dd, int reinit) in qib_init() argument 651 if (reinit) in qib_init()
|
/Linux-v5.15/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 876 int reinit; member
|
/Linux-v5.15/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 35 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired); 40 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, 43 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired); 10460 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument 10590 ret = i40e_setup_pf_switch(pf, reinit, true); in i40e_rebuild() 10765 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument 10775 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild() 14653 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_setup_pf_switch() argument 14699 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch() 14712 else if (reinit) in i40e_setup_pf_switch()
|