Searched refs:dsp_status (Results 1 - 9 of 9) sorted by relevance

/linux-master/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 in struct:thread_struct
/linux-master/include/sound/
H A Dhwdep.h33 int (*dsp_status)(struct snd_hwdep *hw, member in struct:snd_hwdep_ops
/linux-master/arch/sh/kernel/
H A Dprocess_32.c104 * p->thread.dsp_status.status |= SR_DSP
106 p->thread.dsp_status = tsk->thread.dsp_status;
H A Dptrace_32.c215 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs;
226 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs;
H A Dtraps_32.c641 current->thread.dsp_status.status |= SR_DSP;
/linux-master/sound/core/
H A Dhwdep.c194 if (! hw->ops.dsp_status)
198 err = hw->ops.dsp_status(hw, &info);
/linux-master/sound/usb/usx2y/
H A DusX2Yhwdep.c235 hw->ops.dsp_status = snd_usx2y_hwdep_dsp_status;
/linux-master/sound/pci/hda/
H A Dpatch_ca0132.c3856 enum r3di_dsp_status dsp_status)
3863 switch (dsp_status) {
3855 r3di_gpio_dsp_status_set(struct hda_codec *codec, enum r3di_dsp_status dsp_status) argument

Completed in 248 milliseconds