/Linux-v5.10/drivers/mmc/core/ |
D | sd.h | 16 bool reinit);
|
D | sd.c | 902 bool reinit) in mmc_sd_setup_card() argument 906 if (!reinit) { in mmc_sd_setup_card() 951 if (!reinit) { in mmc_sd_setup_card()
|
/Linux-v5.10/Documentation/networking/devlink/ |
D | devlink-reload.rst | 7 ``devlink-reload`` provides mechanism to reinit driver entities, applying 22 * - ``driver-reinit``
|
/Linux-v5.10/Documentation/userspace-api/media/mediactl/ |
D | media-funcs.rst | 26 media-request-ioc-reinit
|
/Linux-v5.10/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.10/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.10/drivers/pci/controller/mobiveil/ |
D | pcie-mobiveil.h | 180 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit);
|
D | pcie-mobiveil-host.c | 221 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit) in mobiveil_host_init() argument 231 if (!reinit) { in mobiveil_host_init()
|
/Linux-v5.10/drivers/tty/ |
D | tty_ldisc.c | 716 void tty_ldisc_hangup(struct tty_struct *tty, bool reinit) in tty_ldisc_hangup() argument 750 if (reinit) { in tty_ldisc_hangup()
|
/Linux-v5.10/sound/soc/codecs/ |
D | rt5682-sdw.c | 425 goto reinit; in rt5682_io_init() 473 reinit: in rt5682_io_init()
|
/Linux-v5.10/scripts/kconfig/ |
D | qconf.h | 47 void reinit(void);
|
D | qconf.cc | 330 reinit(); in ConfigList() 349 void ConfigList::reinit(void) in reinit() function in ConfigList 909 reinit(); in setShowName()
|
/Linux-v5.10/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
|
D | init.c | 888 int hfi1_init(struct hfi1_devdata *dd, int reinit) in hfi1_init() argument 916 if (reinit) in hfi1_init() 953 lastfail = hfi1_kern_exp_rcv_init(rcd, reinit); in hfi1_init()
|
D | hfi.h | 1466 int hfi1_init(struct hfi1_devdata *dd, int reinit);
|
/Linux-v5.10/drivers/dma/sh/ |
D | rcar-dmac.c | 1555 bool reinit = false; in rcar_dmac_isr_channel() local 1571 reinit = true; in rcar_dmac_isr_channel() 1590 if (reinit) { in rcar_dmac_isr_channel()
|
/Linux-v5.10/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1170 int ahc_reset(struct ahc_softc *ahc, int reinit);
|
D | aic79xx.h | 1363 int ahd_reset(struct ahd_softc *ahd, int reinit);
|
/Linux-v5.10/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.10/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 805 int reinit; member
|
D | ibmvfc.c | 574 vhost->reinit = 1; in ibmvfc_reinit_host() 3490 vhost->reinit = 1; in ibmvfc_tgt_plogi_done() 4751 if (vhost->reinit) { in ibmvfc_do_work() 4752 vhost->reinit = 0; in ibmvfc_do_work()
|
/Linux-v5.10/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 34 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit); 40 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired); 9989 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument 10104 ret = i40e_setup_pf_switch(pf, reinit); in i40e_rebuild() 10286 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument 10296 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild() 14161 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) in i40e_setup_pf_switch() argument 14207 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch() 14220 else if (reinit) in i40e_setup_pf_switch()
|