Home
last modified time | relevance | path

Searched refs:_frames (Results 1 – 2 of 2) sorted by relevance

/linux/Documentation/networking/device_drivers/ethernet/meta/
H A Dfbnic.rst115 - ``rxb_drbo[i]_frames``: frames received at RXB input i
129 - ``rxb_intf[i]_frames``: frames sent to the output i
131 - ``rxb_pbuf[i]_frames``: frames sent to output i from the perspective of internal packet buffer
/linux/sound/core/
H A Dpcm_native.c3332 snd_pcm_uframes_t __user *_frames) in snd_pcm_rewind_ioctl() argument
3337 if (get_user(frames, _frames)) in snd_pcm_rewind_ioctl()
3339 if (put_user(0, _frames)) in snd_pcm_rewind_ioctl()
3342 if (put_user(result, _frames)) in snd_pcm_rewind_ioctl()
3348 snd_pcm_uframes_t __user *_frames) in snd_pcm_forward_ioctl() argument
3353 if (get_user(frames, _frames)) in snd_pcm_forward_ioctl()
3355 if (put_user(0, _frames)) in snd_pcm_forward_ioctl()
3358 if (put_user(result, _frames)) in snd_pcm_forward_ioctl()