Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/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.h103 struct sh_dsp_struct dsp_status; member
/OK3568_Linux_fs/kernel/arch/sh/kernel/
H A Dprocess_32.c109 p->thread.dsp_status = tsk->thread.dsp_status; in copy_thread()
H A Dptrace_32.c216 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_get()
227 (struct pt_dspregs *)&target->thread.dsp_status.dsp_regs; in dspregs_set()
H A Dtraps_32.c633 current->thread.dsp_status.status |= SR_DSP; in do_reserved_inst()
/OK3568_Linux_fs/kernel/include/sound/
H A Dhwdep.h34 int (*dsp_status)(struct snd_hwdep *hw, member
/OK3568_Linux_fs/kernel/sound/soc/codecs/aw883xx/
H A Daw883xx.h93 unsigned char dsp_status; member
H A Daw883xx.c1873 packet->dsp_status = AWRW_DSP_READY; in aw883xx_awrw_write()
1885 if (packet->dsp_status != AWRW_DSP_READY) { in aw883xx_awrw_write()
1891 packet->dsp_status = AWRW_DSP_ST_NONE; in aw883xx_awrw_write()
2011 if (packet->dsp_status != AWRW_DSP_READY) { in aw883xx_awrw_show()
2021 packet->dsp_status = AWRW_DSP_ST_NONE; in aw883xx_awrw_show()
/OK3568_Linux_fs/kernel/sound/core/
H A Dhwdep.c194 if (! hw->ops.dsp_status) in snd_hwdep_dsp_status()
198 if ((err = hw->ops.dsp_status(hw, &info)) < 0) in snd_hwdep_dsp_status()
/OK3568_Linux_fs/kernel/sound/usb/usx2y/
H A DusX2Yhwdep.c242 hw->ops.dsp_status = snd_usx2y_hwdep_dsp_status; in usx2y_hwdep_new()
/OK3568_Linux_fs/kernel/sound/pci/hda/
H A Dpatch_ca0132.c3736 enum r3di_dsp_status dsp_status) in r3di_gpio_dsp_status_set() argument
3743 switch (dsp_status) { in r3di_gpio_dsp_status_set()