Searched refs:frames (Results 51 - 75 of 193) sorted by relevance

12345678

/linux-master/drivers/net/hyperv/
H A Dnetvsc_bpf.c248 struct xdp_frame **frames, u32 flags)
273 return vf_ops->ndo_xdp_xmit(vf_netdev, n, frames, flags);
279 if (netvsc_ndoxdp_xmit_fm(ndev, frames[i], q_idx))
247 netvsc_ndoxdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames, u32 flags) argument
/linux-master/include/xen/
H A Dgrant_table.h194 int arch_gnttab_map_shared(xen_pfn_t *frames, unsigned long nr_gframes,
197 int arch_gnttab_map_status(uint64_t *frames, unsigned long nr_gframes,
243 xen_pfn_t *frames; member in struct:gnttab_dma_alloc_args
267 * to paged out target frames.
/linux-master/sound/atmel/
H A Dac97c.c417 snd_pcm_uframes_t frames; local
423 frames = bytes_to_frames(runtime, bytes);
424 if (frames >= runtime->buffer_size)
425 frames -= runtime->buffer_size;
426 return frames;
434 snd_pcm_uframes_t frames; local
440 frames = bytes_to_frames(runtime, bytes);
441 if (frames >= runtime->buffer_size)
442 frames -= runtime->buffer_size;
443 return frames;
[all...]
/linux-master/sound/core/
H A Dpcm_native.c732 snd_pcm_uframes_t frames; local
805 frames = 1;
808 frames *= 2;
811 runtime->min_align = frames;
2928 /* increase the appl_ptr; returns the processed frames or a negative error */
2930 snd_pcm_uframes_t frames,
2939 if (frames > (snd_pcm_uframes_t)avail)
2940 frames = avail;
2941 appl_ptr = runtime->control->appl_ptr + frames;
2945 return ret < 0 ? ret : frames;
2929 forward_appl_ptr(struct snd_pcm_substream *substream, snd_pcm_uframes_t frames, snd_pcm_sframes_t avail) argument
2949 rewind_appl_ptr(struct snd_pcm_substream *substream, snd_pcm_uframes_t frames, snd_pcm_sframes_t avail) argument
2973 snd_pcm_rewind(struct snd_pcm_substream *substream, snd_pcm_uframes_t frames) argument
2992 snd_pcm_forward(struct snd_pcm_substream *substream, snd_pcm_uframes_t frames) argument
3251 snd_pcm_uframes_t frames; local
3267 snd_pcm_uframes_t frames; local
3418 snd_pcm_uframes_t *frames = arg; local
3511 snd_pcm_uframes_t frames; local
3550 snd_pcm_uframes_t frames; local
[all...]
/linux-master/drivers/soc/fsl/dpio/
H A Ddpio-service.c39 u64 frames; member in struct:dpaa2_io
192 obj->frames = 0;
478 * dpaa2_io_service_enqueue_multiple_fq() - Enqueue multiple frames
483 * @nb: number of frames to be enqueud
508 * dpaa2_io_service_enqueue_multiple_desc_fq() - Enqueue multiple frames
513 * @nb: number of frames to be enqueud
643 * @max_frames: the maximum number of dequeued result for frames, must be <= 32.
878 * @frames: how many frames have been dequeued by the user since the last call
881 void dpaa2_io_update_net_dim(struct dpaa2_io *d, __u64 frames, __u6 argument
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-sharp-lq101r1sx01.c38 static void sharp_wait_frames(struct sharp_panel *sharp, unsigned int frames) argument
42 if (WARN_ON(frames > refresh))
45 msleep(1000 / (refresh / frames));
240 /* wait for 6 frames before continuing */
H A Dpanel-jdi-lpm102a188a.c60 static void jdi_wait_frames(struct jdi_panel *jdi, unsigned int frames) argument
64 if (WARN_ON(frames > refresh))
67 msleep(1000 / (refresh / frames));
/linux-master/sound/firewire/motu/
H A Damdtp-motu-trace.h18 static void copy_message(u64 *frames, __be32 *buffer, unsigned int data_blocks,
/linux-master/include/soc/fsl/
H A Ddpaa2-io.h27 * The following set of APIs can be used to enqueue and dequeue frames
140 void dpaa2_io_update_net_dim(struct dpaa2_io *d, __u64 frames, __u64 bytes);
/linux-master/drivers/usb/gadget/function/
H A Duvc_configfs.h58 struct list_head frames; member in struct:uvcg_format
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c259 u16 w = format->frames[i].wWidth;
260 u16 h = format->frames[i].wHeight;
266 frame = &format->frames[i];
335 if (probe->bFrameIndex == format->frames[i].bFrameIndex) {
336 frame = &format->frames[i];
501 /* Try frames with matching size to find the best frame interval. */
505 if (&format->frames[i] == stream->cur_frame)
508 if (format->frames[i].wWidth != stream->cur_frame->wWidth ||
509 format->frames[i].wHeight != stream->cur_frame->wHeight)
512 ival = uvc_try_frame_interval(&format->frames[
[all...]
/linux-master/include/linux/
H A Dpktcdvd.h115 /* list, measured in number of frames */
121 int frames; /* Number of frames in this packet */ member in struct:packet_data
/linux-master/arch/arm/lib/
H A Dbacktrace.S31 beq no_frame @ we have no stack frames
97 beq no_frame @ no further frames
/linux-master/drivers/net/ethernet/microsoft/mana/
H A Dmana_bpf.c51 int mana_xdp_xmit(struct net_device *ndev, int n, struct xdp_frame **frames, argument
65 if (mana_xdp_xmit_fm(ndev, frames[i], q_idx))
/linux-master/fs/ext4/
H A Dnamei.c307 static void dx_release(struct dx_frame *frames);
321 struct dx_frame *frames,
969 static void dx_release(struct dx_frame *frames) argument
975 if (frames[0].bh == NULL)
978 info = &((struct dx_root *)frames[0].bh->b_data)->info;
982 if (frames[i].bh == NULL)
984 brelse(frames[i].bh);
985 frames[i].bh = NULL;
1008 struct dx_frame *frames,
1027 if (p == frames)
1006 ext4_htree_next_block(struct inode *dir, __u32 hash, struct dx_frame *frame, struct dx_frame *frames, __u32 *start_hash) argument
1187 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
1781 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
2230 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
2487 struct dx_frame frames[EXT4_HTREE_LEVEL], *frame; local
[all...]
/linux-master/sound/usb/
H A Dpcm.c1270 unsigned int stride, frames, bytes, oldptr; local
1295 frames = bytes / stride;
1297 bytes = frames * stride;
1300 bytes = frames * stride;
1311 frames = (bytes + (oldptr % stride)) / stride;
1312 subs->transfer_done += frames;
1477 unsigned int frames, bytes; local
1486 frames = 0;
1511 urb->iso_frame_desc[i].offset = frames * stride;
1513 frames
[all...]
/linux-master/sound/soc/fsl/
H A Dfsl_dma.c583 * whole frames. Each frame occupies two slots in the FIFO. The
680 snd_pcm_uframes_t frames; local
716 frames = bytes_to_frames(runtime, position - dma_private->dma_buf_phys);
722 if (frames == runtime->buffer_size)
723 frames = 0;
725 return frames;
/linux-master/sound/core/oss/
H A Dpcm_oss.c577 static long snd_pcm_oss_bytes(struct snd_pcm_substream *substream, long frames) argument
581 long bytes = frames_to_bytes(runtime, frames);
1019 snd_pcm_uframes_t frames; local
1020 frames = runtime->period_size + 16;
1021 if (frames > runtime->buffer_size)
1022 frames = runtime->buffer_size;
1023 sw_params->silence_threshold = frames;
1024 sw_params->silence_size = frames;
1202 snd_pcm_uframes_t frames; local
1214 frames
1224 snd_pcm_oss_write3(struct snd_pcm_substream *substream, const char *ptr, snd_pcm_uframes_t frames, int in_kernel) argument
1255 snd_pcm_oss_read3(struct snd_pcm_substream *substream, char *ptr, snd_pcm_uframes_t frames, int in_kernel) argument
1299 snd_pcm_oss_writev3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) argument
1328 snd_pcm_oss_readv3(struct snd_pcm_substream *substream, void **bufs, snd_pcm_uframes_t frames) argument
1360 snd_pcm_sframes_t frames, frames1; local
1470 snd_pcm_sframes_t frames, frames1; local
[all...]
/linux-master/drivers/block/
H A Dpktcdvd.c547 static struct packet_data *pkt_alloc_packet_data(int frames) argument
556 pkt->frames = frames;
557 pkt->w_bio = bio_kmalloc(frames, GFP_KERNEL);
561 for (i = 0; i < frames / FRAMES_PER_PAGE; i++) {
570 for (i = 0; i < frames; i++) {
579 for (i = 0; i < frames; i++)
582 for (i = 0; i < frames / FRAMES_PER_PAGE; i++)
599 for (i = 0; i < pkt->frames; i++)
601 for (i = 0; i < pkt->frames / FRAMES_PER_PAG
[all...]
/linux-master/sound/usb/line6/
H A Dplayback.c68 int frames = urb_out->transfer_buffer_length / bytes_per_frame; local
75 for (i = 0; i < frames; ++i) {
86 for (i = 0; i < frames; ++i) {
/linux-master/net/bpf/
H A Dtest_run.c116 struct xdp_frame **frames; member in struct:xdp_test_data
173 xdp->frames = kvmalloc_array(xdp->batch_size, sizeof(void *), GFP_KERNEL);
174 if (!xdp->frames)
210 kvfree(xdp->frames);
218 kfree(xdp->frames);
250 static int xdp_recv_frames(struct xdp_frame **frames, int nframes, argument
262 xdp_return_frame(frames[i]);
267 struct xdp_frame *xdpf = frames[i];
288 struct xdp_frame **frames = xdp->frames; local
[all...]
/linux-master/tools/testing/selftests/net/forwarding/
H A Dtsn_lib.sh233 --num-frames ${num_pkts} \
/linux-master/drivers/net/ethernet/mellanox/mlx5/core/en/
H A Dxdp.h113 int mlx5e_xdp_xmit(struct net_device *dev, int n, struct xdp_frame **frames,
/linux-master/drivers/net/ethernet/amazon/ena/
H A Dena_xdp.h43 struct xdp_frame **frames, u32 flags);
/linux-master/drivers/net/ethernet/aquantia/atlantic/
H A Daq_ring.h203 struct xdp_frame **frames, u32 flags);

Completed in 360 milliseconds

12345678