Searched refs:w_idx (Results 1 – 3 of 3) sorted by relevance
49 int w_idx; member85 if (gosnd->w_idx + length > runtime->dma_bytes) { in parse_audio_stream_data()86 int cpy = runtime->dma_bytes - gosnd->w_idx; in parse_audio_stream_data()88 memcpy(runtime->dma_area + gosnd->w_idx, buf, cpy); in parse_audio_stream_data()91 gosnd->w_idx = 0; in parse_audio_stream_data()93 memcpy(runtime->dma_area + gosnd->w_idx, buf, length); in parse_audio_stream_data()94 gosnd->w_idx += length; in parse_audio_stream_data()179 gosnd->hw_ptr = gosnd->w_idx = gosnd->avail = 0; in go7007_snd_pcm_trigger()242 gosnd->hw_ptr = gosnd->w_idx = gosnd->avail = 0; in go7007_snd_init()
317 int idx, w_idx; in parse_system_parameter_string() local331 w_idx = 0; in parse_system_parameter_string()334 workbuffer[w_idx++] = local_buffer[idx++]; in parse_system_parameter_string()337 workbuffer[w_idx] = '\0'; in parse_system_parameter_string()338 if (w_idx) { in parse_system_parameter_string()344 w_idx = 0; in parse_system_parameter_string()351 w_idx = strlen(workbuffer); in parse_system_parameter_string()356 w_idx = strlen(workbuffer); in parse_system_parameter_string()
444 int pix_idx, int w_idx, int h_idx) in sh_vou_configure_geometry() argument506 if (w_idx) in sh_vou_configure_geometry()507 vouvcr |= (1 << 15) | (vou_scale_h_fld[w_idx - 1] << 4); in sh_vou_configure_geometry()