Searched refs:frame (Results 251 - 275 of 747) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/arm/kernel/
H A Dtraps.c66 unsigned long frame, const char *loglvl)
68 unsigned long end = frame + 4 + sizeof(struct pt_regs);
72 end > ALIGN(frame, THREAD_SIZE)) {
77 * frame record.
79 frame = ((unsigned long *)frame)[-2] - 4;
80 end = frame + 4 + sizeof(struct pt_regs);
93 if (in_entry_text(from) && end <= ALIGN(frame, THREAD_SIZE))
94 dump_mem(loglvl, "Exception stack", frame + 4, end);
240 pr_cont("no frame pointe
65 dump_backtrace_entry(unsigned long where, unsigned long from, unsigned long frame, const char *loglvl) argument
[all...]
/linux-master/arch/microblaze/lib/
H A Ddivsi3.S15 .frame r1, 0, r15
H A Dmodsi3.S17 .frame r1, 0, r15
H A Dudivsi3.S18 .frame r1, 0, r15
/linux-master/arch/alpha/boot/
H A Dhead.S43 .frame $30,128,$26
/linux-master/drivers/gpu/drm/
H A Ddrm_debugfs_crc.c45 * DRM device drivers can provide to userspace CRC information of each frame as
52 * default source of frame CRCs for this CRTC.
54 * Once frame CRC generation is enabled, userspace can capture them by reading
55 * the dri/0/crtc-N/crc/data file. Each line in that file contains the frame
61 * the frame contents as supplied by userspace (eDP 1.3), in general the CRC
62 * computation is performed in an unspecified way and on frame contents that have
64 * rely on being able to generate matching CRC values for the frame contents that
278 * 1 frame field of 10 chars plus a number of CRC fields of 10 chars each, space
330 sprintf(buf, "0x%08x", entry->frame);
384 * drm_crtc_add_crc_entry - Add entry with CRC information for a frame
393 drm_crtc_add_crc_entry(struct drm_crtc *crtc, bool has_frame, uint32_t frame, uint32_t *crcs) argument
[all...]
/linux-master/include/xen/interface/
H A Dmemory.h101 * Returns the maximum machine frame number of mapped RAM in this system.
305 * IN - the index of the initial frame to be mapped. This parameter
308 uint64_t frame; member in struct:xen_mem_acquire_resource
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_parser.h147 struct ssh_frame **frame, struct ssam_span *payload,
/linux-master/include/uapi/sound/
H A Dhdspm.h100 enum hdspm_ltc_frame frame; member in struct:hdspm_ltc
/linux-master/net/hsr/
H A Dhsr_framereg.h36 void hsr_handle_sup_frame(struct hsr_frame_info *frame);
/linux-master/net/mac80211/
H A Dfils_aead.c256 /* The (Re)Association Request frame from the Capability Information
269 u8 *frame, size_t *frame_len,
272 struct ieee80211_mgmt *mgmt = (void *)frame;
286 ies, frame + *frame_len - ies);
289 "No (valid) FILS Session element in (Re)Association Response frame from %pM",
310 /* The (Re)Association Response frame from the Capability Information
316 crypt_len = frame + *frame_len - encr;
319 "Not enough room for AES-SIV data after FILS Session element in (Re)Association Response frame from %pM",
327 "AES-SIV decryption of (Re)Association Response frame from %pM failed",
268 fils_decrypt_assoc_resp(struct ieee80211_sub_if_data *sdata, u8 *frame, size_t *frame_len, struct ieee80211_mgd_assoc_data *assoc_data) argument
/linux-master/arch/alpha/lib/
H A Dev67-strncat.S31 .frame $30, 0, $26
/linux-master/drivers/media/platform/st/sti/hva/
H A Dhva-v4l2.c37 "frame" : "stream")
84 * HVA only encodes in YUV420 format, whatever the frame format.
232 struct hva_frameinfo *frame = &ctx->frameinfo; local
237 dev_dbg(dev, "%s %4.4s %dx%d > %4.4s %dx%d %s %s: %d frames encoded, %d system errors, %d encoding errors, %d frame errors\n",
239 (char *)&frame->pixelformat,
240 frame->aligned_width, frame->aligned_height,
358 * if the frame resolution is already fixed, only allow the
365 "%s V4L2 TRY_FMT (CAPTURE): resolution updated %dx%d -> %dx%d to fit frame resolution\n",
791 /* set default time per frame */
807 struct hva_frame *frame; local
937 struct hva_frame *frame = to_hva_frame(vbuf); local
[all...]
/linux-master/include/uapi/linux/
H A Dserial.h106 int frame, overrun, parity, brk; member in struct:serial_icounter_struct
/linux-master/drivers/gpu/drm/lima/
H A Dlima_sched.h24 void *frame; member in struct:lima_sched_task
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-regs.h367 const struct v4l2_selection *s, struct mdp_frame *frame);
371 bool mdp_check_pp_enable(struct mdp_dev *mdp, struct mdp_frame *frame);
373 struct mdp_frame *frame, struct vb2_buffer *vb);
375 struct mdp_frame *frame, struct vb2_buffer *vb);
/linux-master/drivers/usb/gadget/udc/
H A Dfsl_qe_udc.c866 dev_err(udc->dev, "The receive frame with error!\n");
987 /* handle the rx frame */
991 "error in received frame\n");
1066 /* send data from a frame, no matter what tx_req */
1067 static int qe_ep_tx(struct qe_ep *ep, struct qe_frame *frame) argument
1089 if (frame_get_length(frame) == 0) {
1090 frame_set_data(frame, udc->nullbuf);
1091 frame_set_length(frame, 2);
1092 frame->info |= (ZLP | NO_CRC);
1093 dev_vdbg(udc->dev, "the frame siz
1189 qe_usb_senddata(struct qe_ep *ep, struct qe_frame *frame) argument
1211 sendnulldata(struct qe_ep *ep, struct qe_frame *frame, uint infor) argument
1227 frame_create_tx(struct qe_ep *ep, struct qe_frame *frame) argument
1307 struct qe_frame *frame = ep->txframe; local
[all...]
/linux-master/include/trace/events/
H A Dspi.h151 __field( unsigned, frame )
159 __entry->frame = msg->frame_length;
166 (unsigned)__entry->actual, (unsigned)__entry->frame)
/linux-master/drivers/usb/dwc2/
H A Dhcd_ddma.c26 static u16 dwc2_frame_list_idx(u16 frame) argument
28 return frame & (FRLISTEN_64_SIZE - 1);
239 * Sync frame list since controller will access it if periodic
395 * Determine starting frame for Isochronous transfer.
401 u16 frame; local
406 * next_active_frame is always frame number (not uFrame) both in FS
415 * Current frame is 1, scheduled frame is 3. Since HC always fetches
417 * corresponding to frame 2 will be fetched. If the number of
420 * latest descriptor(considering rollback) corresponding to frame
463 u16 frame, fr_idx, fr_idx_tmp, skip_frames; local
[all...]
/linux-master/drivers/infiniband/hw/mlx5/
H A Dodp.c820 struct pf_frame *head = NULL, *frame; local
909 frame = kzalloc(sizeof(*frame), GFP_KERNEL);
910 if (!frame) {
915 frame->key = be32_to_cpu(pklm->key);
916 frame->io_virt = be64_to_cpu(pklm->va) + offset;
917 frame->bcnt = min_t(size_t, bcnt,
919 frame->depth = depth + 1;
920 frame->next = head;
921 head = frame;
[all...]
/linux-master/drivers/media/pci/tw5864/
H A Dtw5864-video.c179 static void tw5864_handle_frame(struct tw5864_h264_frame *frame);
388 /* Produce I-frame */
393 /* Produce P-frame */
672 * interval, when processing Nth frame, it checks Nth bit of register
673 * value and, if the bit is 1, it processes the frame, otherwise the
674 * frame is discarded.
956 struct tw5864_h264_frame *frame = &dev->h264_buf[i]; local
958 frame->vlc.addr = dma_alloc_coherent(&dev->pci->dev,
960 &frame->vlc.dma_addr,
962 if (!frame
1298 tw5864_is_motion_triggered(struct tw5864_h264_frame *frame) argument
1326 struct tw5864_h264_frame *frame = local
1362 tw5864_handle_frame(struct tw5864_h264_frame *frame) argument
[all...]
/linux-master/include/linux/
H A Dthunderbolt.h526 * @sof_mask: Bit mask used to detect start of frame PDF
527 * @eof_mask: Bit mask used to detect end of frame PDF
558 /* Configure the ring to be in frame mode */
569 * %RING_DESC_CRC_ERROR: In frame mode CRC check failed for the frame (Rx only)
586 * @buffer_phy: DMA mapped address of the frame
587 * @callback: Callback called when the frame is finished (optional)
589 * @size: Size of the frame in bytes (%0 means %4096)
590 * @flags: Flags for the frame (see &enum ring_desc_flags)
591 * @eof: End of frame protoco
635 tb_ring_rx(struct tb_ring *ring, struct ring_frame *frame) argument
656 tb_ring_tx(struct tb_ring *ring, struct ring_frame *frame) argument
[all...]
/linux-master/arch/arc/kernel/
H A Dsignal.c254 void __user *frame; local
261 frame = (void __user *)((sp - framesize) & ~7);
263 /* Check that we can actually write to the signal frame */
264 if (!access_ok(frame, framesize))
265 frame = NULL;
267 return frame;
332 /* User Stack for signal handler will be above the frame just carved */
397 /* Set up the stack frame */
/linux-master/drivers/usb/fotg210/
H A Dfotg210-hcd.c60 #define FOTG210_TUNE_FLS 1 /* (medium) 512-frame schedule */
146 itd->frame, itd, hc32_to_cpu(fotg210, itd->hw_next),
3297 static void periodic_unlink(struct fotg210_hcd *fotg210, unsigned frame, argument
3300 union fotg210_shadow *prev_p = &fotg210->pshadow[frame];
3301 __hc32 *hw_p = &fotg210->periodic[frame];
3328 unsigned frame, unsigned uframe)
3330 __hc32 *hw_p = &fotg210->periodic[frame];
3331 union fotg210_shadow *q = &fotg210->pshadow[frame];
3352 * bandwidth from the previous frame
3370 frame *
3327 periodic_usecs(struct fotg210_hcd *fotg210, unsigned frame, unsigned uframe) argument
3390 tt_no_collision(struct fotg210_hcd *fotg210, unsigned period, struct usb_device *dev, unsigned frame, u32 uf_mask) argument
3663 check_period(struct fotg210_hcd *fotg210, unsigned frame, unsigned uframe, unsigned period, unsigned usecs) argument
3703 check_intr_schedule(struct fotg210_hcd *fotg210, unsigned frame, unsigned uframe, const struct fotg210_qh *qh, __hc32 *c_maskp) argument
3752 unsigned frame; /* 0..(qh->period - 1), or NO_FRAME */ local
4317 itd_link(struct fotg210_hcd *fotg210, unsigned frame, struct fotg210_itd *itd) argument
4348 unsigned next_uframe, uframe, frame; local
4570 scan_frame_queue(struct fotg210_hcd *fotg210, unsigned frame, unsigned now_frame, bool live) argument
4642 unsigned uf, now_frame, frame, ret; local
4692 unsigned frame, uframe; local
[all...]
/linux-master/drivers/gpu/drm/rockchip/
H A Dinno_hdmi.c275 union hdmi_infoframe *frame, enum hdmi_infoframe_type type)
289 rc = hdmi_infoframe_pack(frame, packed_frame,
308 union hdmi_infoframe frame; local
311 rc = drm_hdmi_avi_infoframe_from_display_mode(&frame.avi,
320 frame.avi.colorspace = HDMI_COLORSPACE_YUV444;
322 frame.avi.colorspace = HDMI_COLORSPACE_YUV422;
324 frame.avi.colorspace = HDMI_COLORSPACE_RGB;
327 drm_hdmi_avi_infoframe_quant_range(&frame.avi,
333 frame.avi.quantization_range = HDMI_QUANTIZATION_RANGE_DEFAULT;
334 frame
274 inno_hdmi_upload_frame(struct inno_hdmi *hdmi, union hdmi_infoframe *frame, enum hdmi_infoframe_type type) argument
[all...]

Completed in 334 milliseconds

<<11121314151617181920>>