/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | sd.h | 16 bool reinit);
|
/kernel/linux/linux-6.6/drivers/mmc/core/ |
H A D | sd.h | 16 bool reinit);
|
/kernel/linux/linux-6.6/drivers/net/wireless/mediatek/mt76/mt7921/ |
H A D | usb.c | 289 bool reinit = true; in mt7921u_resume() local 296 reinit = false; in mt7921u_resume() 307 if (reinit || mt792x_dma_need_reinit(dev)) { in mt7921u_resume()
|
/kernel/linux/linux-6.6/fs/vboxsf/ |
H A D | utils.c | 50 const struct shfl_fsobjinfo *info, bool reinit) in vboxsf_init_inode() 83 if (!reinit) { in vboxsf_init_inode() 99 if (!reinit) { in vboxsf_init_inode() 110 if (!reinit) { in vboxsf_init_inode() 49 vboxsf_init_inode(struct vboxsf_sbi *sbi, struct inode *inode, const struct shfl_fsobjinfo *info, bool reinit) vboxsf_init_inode() argument
|
H A D | vfsmod.h | 93 const struct shfl_fsobjinfo *info, bool reinit);
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/bdc/ |
H A 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() 354 dev_err(bdc->dev, "err in bdc reinit\n"); in bdc_udc_interrupt()
|
H A D | bdc_core.c | 212 static void bdc_mem_init(struct bdc *bdc, bool reinit) in bdc_mem_init() argument 278 * in that case reinit is passed as 1 in bdc_mem_init() 280 if (reinit) { in bdc_mem_init() 339 * bdc reinit gives a controller reset and reinitialize the registers, 355 /* the reinit flag is 1 */ in bdc_reinit() 359 bdc->reinit = false; in bdc_reinit() 625 dev_err(bdc->dev, "err in bdc reinit\n"); in bdc_resume()
|
H A D | bdc.h | 433 bool reinit; member
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/bdc/ |
H A 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() 354 dev_err(bdc->dev, "err in bdc reinit\n"); in bdc_udc_interrupt()
|
H A D | bdc_core.c | 212 static void bdc_mem_init(struct bdc *bdc, bool reinit) in bdc_mem_init() argument 278 * in that case reinit is passed as 1 in bdc_mem_init() 280 if (reinit) { in bdc_mem_init() 339 * bdc reinit gives a controller reset and reinitialize the registers, 355 /* the reinit flag is 1 */ in bdc_reinit() 359 bdc->reinit = false; in bdc_reinit() 624 dev_err(bdc->dev, "err in bdc reinit\n"); in bdc_resume()
|
H A D | bdc.h | 433 bool reinit; member
|
/kernel/linux/linux-6.6/drivers/ata/ |
H A D | ahci_dwc.c | 113 int (*reinit)(struct ahci_host_priv *hpriv); member 351 if (dpriv->pdata->reinit) { in ahci_dwc_reinit_host() 352 rc = dpriv->pdata->reinit(hpriv); in ahci_dwc_reinit_host()
|
/kernel/linux/linux-5.10/sound/pci/ctxfi/ |
H A D | ctdaio.h | 73 int (*reinit)(struct dao *dao, const struct dao_desc *desc); member
|
/kernel/linux/linux-6.6/sound/pci/ctxfi/ |
H A D | ctdaio.h | 73 int (*reinit)(struct dao *dao, const struct dao_desc *desc); member
|
/kernel/linux/linux-5.10/drivers/pci/controller/mobiveil/ |
H A 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()
|
H A D | pcie-mobiveil.h | 180 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit);
|
/kernel/linux/linux-5.10/drivers/tty/ |
H A D | tty_ldisc.c | 662 * @tty: tty to reinit 717 void tty_ldisc_hangup(struct tty_struct *tty, bool reinit) in tty_ldisc_hangup() argument 751 if (reinit) { in tty_ldisc_hangup()
|
/kernel/linux/linux-6.6/drivers/tty/ |
H A D | tty_ldisc.c | 631 * @tty: tty to reinit 672 * @reinit: whether to re-initialise the tty 684 void tty_ldisc_hangup(struct tty_struct *tty, bool reinit) in tty_ldisc_hangup() argument 718 if (reinit) { in tty_ldisc_hangup()
|
/kernel/linux/linux-6.6/drivers/pci/controller/mobiveil/ |
H A D | pcie-mobiveil-host.c | 215 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit) in mobiveil_host_init() argument 225 if (!reinit) { in mobiveil_host_init()
|
H A D | pcie-mobiveil.h | 180 int mobiveil_host_init(struct mobiveil_pcie *pcie, bool reinit);
|
/kernel/linux/linux-5.10/sound/soc/codecs/ |
H A D | rt5682-sdw.c | 434 goto reinit; in rt5682_io_init() 483 reinit: in rt5682_io_init()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | rt5682-sdw.c | 419 goto reinit; in rt5682_io_init() 468 reinit: in rt5682_io_init()
|
/kernel/linux/linux-5.10/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.h | 209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
|
/kernel/linux/linux-5.10/scripts/kconfig/ |
H A D | qconf.h | 47 void reinit(void);
|
/kernel/linux/linux-6.6/drivers/infiniband/hw/hfi1/ |
H A D | tid_rdma.h | 209 int hfi1_kern_exp_rcv_init(struct hfi1_ctxtdata *rcd, int reinit);
|