Searched refs:frame (Results 226 - 250 of 747) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-core.c177 .mdataplanes = 0x2, /* plane 1 holds frame meta data */
329 const struct fimc_frame *frame, struct fimc_addr *addr)
334 if (vb == NULL || frame == NULL)
337 pix_size = frame->width * frame->height;
340 frame->fmt->memplanes, frame->fmt->colplanes, pix_size);
344 if (frame->fmt->memplanes == 1) {
345 switch (frame->fmt->colplanes) {
358 if (FIMC_FMT_YCBCR420 == frame
328 fimc_prepare_addr(struct fimc_ctx *ctx, struct vb2_buffer *vb, const struct fimc_frame *frame, struct fimc_addr *addr) argument
673 __fimc_get_format(const struct fimc_frame *frame, struct v4l2_format *f) argument
[all...]
H A Dfimc-lite.c354 struct flite_frame *frame = &fimc->out_frame; local
355 const struct fimc_fmt *fmt = frame->fmt;
356 unsigned long wh = frame->f_width * frame->f_height;
606 struct flite_frame *frame = &fimc->inp_frame; local
608 v4l_bound_align_image(&r->width, 0, frame->f_width, 0,
609 &r->height, 0, frame->f_height, 0, 0);
612 r->left = clamp_t(u32, r->left, 0, frame->f_width - r->width);
614 r->top = clamp_t(u32, r->top, 0, frame->f_height - r->height);
618 frame
623 struct flite_frame *frame = &fimc->out_frame; local
672 struct flite_frame *frame = &fimc->out_frame; local
743 struct flite_frame *frame = &fimc->out_frame; local
[all...]
H A Dfimc-core.h32 /* Time to wait for next frame VSYNC interrupt while stopping operation. */
231 * struct fimc_frame - source/target frame properties
242 * @addr: image frame buffer DMA addresses
298 * @frame_count: the frame counter for statistics
459 * @s_frame: source frame properties
460 * @d_frame: destination frame properties
591 struct fimc_frame *frame; local
596 frame = &ctx->s_frame;
601 frame = &ctx->d_frame;
608 return frame;
[all...]
/linux-master/drivers/net/wireless/broadcom/brcm80211/brcmfmac/
H A Dp2p.c55 #define DOT11_ACTION_HDR_LEN 2 /* action frame category + action */
90 #define P2PSD_ACTION_CATEGORY 0x04 /* Public action frame */
201 * @mpc_onoff: To make sure to send successfully action frame, we have to
204 * @extra_listen: keep the dwell time to get af response frame.
213 * brcmf_p2p_is_pub_action() - true if p2p public type frame.
215 * @frame: action frame data.
216 * @frame_len: length of action frame data.
218 * Determine if action frame is p2p public action type
220 static bool brcmf_p2p_is_pub_action(void *frame, u3 argument
248 brcmf_p2p_is_p2p_action(void *frame, u32 frame_len) argument
275 brcmf_p2p_is_gas_action(void *frame, u32 frame_len) argument
310 brcmf_p2p_print_actframe(bool tx, void *frame, u32 frame_len) argument
416 brcmf_p2p_print_actframe(bool tx, void *frame, u32 frame_len) argument
1396 u8 *frame = (u8 *)(rxframe + 1); local
[all...]
/linux-master/net/hsr/
H A Dhsr_framereg.c7 * The HSR spec says never to forward the same frame twice on the same
8 * interface. A frame is identified by its source MAC address and its HSR
254 /* Use the Supervision frame's info about an eventual macaddress_B for merging
258 void hsr_handle_sup_frame(struct hsr_frame_info *frame) argument
260 struct hsr_node *node_curr = frame->node_src;
261 struct hsr_port *port_rcv = frame->port_rcv;
273 /* Here either frame->skb_hsr or frame->skb_prp should be
274 * valid as supervision frame always will have protocol
277 if (frame
[all...]
/linux-master/sound/oss/dmasound/
H A Ddmasound_paula.c158 u_char frame[], ssize_t *frameUsed, ssize_t frameLeft)
163 void *p = &frame[*frameUsed];
169 u_char *left = &frame[*frameUsed>>1];
191 u_char frame[], ssize_t *frameUsed, \
197 u_char *p = &frame[*frameUsed]; \
208 u_char *left = &frame[*frameUsed>>1]; \
242 u_char frame[], ssize_t *frameUsed, \
250 u_char *high = &frame[*frameUsed>>1]; \
263 u_char *lefth = &frame[*frameUsed>>2]; \
527 /* There's already a frame loade
157 ami_ct_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
/linux-master/drivers/net/ethernet/netronome/nfp/bpf/
H A Dverifier.c92 state = env->cur_state->frame[reg3->frameno];
701 unsigned int max_depth = 0, depth = 0, frame = 0; local
714 frame_depths[frame] = nfp_prog->subprog[idx].stack_depth;
715 frame_depths[frame] = round_up(frame_depths[frame], STACK_FRAME_ALIGN);
716 depth += frame_depths[frame];
728 ret_insn[frame] = nfp_meta_next(meta);
729 ret_prog[frame] = idx;
735 frame++;
742 if (frame
[all...]
/linux-master/drivers/usb/host/
H A Dohci-hcd.c244 u16 frame = ohci_frame_no(ohci); local
247 frame += max_t (u16, 8, ed->interval);
248 frame &= ~(ed->interval - 1);
249 frame |= ed->branch;
250 urb->start_frame = frame;
251 ed->last_iso = frame + ed->interval * (size - 1);
255 u16 frame = ed->last_iso + ed->interval; local
259 if (unlikely(tick_before(frame, next))) {
263 frame += (next - frame
[all...]
/linux-master/arch/m68k/kernel/
H A Dtraps.c130 asmlinkage void trap_c(struct frame *fp);
133 static inline void access_error060 (struct frame *fp)
226 /* after an exception in a writeback the stack frame corresponding
227 * to that exception is discarded, set a few bits in the old frame
230 static inline void fix_xframe040(struct frame *fp, unsigned long wba, unsigned short wbs)
238 static inline void do_040writebacks(struct frame *fp)
279 * manipulate exception frame to circumvent protection, then complete
283 asmlinkage void berr_040cleanup(struct frame *fp)
291 static inline void access_error040(struct frame *fp)
371 static inline void bus_error030 (struct frame *f
[all...]
/linux-master/drivers/media/platform/samsung/exynos-gsc/
H A Dgsc-core.h151 * @global_alpha: the alpha value of current frame
181 * struct gsc_frame - source/target frame properties
186 * @addr: image frame buffer physical addresses
189 * @alpha: frame's alpha value
346 * @s_frame: source frame properties
347 * @d_frame: destination frame properties
394 void gsc_set_frame_size(struct gsc_frame *frame, int width, int height);
410 struct gsc_frame *frame, struct gsc_addr *addr);
481 struct gsc_frame *frame; local
484 frame
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_psr_regs.h225 #define PSR2_SU_STATUS(tran, frame) (_PSR2_SU_STATUS(tran, (frame) / 3))
226 #define PSR2_SU_STATUS_SHIFT(frame) (((frame) % 3) * 10)
227 #define PSR2_SU_STATUS_MASK(frame) (0x3ff << PSR2_SU_STATUS_SHIFT(frame))
H A Dintel_vblank.c26 * increment frame counter (ctg+)
29 * | frame start:
30 * | generate frame start interrupt (aka. vblank interrupt) (gmch)
45 * | increment frame counter (gen3/4)
58 * - frame start happens at the start of horizontal blank, 1-4 lines
60 * - gen3/4 pixel and frame counter are synchronized with the start
74 u64 frame; local
77 * On i965gm TV output the frame counter only works up to
79 * frame counter ceases to work and reads zero. We need a
81 * have to enable vblank interrupts while the frame counte
[all...]
/linux-master/tools/build/
H A DMakefile.feature98 libunwind-debug-frame \
99 libunwind-debug-frame-arm \
100 libunwind-debug-frame-aarch64 \
/linux-master/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c629 * bits in the IEC60958 frame. For the moment this configuration is only
1768 struct hdmi_avi_infoframe frame; local
1771 /* Initialise info frame from DRM mode */
1772 drm_hdmi_avi_infoframe_from_display_mode(&frame, connector, mode);
1775 drm_hdmi_avi_infoframe_quant_range(&frame, connector, mode,
1780 frame.quantization_range = HDMI_QUANTIZATION_RANGE_DEFAULT;
1781 frame.ycc_quantization_range =
1786 frame.colorspace = HDMI_COLORSPACE_YUV444;
1788 frame.colorspace = HDMI_COLORSPACE_YUV422;
1790 frame
1895 struct hdmi_vendor_infoframe frame; local
1949 struct hdmi_drm_infoframe frame; local
[all...]
/linux-master/drivers/media/platform/mediatek/vcodec/decoder/vdec/
H A Dvdec_vp9_req_lat_if.c258 * struct vdec_vp9_slice_reference - vp9 reference frame information
286 /* default frame context's position in MicroP */
310 struct vdec_vp9_slice_mem frame; member in struct:vdec_vp9_slice_bs
314 * struct vdec_vp9_slice_fb - frame buffer for decoding
349 * @frame: decoding syntax
372 struct vdec_vp9_slice_frame frame; member in struct:vdec_vp9_slice_vsi
378 * struct vdec_vp9_slice_pfc - per-frame context that contains a local vsi.
434 * @frame_ctx: 4 frame context according to VP9 Spec
435 * @frame_ctx_helper: 4 frame context according to newest kernel spec
436 * @dirty: state of each frame contex
[all...]
/linux-master/drivers/scsi/fcoe/
H A Dfcoe_ctlr.c363 * Determine the max FCoE frame size allowed, including
365 * Note: lp->mfs is currently the payload size, not the frame size.
589 * fcoe_ctlr_encaps() - Encapsulate an ELS frame for FIP, without sending it
590 * @fip: The FCoE controller for the ELS frame
592 * @dtype: The FIP descriptor type for the frame
593 * @skb: The FCoE ELS frame including FC header but no FCoE headers
682 * fcoe_ctlr_els_send() - Send an ELS frame encapsulated by FIP if appropriate.
685 * @skb: FCoE ELS frame including FC header but no FCoE headers.
687 * Returns a non-zero error code if the frame should not be sent.
688 * Returns zero if the caller should send the frame wit
2024 } __packed * frame; local
2901 } __packed * frame; local
[all...]
/linux-master/drivers/media/i2c/
H A Dmt9t112.c18 * TODO: This driver lacks support for frame rate control due to missing
45 * frame size
94 struct v4l2_rect frame; member in struct:mt9t112_priv
831 mt9t112_set_a_frame_size(client, priv->frame.width, priv->frame.height);
837 priv->frame.width,
838 priv->frame.height);
861 priv->frame = *rect;
864 * frame size check
866 v4l_bound_align_image(&priv->frame
[all...]
/linux-master/drivers/net/
H A Dveth.c503 struct xdp_frame *frame = frames[i]; local
504 void *ptr = veth_xdp_to_ptr(frame);
506 if (unlikely(xdp_get_frame_len(frame) > max_len ||
595 struct xdp_frame *frame = xdp_convert_buff_to_frame(xdp); local
597 if (unlikely(!frame))
603 bq->q[bq->count++] = frame;
609 struct xdp_frame *frame,
623 xdp_convert_frame_to_buff(frame, xdp);
631 if (xdp_update_frame_from_buff(xdp, frame))
635 orig_frame = *frame;
608 veth_xdp_rcv_one(struct veth_rq *rq, struct xdp_frame *frame, struct veth_xdp_tx_bq *bq, struct veth_stats *stats) argument
887 struct xdp_frame *frame = veth_ptr_to_xdp(ptr); local
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Diskeleton.S61 | can do any clean-up desired. The stack frame is the
62 | Unimplemented Integer Instruction stack frame with
87 | a CHK exception stack frame from the Unimplemented Integer Instrcution
88 | stack frame and branches to this routine.
122 | creates a Divide-by-zero exception stack frame from the Unimplemented
123 | Integer Instruction stack frame and branches to this routine.
127 | then it create a Trace exception stack frame from the "chk" exception
128 | stack frame and branches to the _real_trace() entry point.
/linux-master/arch/m68k/include/asm/
H A Dtraps.h206 struct frame { struct
263 unsigned ver : 4; /* stack frame version # */
271 asmlinkage void berr_040cleanup(struct frame *fp);
/linux-master/tools/power/acpi/
H A DMakefile.config87 CFLAGS += $(OPTIMIZATION) -fomit-frame-pointer
/linux-master/arch/mips/kernel/
H A Dentry.S92 restore_all: # restore full frame
97 restore_partial: # restore partial frame
/linux-master/drivers/block/aoe/
H A Daoe.h118 struct frame { struct
227 void aoe_freetframe(struct frame *);
/linux-master/arch/m68k/fpsp040/
H A Dskeleton.S74 movel %sp,%sp@- | stack frame pointer argument
148 | Clear dirty bit on dest resister in the frame before branching
165 movel %sp,%sp@- | stack frame pointer argument
191 movel %sp,%sp@- | stack frame pointer argument
217 movel %sp,%sp@- | stack frame pointer argument
239 movel %sp,%sp@- | stack frame pointer argument
261 movel %sp,%sp@- | stack frame pointer argument
289 movel %sp,%sp@- | stack frame pointer argument
310 movel %sp,%sp@- | stack frame pointer argument
332 movel %sp,%sp@- | stack frame pointe
[all...]
/linux-master/arch/alpha/lib/
H A Ddivide.S100 .frame $30,STACK,$23
173 .frame $30,STACK,$23

Completed in 274 milliseconds

1234567891011>>