Searched defs:curr_pos (Results 1 - 3 of 3) sorted by relevance

/drivers/staging/echo/
H A Dfir.h63 int curr_pos; member in struct:fir16_state_t
75 int curr_pos; member in struct:fir32_state_t
86 int curr_pos; member in struct:fir_float_state_t
95 fir->curr_pos = taps - 1;
150 fir->history[fir->curr_pos] = sample;
151 fir->history[fir->curr_pos + fir->taps] = sample;
152 y = dot_asm((int16_t *) fir->coeffs, &fir->history[fir->curr_pos],
159 fir->history[fir->curr_pos] = sample;
161 offset2 = fir->curr_pos;
169 if (fir->curr_pos <
[all...]
H A Decho.h136 int curr_pos; member in struct:oslec_state
/drivers/gpu/vga/
H A Dvgaarb.c908 char *kbuf, *curr_pos; local
923 curr_pos = kbuf;
926 if (strncmp(curr_pos, "lock ", 5) == 0) {
927 curr_pos += 5;
932 if (!vga_str_to_iostate(curr_pos, remaining, &io_state)) {
962 } else if (strncmp(curr_pos, "unlock ", 7) == 0) {
963 curr_pos += 7;
968 if (strncmp(curr_pos, "all", 3) == 0)
972 (curr_pos, remaining, &io_state)) {
1018 } else if (strncmp(curr_pos, "tryloc
[all...]

Completed in 3737 milliseconds