Home
last modified time | relevance | path

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

/linux-4.1.27/arch/sh/include/asm/
Dswitch_to_32.h7 (!!(tsk->thread.dsp_status.status & SR_DSP))
12 (u32 *)&tsk->thread.dsp_status; \
35 (u32 *)&tsk->thread.dsp_status + 14; \
Dprocessor_32.h109 struct sh_dsp_struct dsp_status; member
/linux-4.1.27/arch/sh/kernel/
Dprocess_32.c140 p->thread.dsp_status = tsk->thread.dsp_status; in copy_thread()
Dptrace_32.c240 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_get()
258 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_set()
Dtraps_32.c640 tsk->thread.dsp_status.status |= SR_DSP; in do_reserved_inst()
/linux-4.1.27/include/sound/
Dhwdep.h48 int (*dsp_status)(struct snd_hwdep *hw, member
/linux-4.1.27/sound/core/
Dhwdep.c208 if (! hw->ops.dsp_status) in snd_hwdep_dsp_status()
212 if ((err = hw->ops.dsp_status(hw, &info)) < 0) in snd_hwdep_dsp_status()
/linux-4.1.27/sound/usb/usx2y/
DusX2Yhwdep.c257 hw->ops.dsp_status = snd_usX2Y_hwdep_dsp_status; in usX2Y_hwdep_new()