Searched refs:frame (Results 476 - 500 of 755) sorted by relevance

<<11121314151617181920>>

/linux-master/sound/core/
H A Drawmidi.c1076 struct snd_rawmidi_framing_tstamp frame = { .tv_sec = tstamp->tv_sec, .tv_nsec = tstamp->tv_nsec }; local
1091 frame.length = SNDRV_RAWMIDI_FRAMING_DATA_LENGTH;
1093 frame.length = get_aligned_size(runtime, src_count);
1094 if (!frame.length)
1096 memset(frame.data, 0, SNDRV_RAWMIDI_FRAMING_DATA_LENGTH);
1098 memcpy(frame.data, buffer, frame.length);
1099 buffer += frame.length;
1100 src_count -= frame.length;
1102 *dest_ptr = frame;
[all...]
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-capture.c210 dbg("next frame: %d, done frame: %d",
218 * requires the frame embedded data capture.
254 dbg("frame: %d, active_buf_cnt: %d",
345 const struct fimc_frame *frame = &ctx->d_frame; local
346 const struct fimc_fmt *fmt = frame->fmt;
347 unsigned long wh = frame->f_width * frame->f_height;
368 sizes[i] = frame->payload[i];
370 sizes[i] = max_t(u32, size, frame
1161 const struct fimc_frame *frame = &vc->ctx->d_frame; local
[all...]
/linux-master/tools/testing/selftests/bpf/
H A Dxskxceiver.c35 * Increase the UMEM frame headroom to a value which results in
38 * Set the 'len' field of tx descriptors to an invalid value (umem frame
51 * i. 2K frame size tests
53 * k. If multi-buffer and huge pages are supported, send 9k packets in a single frame
835 struct pkt *frame = &frames[i]; local
837 pkt->offset = frame->offset;
839 *pkt = *frame;
841 if (!frame->valid || !pkt_continues(frame->options))
844 if (frame
[all...]
/linux-master/drivers/gpu/drm/mcde/
H A Dmcde_display.c578 /* Set up pixels per line and lines per frame */
755 u32 frame; local
764 frame = MCDE_DSIVID0FRAME;
773 frame = MCDE_DSIVID1FRAME;
782 frame = MCDE_DSIVID2FRAME;
826 writel(formatter_frame, mcde->regs + frame);
1075 u32 formatter_lpf = mode->vdisplay; /* lines per frame */
1140 dev_dbg(mcde->dev, "Overlay frame size: %u bytes\n",
1144 dev_dbg(mcde->dev, "Formatter frame size: %u bytes\n", formatter_frame);
1216 * Configure pixel-per-line and line-per-frame fo
[all...]
/linux-master/drivers/video/fbdev/
H A Dps3fb.c2 * linux/drivers/video/ps3fb.c -- PS3 GPU frame buffer device
9 * linux/drivers/video/vfb.c -- Virtual frame buffer device
112 u64 vblank_count; /* frame count */
126 unsigned int num_frames; /* num of frame buffers */
480 static int ps3fb_sync(struct fb_info *info, u32 frame) argument
486 if (frame > par->num_frames - 1) {
487 dev_dbg(info->device, "%s: invalid frame number (%u)\n",
488 __func__, frame);
493 xdr_base = frame * par->xdr_frame_size;
494 ddr_base = frame * pa
[all...]
/linux-master/drivers/net/fjes/
H A Dfjes_hw.c935 void *frame; local
944 frame = ring_frame->frame_data;
946 return frame;
960 void *frame, size_t size)
974 memcpy((void *)(ring_frame->frame_data), (void *)frame, size);
959 fjes_hw_epbuf_tx_pkt_send(struct epbuf_handler *epbh, void *frame, size_t size) argument
/linux-master/drivers/net/ethernet/google/gve/
H A Dgve_rx.c723 void *frame; local
732 frame = page_frag_alloc(&rx->page_cache, total_len, GFP_ATOMIC);
733 if (!frame) {
740 xdp_prepare_buff(&new, frame, headroom, len, false);
745 page_frag_free(frame);
/linux-master/drivers/tty/
H A Damiserial.c207 * We don't handle parity or frame errors - but I have left
223 icount->frame++;
1092 icount->frame = cnow.frame;
1395 if (state->icount.frame)
1396 seq_printf(m, " fe:%d", state->icount.frame);
/linux-master/drivers/net/wireless/intel/iwlegacy/
H A D3945-mac.c269 struct il3945_frame *frame; local
272 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
273 if (!frame) {
274 IL_ERR("Could not allocate frame!\n");
279 return frame;
288 il3945_free_frame(struct il_priv *il, struct il3945_frame *frame) argument
290 memset(frame, 0, sizeof(*frame));
291 list_add(&frame
313 struct il3945_frame *frame; local
[all...]
/linux-master/drivers/net/wireless/intel/ipw2x00/
H A Dipw2200.c3983 "Received an Authentication frame with authentication sequence "
3987 "frame in sequence"},
6788 * Handle management frame beacon and probe response
7638 if (unlikely((le16_to_cpu(pkt->u.frame.length) + IPW_RX_FRAME_SIZE) >
7652 skb_reserve(rxb->skb, offsetof(struct ipw_rx_packet, u.frame.data));
7654 /* Set the size of the skb to the size of the frame */
7655 skb_put(rxb->skb, le16_to_cpu(pkt->u.frame.length));
7681 struct ipw_rx_frame *frame = &pkt->u.frame; local
7684 u16 received_channel = frame
7858 struct ipw_rx_frame *frame = &pkt->u.frame; local
[all...]
/linux-master/drivers/gpu/drm/mediatek/
H A Dmtk_dp.c1811 struct hdmi_audio_infoframe frame; local
1813 hdmi_audio_infoframe_init(&frame);
1814 frame.coding_type = HDMI_AUDIO_CODING_TYPE_PCM;
1815 frame.channels = cfg->channels;
1816 frame.sample_frequency = cfg->sample_rate;
1820 frame.sample_size = HDMI_AUDIO_SAMPLE_SIZE_16;
1823 frame.sample_size = HDMI_AUDIO_SAMPLE_SIZE_20;
1827 frame.sample_size = HDMI_AUDIO_SAMPLE_SIZE_24;
1831 hdmi_audio_infoframe_pack_for_dp(&frame, &sdp, MTK_DP_VERSION);
/linux-master/arch/m68k/ifpsp060/src/
H A Dfpsp.S295 set LOCAL_SIZE, 192 # stack frame size(bytes)
303 set EXC_FP, 0x0 # frame pointer
587 # fix_skewed_ops() - adjust src operand in fsave frame #
600 # - The system stack contains the FP Ovfl exception stack frame #
601 # - The fsave frame contains the source operand #
606 # - The fsave frame contains the adjusted src op for opclass 0,2 #
609 # - The "exception present" flag in the fsave frame is cleared #
621 # exceptional operand and plave it in the fsave state frame, and store #
641 link.w %a6,&-LOCAL_SIZE # init stack frame
643 fsave FP_SRC(%a6) # grab the "busy" frame
[all...]
/linux-master/tools/perf/util/
H A Dprobe-finder.c140 /* If this is based on frame buffer, set the offset */
575 Dwarf_Frame *frame = NULL; local
600 /* Get the frame base attribute/ops from subprogram */
608 if ((dwarf_cfi_addrframe(pf->cfi_eh, pf->addr, &frame) != 0 &&
609 (dwarf_cfi_addrframe(pf->cfi_dbg, pf->addr, &frame) != 0)) ||
610 dwarf_frame_cfa(frame, &pf->fb_ops, &nops) != 0) {
611 pr_warning("Failed to get call frame on 0x%jx\n",
613 free(frame);
622 /* Since *pf->fb_ops can be a part of frame. we should free it here. */
623 free(frame);
[all...]
/linux-master/net/bpf/
H A Dtest_run.c97 /* We put this struct at the head of each page with a context and frame
106 DECLARE_FLEX_ARRAY(struct xdp_frame, frame);
146 frm = head->frame;
228 return head->frame->data != head->orig_ctx.data ||
229 head->frame->flags != head->orig_ctx.flags;
247 xdp_update_frame_from_buff(&head->ctx, head->frame);
310 frm = head->frame;
/linux-master/drivers/net/ethernet/pensando/ionic/
H A Dionic_txrx.c348 static int ionic_xdp_post_frame(struct ionic_queue *q, struct xdp_frame *frame, argument
356 size_t len = frame->len;
365 dma_addr = ionic_tx_map_single(q, frame->data, len);
374 desc_info->xdpf = frame;
377 if (xdp_frame_has_frags(frame)) {
385 sinfo = xdp_get_shared_info_from_frame(frame);
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr.c48 * panels witch have a remote frame buffer (RFB) implemented according to PSR
51 * request to DDR memory completely as long as the frame buffer for that
141 * the first frame is transmitted. Also note the opposite polarity
563 * without a aux frame sync.
2306 /* SF partial frame enable has to be set even on full update */
3115 * continuous full frame is disabled, only a single full
3116 * frame is required
3556 int frame; local
3560 * frame boundary between register reads
3562 for (frame
[all...]
/linux-master/arch/alpha/lib/
H A Dstxncpy.S47 .frame sp, 0, t9, 0
118 .frame sp, 0, t9, 0
H A Dev6-stxncpy.S58 .frame sp, 0, t9, 0
150 .frame sp, 0, t9, 0
/linux-master/sound/soc/uniphier/
H A Daio-reg.h392 #define SBF_(frame, shift) (((frame) * 2 - 1) << shift)
/linux-master/drivers/usb/serial/
H A Dgeneric.c564 icount->frame = cnow.frame;
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864-reg.h53 * pointer for the last encoded frame of the corresponding channel.
120 /* [15:0] SEN_EN_CH[n] SENIF original frame capture enable for each channel */
162 /* The original frame capture pointer. Two bits for each channel */
175 * Each two bits are the buffer pointer for the last encoded frame of a channel
204 * 1 Shuffled frame
209 * Down scale original frame in X direction
217 * Down scale original frame in Y direction
232 /* Number of reference frame (Default 1 for TW5864B) */
275 /* The MB number in Y direction for a frame */
277 /* The MB number in X direction for a frame */
[all...]
/linux-master/drivers/net/ethernet/mellanox/mlx4/
H A Dmlx4_en.h704 struct mlx4_en_rx_alloc *frame,
709 struct mlx4_en_rx_alloc *frame);
/linux-master/drivers/net/ethernet/netronome/nfp/flower/
H A Dmain.h563 nfp_flower_compile_ext_meta(struct nfp_flower_ext_meta *frame, u32 key_ext);
565 nfp_flower_compile_port(struct nfp_flower_in_port *frame, u32 cmsg_port,
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-debayer.c349 /* Calculate the frame size of the source pad */
363 * Allocate the frame buffer. Use vmalloc to be able to
414 const u8 *frame,
440 * with zero if the pixel is outside the frame and don't pass
442 * frame
450 * with zero if the pixel is outside the frame and don't pass
452 * frame
468 "deb: %s: RGB CALC: frame index %d, win pos %dx%d, color %d\n",
473 vimc_debayer_get_val(&frame[index],
607 /* Initialize the frame forma
413 vimc_debayer_calc_rgb_sink(struct vimc_debayer_device *vdebayer, const u8 *frame, const unsigned int lin, const unsigned int col, unsigned int rgb[3]) argument
[all...]
/linux-master/drivers/usb/host/
H A Dehci.h55 u16 phase; /* actual phase, frame part */
64 #define NO_FRAME 29999 /* frame not assigned yet */
163 unsigned now_frame; /* frame from HC hardware */
164 unsigned last_iso_frame; /* last frame scanned for iso */
543 unsigned frame; /* where scheduled */ member in struct:ehci_itd
587 unsigned frame; member in struct:ehci_sitd
597 * Manages split interrupt transactions (using TT) that span frame boundaries
623 * to an interrupt or isochronous endpoint for each frame. "Budget" refers to
625 * endpoint for each microframe within an allocated frame.
720 * when frame babbl
[all...]

Completed in 587 milliseconds

<<11121314151617181920>>