| 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 | 76 | drivers/sound/sb_dsp.c | static int dsp_current_speed = DSP_DEFAULT_SPEED; |
| dsp_current_speed | 307 | drivers/sound/sb_dsp.c | dsp_current_speed = 795500 / (256 - divider); |
| dsp_current_speed | 312 | drivers/sound/sb_dsp.c | dsp_current_speed = 397700 / (128 - divider); |
| dsp_current_speed | 326 | drivers/sound/sb_dsp.c | return dsp_current_speed; |
| dsp_current_speed | 428 | drivers/sound/sb_dsp.c | dsp_current_speed = speed; |
| dsp_current_speed | 724 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); |
| dsp_current_speed | 944 | drivers/sound/sb_dsp.c | return dsp_current_speed; |
| dsp_current_speed | 945 | drivers/sound/sb_dsp.c | return snd_ioctl_return ((int *) arg, dsp_current_speed); |
| dsp_current_speed | 1001 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); |