Searched refs:boundary (Results 1 - 5 of 5) sorted by relevance

/include/sound/
H A Dpcm-indirect.h57 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
58 diff += runtime->boundary;
122 if (diff < -(snd_pcm_sframes_t) (runtime->boundary / 2))
123 diff += runtime->boundary;
H A Dpcm.h311 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_runtime
619 * result is: 0 ... (boundary - 1)
625 avail += runtime->boundary;
626 else if ((snd_pcm_uframes_t) avail >= runtime->boundary)
627 avail -= runtime->boundary;
632 * result is: 0 ... (boundary - 1)
638 avail += runtime->boundary;
685 * is bigger or equal to boundary, then this function returns always non-zero.
693 if (runtime->stop_threshold >= runtime->boundary)
H A Dasound.h389 snd_pcm_uframes_t boundary; /* pointers wrap point */ member in struct:snd_pcm_sw_params
417 snd_pcm_uframes_t hw_ptr; /* RO: hw ptr (0...boundary-1) */
423 snd_pcm_uframes_t appl_ptr; /* RW: appl ptr (0...boundary-1) */
/include/linux/mtd/
H A Donenand.h41 * @boundary: [INTERN][FLEX-ONENAND] Boundary of the dies
90 unsigned boundary[MAX_DIES]; member in struct:onenand_chip
/include/linux/
H A Dbuffer_head.h124 BUFFER_FNS(Boundary, boundary)

Completed in 67 milliseconds