tag | line | file | source code |
dsp_current_speed | 49 | drivers/sound/sb16_dsp.c | static int dsp_current_speed = 8000; |
dsp_current_speed | 118 | drivers/sound/sb16_dsp.c | dsp_current_speed = mode; |
dsp_current_speed | 165 | drivers/sound/sb16_dsp.c | return dsp_current_speed; |
dsp_current_speed | 166 | drivers/sound/sb16_dsp.c | return snd_ioctl_return ((int *) arg, dsp_current_speed); |
dsp_current_speed | 307 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
dsp_current_speed | 308 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
dsp_current_speed | 361 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
dsp_current_speed | 362 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
dsp_current_speed | 77 | drivers/sound/sb_dsp.c | static int dsp_current_speed = DSP_DEFAULT_SPEED; |
dsp_current_speed | 308 | drivers/sound/sb_dsp.c | dsp_current_speed = 795500 / (256 - divider); |
dsp_current_speed | 313 | drivers/sound/sb_dsp.c | dsp_current_speed = 397700 / (128 - divider); |
dsp_current_speed | 327 | drivers/sound/sb_dsp.c | return dsp_current_speed; |
dsp_current_speed | 429 | drivers/sound/sb_dsp.c | dsp_current_speed = speed; |
dsp_current_speed | 725 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); |
dsp_current_speed | 945 | drivers/sound/sb_dsp.c | return dsp_current_speed; |
dsp_current_speed | 946 | drivers/sound/sb_dsp.c | return snd_ioctl_return ((int *) arg, dsp_current_speed); |
dsp_current_speed | 1002 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); |