/drivers/bluetooth/ |
D | btbcm.h | 62 bool reinit); 93 size_t len, bool reinit) in btbcm_initialize() argument
|
D | btbcm.c | 360 bool reinit) in btbcm_initialize() argument 385 if (!reinit) { in btbcm_initialize()
|
/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 | 216 static void bdc_mem_init(struct bdc *bdc, bool reinit) in bdc_mem_init() argument 284 if (reinit) { in bdc_mem_init() 355 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 | 848 bool reinit) in mmc_sd_setup_card() argument 852 if (!reinit) { in mmc_sd_setup_card() 897 if (!reinit) { in mmc_sd_setup_card()
|
/drivers/tty/ |
D | tty_ldisc.c | 722 void tty_ldisc_hangup(struct tty_struct *tty, bool reinit) in tty_ldisc_hangup() argument 756 if (reinit) { in tty_ldisc_hangup()
|
/drivers/infiniband/hw/hfi1/ |
D | tid_rdma.h | 209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
|
D | init.c | 879 int hfi1_init(struct hfi1_devdata *dd, int reinit) in hfi1_init() argument 907 if (reinit) in hfi1_init() 944 lastfail = hfi1_kern_exp_rcv_init(rcd, reinit); in hfi1_init()
|
D | hfi.h | 1468 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 | 1548 bool reinit = false; in rcar_dmac_isr_channel() local 1564 reinit = true; in rcar_dmac_isr_channel() 1583 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/ibmvscsi/ |
D | ibmvfc.h | 710 int reinit; member
|
D | ibmvfc.c | 534 vhost->reinit = 1; in ibmvfc_reinit_host() 3414 vhost->reinit = 1; in ibmvfc_tgt_plogi_done() 4411 if (vhost->reinit) { in ibmvfc_do_work() 4412 vhost->reinit = 0; in ibmvfc_do_work()
|
/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);
|
D | aic7xxx_core.c | 4577 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument 4665 if (reinit != 0) in ahc_reset()
|
D | aic79xx_core.c | 6241 ahd_reset(struct ahd_softc *ahd, int reinit) in ahd_reset() argument 6334 if (reinit != 0) in ahd_reset()
|
/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 42 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit); 48 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired); 9926 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument 10041 ret = i40e_setup_pf_switch(pf, reinit); in i40e_rebuild() 10223 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument 10233 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild() 14226 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) in i40e_setup_pf_switch() argument 14272 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch() 14285 else if (reinit) in i40e_setup_pf_switch()
|