Lines Matching refs:tone
371 if (!dsp->tone.tone) in dsp_control_req()
895 if (!dsp->tone.tone) { in dsp_function()
928 dsp->tone.tone = 0; in dsp_function()
929 dsp->tone.hardware = 0; in dsp_function()
930 dsp->tone.software = 0; in dsp_function()
931 if (timer_pending(&dsp->tone.tl)) in dsp_function()
932 del_timer(&dsp->tone.tl); in dsp_function()
979 if (timer_pending(&dsp->tone.tl)) in dsp_ctrl()
980 del_timer(&dsp->tone.tl); in dsp_ctrl()
1095 ndsp->tone.tl.function = (void *)dsp_tone_timeout; in dspcreate()
1096 ndsp->tone.tl.data = (long) ndsp; in dspcreate()
1097 init_timer(&ndsp->tone.tl); in dspcreate()