/Linux-v4.19/drivers/bluetooth/ |
D | btbcm.h | 77 bool reinit); 108 size_t len, bool reinit) in btbcm_initialize() argument
|
D | btbcm.c | 350 bool reinit) in btbcm_initialize() argument 375 if (!reinit) { in btbcm_initialize()
|
/Linux-v4.19/drivers/mmc/core/ |
D | sd.h | 16 bool reinit);
|
D | sd.c | 828 bool reinit) in mmc_sd_setup_card() argument 832 if (!reinit) { in mmc_sd_setup_card() 877 if (!reinit) { in mmc_sd_setup_card()
|
/Linux-v4.19/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 | 217 static void bdc_mem_init(struct bdc *bdc, bool reinit) in bdc_mem_init() argument 285 if (reinit) { in bdc_mem_init() 356 bdc->reinit = false; in bdc_reinit()
|
D | bdc.h | 433 bool reinit; member
|
/Linux-v4.19/sound/pci/ctxfi/ |
D | ctdaio.h | 77 int (*reinit)(struct dao *dao, const struct dao_desc *desc); member
|
D | ctdaio.c | 270 .reinit = dao_rsc_reinit,
|
D | ctatc.c | 1126 err = dao->ops->reinit(dao, &da_dsc); in atc_spdif_out_passthru()
|
/Linux-v4.19/net/ipv4/ |
D | tcp_cong.c | 335 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool reinit) in tcp_set_congestion_control() argument 362 if (reinit) { in tcp_set_congestion_control()
|
/Linux-v4.19/drivers/tty/ |
D | tty_ldisc.c | 702 void tty_ldisc_hangup(struct tty_struct *tty, bool reinit) in tty_ldisc_hangup() argument 736 if (reinit) { in tty_ldisc_hangup()
|
/Linux-v4.19/scripts/kconfig/ |
D | qconf.cc | 338 reinit(); in ConfigList() 352 void ConfigList::reinit(void) in reinit() function in ConfigList 958 list->reinit(); in setShowName() 967 list->reinit(); in setShowRange() 976 list->reinit(); in setShowData()
|
D | qconf.h | 47 void reinit(void);
|
/Linux-v4.19/drivers/dma/sh/ |
D | rcar-dmac.c | 1520 bool reinit = false; in rcar_dmac_isr_channel() local 1536 reinit = true; in rcar_dmac_isr_channel() 1555 if (reinit) { in rcar_dmac_isr_channel()
|
/Linux-v4.19/drivers/scsi/aic7xxx/ |
D | aic7xxx.h | 1175 int ahc_reset(struct ahc_softc *ahc, int reinit);
|
D | aic79xx.h | 1369 int ahd_reset(struct ahd_softc *ahd, int reinit);
|
D | aic7xxx_core.c | 4590 ahc_reset(struct ahc_softc *ahc, int reinit) in ahc_reset() argument 4678 if (reinit != 0) in ahc_reset()
|
/Linux-v4.19/drivers/scsi/ibmvscsi/ |
D | ibmvfc.h | 719 int reinit; member
|
D | ibmvfc.c | 547 vhost->reinit = 1; in ibmvfc_reinit_host() 3424 vhost->reinit = 1; in ibmvfc_tgt_plogi_done() 4418 if (vhost->reinit) { in ibmvfc_do_work() 4419 vhost->reinit = 0; in ibmvfc_do_work()
|
/Linux-v4.19/drivers/infiniband/hw/qib/ |
D | qib_init.c | 634 int qib_init(struct qib_devdata *dd, int reinit) in qib_init() argument 653 if (reinit) in qib_init()
|
/Linux-v4.19/drivers/infiniband/hw/hfi1/ |
D | init.c | 850 int hfi1_init(struct hfi1_devdata *dd, int reinit) in hfi1_init() argument 878 if (reinit) in hfi1_init()
|
D | hfi.h | 1407 int hfi1_init(struct hfi1_devdata *dd, int reinit);
|
/Linux-v4.19/drivers/net/ethernet/intel/i40e/ |
D | i40e_main.c | 40 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit); 46 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired); 9328 static void i40e_rebuild(struct i40e_pf *pf, bool reinit, bool lock_acquired) in i40e_rebuild() argument 9397 ret = i40e_setup_pf_switch(pf, reinit); in i40e_rebuild() 9578 static void i40e_reset_and_rebuild(struct i40e_pf *pf, bool reinit, in i40e_reset_and_rebuild() argument 9588 i40e_rebuild(pf, reinit, lock_acquired); in i40e_reset_and_rebuild() 13230 static int i40e_setup_pf_switch(struct i40e_pf *pf, bool reinit) in i40e_setup_pf_switch() argument 13276 if (pf->lan_vsi == I40E_NO_VSI || reinit) { in i40e_setup_pf_switch() 13289 else if (reinit) in i40e_setup_pf_switch()
|
/Linux-v4.19/include/net/ |
D | tcp.h | 1055 int tcp_set_congestion_control(struct sock *sk, const char *name, bool load, bool reinit);
|