Searched refs:current_ptr (Results 1 – 5 of 5) sorted by relevance
1207 u8 *current_ptr; in mwifiex_update_bss_desc_with_ie() local1297 current_ptr; in mwifiex_update_bss_desc_with_ie()1353 current_ptr; in mwifiex_update_bss_desc_with_ie()1367 current_ptr; in mwifiex_update_bss_desc_with_ie()1399 (current_ptr + in mwifiex_update_bss_desc_with_ie()1416 (void *)(current_ptr + in mwifiex_update_bss_desc_with_ie()1424 (void *)(current_ptr + in mwifiex_update_bss_desc_with_ie()1757 u8 *current_ptr; in mwifiex_parse_single_response_buf() local1778 current_ptr = *bss_info; in mwifiex_parse_single_response_buf()1797 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()
459 unsigned int current_ptr; in snd_aw2_pcm_pointer_playback() local463 current_ptr = in snd_aw2_pcm_pointer_playback()469 return bytes_to_frames(substream->runtime, current_ptr); in snd_aw2_pcm_pointer_playback()478 unsigned int current_ptr; in snd_aw2_pcm_pointer_capture() local482 current_ptr = in snd_aw2_pcm_pointer_capture()488 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 31 milliseconds