Symbol: dsp_reset
drivers/remoteproc/da8xx_remoteproc.c
135
struct reset_control *dsp_reset = drproc->dsp_reset;
drivers/remoteproc/da8xx_remoteproc.c
153
ret = reset_control_deassert(dsp_reset);
drivers/remoteproc/da8xx_remoteproc.c
169
ret = reset_control_assert(drproc->dsp_reset);
drivers/remoteproc/da8xx_remoteproc.c
264
drproc->dsp_reset = devm_reset_control_get_exclusive(dev, NULL);
drivers/remoteproc/da8xx_remoteproc.c
265
if (IS_ERR(drproc->dsp_reset))
drivers/remoteproc/da8xx_remoteproc.c
266
return dev_err_probe(dev, PTR_ERR(drproc->dsp_reset),
drivers/remoteproc/da8xx_remoteproc.c
308
ret = reset_control_assert(drproc->dsp_reset);
drivers/remoteproc/da8xx_remoteproc.c
70
struct reset_control *dsp_reset;
sound/hda/codecs/ca0132.c
3579
status = dsp_reset(codec);
sound/hda/codecs/ca0132.c
9029
dsp_reset(codec);
sound/isa/galaxy/galaxy.c
378
err = dsp_reset(galaxy->port);
sound/isa/galaxy/galaxy.c
420
err = dsp_reset(galaxy->port);
sound/pci/pcxhr/pcxhr.h
110
unsigned char dsp_reset; /* copy of PCXHR_DSP_RESET register */
sound/pci/pcxhr/pcxhr_mix22.c
288
mgr->dsp_reset = PCXHR_DSP_RESET_DSP |
sound/pci/pcxhr/pcxhr_mix22.c
291
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset);
sound/pci/pcxhr/pcxhr_mix22.c
474
*value = (int)(mgr->dsp_reset & PCXHR_DSP_RESET_GPO_MASK) >>
sound/pci/pcxhr/pcxhr_mix22.c
483
unsigned char reg = mgr->dsp_reset & ~PCXHR_DSP_RESET_GPO_MASK;
sound/pci/pcxhr/pcxhr_mix22.c
489
mgr->dsp_reset = reg;
sound/pci/pcxhr/pcxhr_mix22.c
496
mgr->dsp_reset |= PCXHR_DSP_RESET_SMPTE;
sound/pci/pcxhr/pcxhr_mix22.c
498
mgr->dsp_reset &= ~PCXHR_DSP_RESET_SMPTE;
sound/pci/pcxhr/pcxhr_mix22.c
500
PCXHR_OUTPB(mgr, PCXHR_DSP_RESET, mgr->dsp_reset);