Searched refs:current_ptr (Results 1 – 5 of 5) sorted by relevance
1219 u8 *current_ptr; in mwifiex_update_bss_desc_with_ie() local1309 current_ptr; in mwifiex_update_bss_desc_with_ie()1365 current_ptr; in mwifiex_update_bss_desc_with_ie()1379 current_ptr; in mwifiex_update_bss_desc_with_ie()1411 (current_ptr + in mwifiex_update_bss_desc_with_ie()1428 (void *)(current_ptr + in mwifiex_update_bss_desc_with_ie()1436 (void *)(current_ptr + in mwifiex_update_bss_desc_with_ie()1769 u8 *current_ptr; in mwifiex_parse_single_response_buf() local1790 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()1809 current_ptr += ETH_ALEN; in mwifiex_parse_single_response_buf()[all …]
501 u16 current_ptr; in snd_als300_pointer() local510 current_ptr = (u16) snd_als300_gcr_read(chip->port, in snd_als300_pointer()513 if (current_ptr > period_bytes) in snd_als300_pointer()514 current_ptr = 0; in snd_als300_pointer()516 current_ptr = period_bytes - current_ptr; in snd_als300_pointer()519 current_ptr += period_bytes; in snd_als300_pointer()520 snd_als300_dbgplay("Pointer (bytes): %d\n", current_ptr); in snd_als300_pointer()521 return bytes_to_frames(substream->runtime, current_ptr); in snd_als300_pointer()
404 snd_pcm_uframes_t current_ptr = 0; in snd_vortex_pcm_pointer() local408 current_ptr = vortex_adbdma_getlinearpos(chip, dma); in snd_vortex_pcm_pointer()411 current_ptr = vortex_wtdma_getlinearpos(chip, dma); in snd_vortex_pcm_pointer()415 current_ptr = bytes_to_frames(substream->runtime, current_ptr); in snd_vortex_pcm_pointer()416 if (current_ptr >= substream->runtime->buffer_size) in snd_vortex_pcm_pointer()417 current_ptr = 0; in snd_vortex_pcm_pointer()418 return current_ptr; in snd_vortex_pcm_pointer()
455 unsigned int current_ptr; in snd_aw2_pcm_pointer_playback() local459 current_ptr = in snd_aw2_pcm_pointer_playback()465 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_playback()474 unsigned int current_ptr; in snd_aw2_pcm_pointer_capture() local478 current_ptr = in snd_aw2_pcm_pointer_capture()484 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_capture()
1340 unsigned int current_ptr;1343 current_ptr = mychip_get_hw_pointer(chip);1344 return current_ptr;
Completed in 22 milliseconds