tag | line | file | source code |
dsp_current_speed | 52 | drivers/sound/sb16_dsp.c | static int dsp_current_speed = 8000; /* |
dsp_current_speed | 123 | drivers/sound/sb16_dsp.c | dsp_current_speed = mode; |
dsp_current_speed | 170 | drivers/sound/sb16_dsp.c | return dsp_current_speed; |
dsp_current_speed | 171 | drivers/sound/sb16_dsp.c | return IOCTL_OUT (arg, dsp_current_speed); |
dsp_current_speed | 316 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
dsp_current_speed | 317 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
dsp_current_speed | 374 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) ((dsp_current_speed >> 8) & 0xff)); |
dsp_current_speed | 375 | drivers/sound/sb16_dsp.c | sb_dsp_command ((unsigned char) (dsp_current_speed & 0xff)); |
dsp_current_speed | 66 | drivers/sound/sb_dsp.c | static int dsp_current_speed = DSP_DEFAULT_SPEED; |
dsp_current_speed | 365 | drivers/sound/sb_dsp.c | dsp_current_speed = speed; |
dsp_current_speed | 519 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); /* |
dsp_current_speed | 539 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); /* |
dsp_current_speed | 659 | drivers/sound/sb_dsp.c | return dsp_current_speed; |
dsp_current_speed | 660 | drivers/sound/sb_dsp.c | return IOCTL_OUT (arg, dsp_current_speed); |
dsp_current_speed | 710 | drivers/sound/sb_dsp.c | dsp_speed (dsp_current_speed); |