dsp_reset          71 drivers/remoteproc/da8xx_remoteproc.c 	struct reset_control *dsp_reset;
dsp_reset         138 drivers/remoteproc/da8xx_remoteproc.c 	struct reset_control *dsp_reset = drproc->dsp_reset;
dsp_reset         156 drivers/remoteproc/da8xx_remoteproc.c 	ret = reset_control_deassert(dsp_reset);
dsp_reset         172 drivers/remoteproc/da8xx_remoteproc.c 	ret = reset_control_assert(drproc->dsp_reset);
dsp_reset         245 drivers/remoteproc/da8xx_remoteproc.c 	struct reset_control *dsp_reset;
dsp_reset         280 drivers/remoteproc/da8xx_remoteproc.c 	dsp_reset = devm_reset_control_get_exclusive(dev, NULL);
dsp_reset         281 drivers/remoteproc/da8xx_remoteproc.c 	if (IS_ERR(dsp_reset)) {
dsp_reset         282 drivers/remoteproc/da8xx_remoteproc.c 		if (PTR_ERR(dsp_reset) != -EPROBE_DEFER)
dsp_reset         284 drivers/remoteproc/da8xx_remoteproc.c 				PTR_ERR(dsp_reset));
dsp_reset         286 drivers/remoteproc/da8xx_remoteproc.c 		return PTR_ERR(dsp_reset);
dsp_reset         311 drivers/remoteproc/da8xx_remoteproc.c 	drproc->dsp_reset = dsp_reset;
dsp_reset         334 drivers/remoteproc/da8xx_remoteproc.c 	ret = reset_control_assert(dsp_reset);
dsp_reset         378 sound/isa/galaxy/galaxy.c 	err = dsp_reset(galaxy->port);
dsp_reset         420 sound/isa/galaxy/galaxy.c 	err = dsp_reset(galaxy->port);
dsp_reset        3163 sound/pci/hda/patch_ca0132.c 			status = dsp_reset(codec);
dsp_reset        7956 sound/pci/hda/patch_ca0132.c 		dsp_reset(codec);
dsp_reset         110 sound/pci/pcxhr/pcxhr.h 	unsigned char dsp_reset;	/* copy of PCXHR_DSP_RESET register */
dsp_reset         288 sound/pci/pcxhr/pcxhr_mix22.c 	mgr->dsp_reset = PCXHR_DSP_RESET_DSP  |
dsp_reset         291 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset);
dsp_reset         503 sound/pci/pcxhr/pcxhr_mix22.c 		*value = (int)(mgr->dsp_reset & PCXHR_DSP_RESET_GPO_MASK) >>
dsp_reset         512 sound/pci/pcxhr/pcxhr_mix22.c 	unsigned char reg = mgr->dsp_reset & ~PCXHR_DSP_RESET_GPO_MASK;
dsp_reset         518 sound/pci/pcxhr/pcxhr_mix22.c 	mgr->dsp_reset = reg;
dsp_reset         525 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->dsp_reset |= PCXHR_DSP_RESET_SMPTE;
dsp_reset         527 sound/pci/pcxhr/pcxhr_mix22.c 		mgr->dsp_reset &= ~PCXHR_DSP_RESET_SMPTE;
dsp_reset         529 sound/pci/pcxhr/pcxhr_mix22.c 	PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset);