Searched refs:frames (Results 1 – 10 of 10) sorted by relevance
/include/xen/ |
D | mem-reservation.h | 31 xen_pfn_t *frames); 39 xen_pfn_t *frames) in xenmem_reservation_va_mapping_update() argument 43 __xenmem_reservation_va_mapping_update(count, pages, frames); in xenmem_reservation_va_mapping_update() 56 int xenmem_reservation_increase(int count, xen_pfn_t *frames); 58 int xenmem_reservation_decrease(int count, xen_pfn_t *frames);
|
D | grant_table.h | 201 int arch_gnttab_map_shared(xen_pfn_t *frames, unsigned long nr_gframes, 204 int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes, 250 xen_pfn_t *frames; member
|
/include/uapi/linux/can/ |
D | bcm.h | 74 struct can_frame frames[0]; member
|
/include/sound/ |
D | pcm.h | 1087 int snd_pcm_format_set_silence(snd_pcm_format_t format, void *buf, unsigned int frames); 1098 snd_pcm_uframes_t frames, bool in_kernel); 1102 const void __user *buf, snd_pcm_uframes_t frames) in snd_pcm_lib_write() argument 1104 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_write() 1109 void __user *buf, snd_pcm_uframes_t frames) in snd_pcm_lib_read() argument 1111 return __snd_pcm_lib_xfer(substream, (void __force *)buf, true, frames, false); in snd_pcm_lib_read() 1116 void __user **bufs, snd_pcm_uframes_t frames) in snd_pcm_lib_writev() argument 1118 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_writev() 1123 void __user **bufs, snd_pcm_uframes_t frames) in snd_pcm_lib_readv() argument 1125 return __snd_pcm_lib_xfer(substream, (void *)bufs, false, frames, false); in snd_pcm_lib_readv() [all …]
|
/include/linux/ |
D | pktcdvd.h | 121 int frames; /* Number of frames in this packet */ member
|
/include/trace/events/ |
D | v4l2.h | 136 __entry->timecode_frames = buf->timecode.frames; 213 __entry->timecode_frames = vbuf->timecode.frames;
|
/include/uapi/linux/ |
D | rkisp1-config.h | 441 __u8 frames; member
|
D | videodev2.h | 878 __u8 frames; member
|
/include/uapi/sound/ |
D | asound.h | 607 snd_pcm_uframes_t frames; member 613 snd_pcm_uframes_t frames; member
|
/include/media/ |
D | v4l2-subdev.h | 522 int (*g_skip_frames)(struct v4l2_subdev *sd, u32 *frames);
|