Searched refs:frame (Results 151 - 175 of 747) sorted by relevance

1234567891011>>

/linux-master/mm/kasan/
H A Dreport_generic.c223 pr_err("internal error: frame description too long: %s\n",
261 pr_err("This frame has %lu %s:\n", num_objects,
302 const unsigned long *frame; local
324 frame = (const unsigned long *)(mem_ptr + KASAN_GRANULE_SIZE);
325 if (frame[0] != KASAN_CURRENT_STACK_FRAME_MAGIC) {
326 pr_err("internal error: frame has invalid marker: %lu\n",
327 frame[0]);
331 *offset = (unsigned long)addr - (unsigned long)frame;
332 *frame_descr = (const char *)frame[1];
333 *frame_pc = (void *)frame[
[all...]
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-m2m.c64 struct mdp_frame *frame; local
82 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_OUTPUT_MPLANE);
84 mdp_set_src_config(&param.inputs[0], frame, &src_vb->vb2_buf);
86 frame = ctx_get_frame(ctx, V4L2_BUF_TYPE_VIDEO_CAPTURE_MPLANE);
88 mdp_set_dst_config(&param.outputs[0], frame, &dst_vb->vb2_buf);
90 if (mdp_check_pp_enable(ctx->mdp_dev, frame))
102 task.composes[0] = &frame->compose;
299 struct mdp_frame *frame; local
302 frame = ctx_get_frame(ctx, f->type);
303 *f = frame
317 struct mdp_frame *frame = ctx_get_frame(ctx, f->type); local
371 struct mdp_frame *frame; local
423 struct mdp_frame *frame = ctx_get_frame(ctx, s->type); local
[all...]
/linux-master/arch/mips/jazz/
H A Djazzdma.c55 pgtbl[i].frame = paddr;
97 int first, last, pages, frame, i; local
142 frame = paddr & ~(VDMA_PAGESIZE - 1);
145 pgtbl[i].frame = frame;
147 frame += VDMA_PAGESIZE;
165 printk("%08x ", pgtbl[i].frame);
219 int frame; local
221 frame = paddr & ~(VDMA_PAGESIZE - 1);
224 if (pgtbl[i].frame
[all...]
/linux-master/drivers/media/test-drivers/visl/
H A Dvisl-dec.c4 * tracing/TPG on a per-frame basis
108 last = vb2_find_buffer(cap_q, run->vp8.frame->last_frame_ts);
109 golden = vb2_find_buffer(cap_q, run->vp8.frame->golden_frame_ts);
110 alt = vb2_find_buffer(cap_q, run->vp8.frame->alt_frame_ts);
113 run->vp8.frame->last_frame_ts, last);
115 run->vp8.frame->golden_frame_ts, golden);
117 run->vp8.frame->alt_frame_ts, alt);
127 last = vb2_find_buffer(cap_q, run->vp9.frame->last_frame_ts);
128 golden = vb2_find_buffer(cap_q, run->vp9.frame->golden_frame_ts);
129 alt = vb2_find_buffer(cap_q, run->vp9.frame
[all...]
/linux-master/drivers/net/can/c_can/
H A Dc_can_main.c283 struct can_frame *frame, int idx)
286 u16 ctrl = IF_MCONT_TX | frame->len;
287 bool rtr = frame->can_id & CAN_RTR_FLAG;
291 if (frame->can_id & CAN_EFF_FLAG) {
292 arb |= frame->can_id & CAN_EFF_MASK;
295 arb |= (frame->can_id & CAN_SFF_MASK) << 18;
318 for (i = 0; i < frame->len; i += 4, dreg += 2) {
319 data = (u32)frame->data[i];
320 data |= (u32)frame->data[i + 1] << 8;
321 data |= (u32)frame
282 c_can_setup_tx_object(struct net_device *dev, int iface, struct can_frame *frame, int idx) argument
340 struct can_frame *frame; local
366 struct can_frame *frame; local
455 struct can_frame *frame = (struct can_frame *)skb->data; local
[all...]
/linux-master/drivers/scsi/
H A Dmvumi.c238 m_sg = (struct mvumi_sgl *) &cmd->frame->payload[0];
239 cmd->frame->sg_counts = 1;
262 cmd->frame = dma_alloc_coherent(&mhba->pdev->dev, mhba->ib_max_size,
264 if (!cmd->frame) {
266 " frame,size = %d.\n", mhba->ib_max_size);
274 " for internal frame\n");
276 cmd->frame, cmd->frame_phys);
281 cmd->frame->sg_counts = 0;
293 if (cmd && cmd->frame) {
294 if (cmd->frame
769 struct mvumi_msg_frame *frame; local
1414 struct mvumi_msg_frame *frame; local
1702 struct mvumi_msg_frame *frame; local
[all...]
H A Dsr_vendor.c221 unsigned long min, sec, frame; local
242 frame = bcd2bin(buffer[17]);
243 sector = min * CD_SECS * CD_FRAMES + sec * CD_FRAMES + frame;
248 unsigned long min, sec, frame; local
270 frame = bcd2bin(buffer[3]);
271 sector = min * CD_SECS * CD_FRAMES + sec * CD_FRAMES + frame;
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.c229 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height) argument
231 frame->f_width = width;
232 frame->f_height = height;
233 frame->crop.width = width;
234 frame->crop.height = height;
235 frame->crop.left = 0;
236 frame->crop.top = 0;
479 struct gsc_frame *frame; local
483 frame = ctx_get_frame(ctx, f->type);
484 if (IS_ERR(frame))
798 gsc_prepare_addr(struct gsc_ctx *ctx, struct vb2_buffer *vb, struct gsc_frame *frame, struct gsc_addr *addr) argument
[all...]
/linux-master/drivers/media/pci/ivtv/
H A Divtv-controls.c94 int ivtv_g_pts_frame(struct ivtv *itv, s64 *pts, s64 *frame) argument
101 *frame = itv->last_dec_timing[0];
105 *frame = 0;
114 *frame = data[0];
/linux-master/arch/mips/include/asm/
H A Djazzdma.h44 unsigned int frame; /* physical frame no. */ member in struct:VDMA_PGTBL_ENTRY
/linux-master/arch/x86/include/asm/
H A Dsighandling.h16 void signal_fault(struct pt_regs *regs, void __user *frame, char *where);
/linux-master/arch/csky/kernel/
H A Dstacktrace.c39 struct stackframe *frame; local
44 /* Validate frame pointer */
49 /* Unwind stack frame */
50 frame = (struct stackframe *)fp;
52 fp = frame->fp;
53 pc = ftrace_graph_ret_addr(current, NULL, frame->ra,
/linux-master/kernel/kcsan/
H A DMakefile19 CFLAGS_kcsan_test.o := $(CFLAGS_KCSAN) -fno-omit-frame-pointer
/linux-master/arch/alpha/lib/
H A Dstrcat.S16 .frame $30, 0, $26
H A Dev67-strcat.S30 .frame $30, 0, $26
/linux-master/arch/m68k/coldfire/
H A Dvectors.c26 asmlinkage void dbginterrupt_c(struct frame *fp)
/linux-master/arch/x86/kernel/kprobes/
H A Dcommon.h8 #include <asm/frame.h>
/linux-master/drivers/usb/host/
H A Dehci-sched.c63 static void periodic_unlink(struct ehci_hcd *ehci, unsigned frame, void *ptr) argument
65 union ehci_shadow *prev_p = &ehci->pshadow[frame];
66 __hc32 *hw_p = &ehci->periodic[frame];
335 * specified frame/uframe. Note that (as summarized in section 11.19
340 * should be executed in "B-frame" terms, which is the same as the
341 * highspeed ssplit's uframe (which is in "H-frame" terms). For example
342 * a ssplit in "H-frame" 0 causes a transfer in "B-frame" 0.
357 unsigned frame,
367 for (frame
353 tt_available( struct ehci_hcd *ehci, struct ehci_per_sched *ps, struct ehci_tt *tt, unsigned frame, unsigned uframe ) argument
413 tt_no_collision( struct ehci_hcd *ehci, unsigned period, struct usb_device *dev, unsigned frame, u32 uf_mask ) argument
742 check_period( struct ehci_hcd *ehci, unsigned frame, unsigned uframe, unsigned uperiod, unsigned usecs ) argument
768 check_intr_schedule( struct ehci_hcd *ehci, unsigned frame, unsigned uframe, struct ehci_qh *qh, unsigned *c_maskp, struct ehci_tt *tt ) argument
867 unsigned frame; local
1393 unsigned frame, uf; local
1715 itd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_itd *itd) argument
1749 unsigned next_uframe, uframe, frame; local
2130 sitd_link(struct ehci_hcd *ehci, unsigned frame, struct ehci_sitd *sitd) argument
2356 unsigned uf, now_frame, frame; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.h81 * @brief Update the offline frame information in host_sp_communication.
83 * @param[in] frame_num The offline frame number.
84 * @param[in] frame The pointer to the offline frame.
89 struct ia_css_frame *frame,
93 * @brief Update the mipi frame information in host_sp_communication.
95 * @param[in] frame_num The mipi frame number.
96 * @param[in] frame The pointer to the mipi frame.
101 struct ia_css_frame *frame);
[all...]
/linux-master/drivers/thunderbolt/
H A Dnhi.c241 struct ring_frame *frame, *n; local
243 list_for_each_entry_safe(frame, n, &ring->queue, list) {
246 list_move_tail(&frame->list, &ring->in_flight);
248 descriptor->phys = frame->buffer_phy;
252 descriptor->length = frame->size;
253 descriptor->eof = frame->eof;
254 descriptor->sof = frame->sof;
270 * Otherwise we collect all completed frame from the ring buffer, write new
271 * frame to the ring buffer and invoke the callbacks for the completed frames.
276 struct ring_frame *frame; local
323 __tb_ring_enqueue(struct tb_ring *ring, struct ring_frame *frame) argument
351 struct ring_frame *frame = NULL; local
[all...]
/linux-master/drivers/media/platform/nvidia/tegra-vde/
H A Dh264.c156 struct tegra_video_frame *frame,
160 u32 y_addr = frame ? frame->y_addr : 0x6CDEAD00;
161 u32 cb_addr = frame ? frame->cb_addr : 0x6CDEAD00;
162 u32 cr_addr = frame ? frame->cr_addr : 0x6CDEAD00;
163 u32 value1 = frame ? ((frame->luma_atoms_pitch << 16) | mbs_height) : 0;
164 u32 value2 = frame
155 tegra_vde_setup_frameid(struct tegra_vde *vde, struct tegra_video_frame *frame, unsigned int frameid, u32 mbs_width, u32 mbs_height) argument
206 struct tegra_video_frame *frame; local
[all...]
/linux-master/arch/x86/kernel/
H A Dunwind_frame.c108 * the offset of the stack frame in the prologue of a function called
127 * address before pushing the frame pointer.
139 * code, the stack layout of the last frame is:
161 * This determines if the frame pointer actually contains an encoded pointer to
189 * now hold the call frame information for the current function (e.g. the frame
202 unsigned long *frame, *prev_frame_end, *addr_p, addr; local
210 /* Is the next frame pointer an encoded pointer to pt_regs? */
213 frame = (unsigned long *)regs;
217 frame
[all...]
/linux-master/kernel/trace/
H A Drethook.c229 * @frame: A frame pointer
234 * The @tsk must be 'current' or a task which is not running. @frame is a hint
236 * rethook::frame field. The @cur is a loop cursor for searching the
242 unsigned long rethook_find_ret_addr(struct task_struct *tsk, unsigned long frame, argument
259 } while (rhn->frame != frame);
270 * frame pointer to record real return address on the stack,
278 unsigned long frame)
306 if (WARN_ON_ONCE(rhn->frame !
277 rethook_trampoline_handler(struct pt_regs *regs, unsigned long frame) argument
[all...]
/linux-master/drivers/nfc/
H A Dport100.c29 /* Standard port100 frame definitions */
37 * Max extended frame payload len, excluding CC and SCC
51 /* start of frame */
542 struct port100_frame *frame = _frame; local
544 frame->preamble = 0;
545 frame->start_frame = cpu_to_be16(PORT100_FRAME_SOF);
546 frame->extended_frame = cpu_to_be16(PORT100_FRAME_EXT);
547 PORT100_FRAME_DIRECTION(frame) = PORT100_FRAME_DIR_OUT;
548 PORT100_FRAME_CMD(frame) = cmd_code;
549 frame
554 struct port100_frame *frame = _frame; local
566 struct port100_frame *frame = _frame; local
574 const struct port100_frame *frame = _frame; local
592 port100_rx_frame_is_ack(const struct port100_ack_frame *frame) argument
598 port100_rx_frame_size(const void *frame) argument
606 port100_rx_frame_is_cmd_response(const struct port100 *dev, const void *frame) argument
[all...]
/linux-master/drivers/media/platform/amphion/
H A Dvenc.c751 * redundant data at the beginning of frame.
755 static int venc_precheck_encoded_frame(struct vpu_inst *inst, struct venc_frame_t *frame) argument
760 if (!frame || !frame->bytesused)
766 frame->info.wptr - inst->stream_buffer.phys,
767 frame->bytesused);
769 frame->bytesused -= skipped;
770 frame->info.wptr = vpu_helper_step_walk(&inst->stream_buffer,
771 frame->info.wptr, skipped);
780 struct venc_frame_t *frame,
779 venc_get_one_encoded_frame(struct vpu_inst *inst, struct venc_frame_t *frame, struct vb2_v4l2_buffer *vbuf) argument
835 struct venc_frame_t *frame; local
855 struct venc_frame_t *frame; local
1053 struct venc_frame_t *frame; local
1126 struct venc_frame_t *frame = NULL; local
[all...]

Completed in 397 milliseconds

1234567891011>>