/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() 351 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
|
/drivers/mmc/core/ |
D | sd.h | 16 bool reinit);
|
D | sd.c | 925 bool reinit) in mmc_sd_setup_card() argument 929 if (!reinit) { in mmc_sd_setup_card() 975 if (!reinit) { in mmc_sd_setup_card()
|
/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()
|
/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()
|
/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
|
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()
|
D | hfi.h | 1417 int hfi1_init(struct hfi1_devdata *dd, int reinit);
|
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()
|
/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()
|
/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()
|
/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);
|
D | aic7xxx_core.c | 4549 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument 4637 if (reinit != 0) in ahc_reset()
|
D | aic79xx_core.c | 6200 ahd_reset(struct ahd_softc *ahd, int reinit) in ahd_reset() argument 6293 if (reinit != 0) in ahd_reset()
|
/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 876 int reinit; member
|
D | ibmvfc.c | 646 vhost->reinit = 1; in ibmvfc_reinit_host() 4130 vhost->reinit = 1; in ibmvfc_tgt_plogi_done() 5668 if (vhost->reinit) { in ibmvfc_do_work() 5669 vhost->reinit = 0; in ibmvfc_do_work()
|
/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); 10814 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument 10935 ret = i40e_setup_pf_switch(pf, reinit, true); in i40e_rebuild() 11113 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument 11126 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild() 15022 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_setup_pf_switch() argument 15068 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch() 15081 else if (reinit) in i40e_setup_pf_switch()
|