Home
last modified time | relevance | path

Searched refs:dsp_status (Results 1 – 8 of 8) sorted by relevance

/linux/arch/sh/include/asm/
H A Dswitch_to_32.h8 (!!(tsk->thread.dsp_status.status & SR_DSP))
13 (u32 *)&tsk->thread.dsp_status; \
36 (u32 *)&tsk->thread.dsp_status + 14; \
H A Dprocessor_32.h104 struct sh_dsp_struct dsp_status; member
/linux/arch/sh/kernel/
H A Dprocess_32.c106 p->thread.dsp_status = tsk->thread.dsp_status; in copy_thread()
H A Dptrace_32.c215 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_get()
226 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_set()
H A Dtraps_32.c642 current->thread.dsp_status.status |= SR_DSP; in do_reserved_inst()
/linux/include/sound/
H A Dhwdep.h33 int (*dsp_status)(struct snd_hwdep *hw, member
/linux/sound/core/
H A Dhwdep.c194 if (! hw->ops.dsp_status) in snd_hwdep_dsp_status()
198 err = hw->ops.dsp_status(hw, &info); in snd_hwdep_dsp_status()
/linux/sound/usb/usx2y/
H A DusX2Yhwdep.c226 hw->ops.dsp_status = snd_usx2y_hwdep_dsp_status; in usx2y_hwdep_new()