dsp_status        104 arch/sh/include/asm/processor_32.h 	struct sh_dsp_struct dsp_status;
dsp_status          8 arch/sh/include/asm/switch_to_32.h 	(!!(tsk->thread.dsp_status.status & SR_DSP))
dsp_status         13 arch/sh/include/asm/switch_to_32.h 			(u32 *)&tsk->thread.dsp_status;			\
dsp_status         36 arch/sh/include/asm/switch_to_32.h 			(u32 *)&tsk->thread.dsp_status + 14;		\
dsp_status        132 arch/sh/kernel/process_32.c 		p->thread.dsp_status = tsk->thread.dsp_status;
dsp_status        238 arch/sh/kernel/ptrace_32.c 		(struct pt_dspregs *)&target->thread.dsp_status.dsp_regs;
dsp_status        256 arch/sh/kernel/ptrace_32.c 		(struct pt_dspregs *)&target->thread.dsp_status.dsp_regs;
dsp_status        635 arch/sh/kernel/traps_32.c 		current->thread.dsp_status.status |= SR_DSP;
dsp_status         33 include/sound/hwdep.h 	int (*dsp_status)(struct snd_hwdep *hw,
dsp_status        194 sound/core/hwdep.c 	if (! hw->ops.dsp_status)
dsp_status        198 sound/core/hwdep.c 	if ((err = hw->ops.dsp_status(hw, &info)) < 0)
dsp_status       3466 sound/pci/hda/patch_ca0132.c 		enum r3di_dsp_status dsp_status)
dsp_status       3473 sound/pci/hda/patch_ca0132.c 	switch (dsp_status) {
dsp_status        242 sound/usb/usx2y/usX2Yhwdep.c 	hw->ops.dsp_status = snd_usX2Y_hwdep_dsp_status;