Searched refs:frame (Results 126 - 150 of 747) sorted by relevance

1234567891011>>

/linux-master/arch/s390/kernel/
H A Drethook.c9 rh->frame = regs->gprs[15];
/linux-master/include/linux/
H A Dserial.h42 __u32 frame, parity, overrun, brk; member in struct:async_icount
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-m2m.c195 const struct fimc_frame *frame; local
198 frame = ctx_get_frame(ctx, vb->vb2_queue->type);
199 if (IS_ERR(frame))
200 return PTR_ERR(frame);
202 for (i = 0; i < frame->fmt->memplanes; i++)
203 vb2_set_plane_payload(vb, i, frame->payload[i]);
255 const struct fimc_frame *frame = ctx_get_frame(ctx, f->type); local
257 if (IS_ERR(frame))
258 return PTR_ERR(frame);
260 __fimc_get_format(frame,
317 __set_frame_format(struct fimc_frame *frame, const struct fimc_fmt *fmt, const struct v4l2_pix_format_mplane *pixm) argument
346 struct fimc_frame *frame; local
382 const struct fimc_frame *frame; local
[all...]
H A Dfimc-reg.c108 const struct fimc_frame *frame = &ctx->d_frame; local
110 dbg("w= %d, h= %d color: %d", frame->width,
111 frame->height, frame->fmt->color);
117 switch (frame->fmt->color) {
125 if (frame->fmt->colplanes == 1)
135 cfg |= (frame->height << 16) | frame->width;
137 cfg |= (frame->width << 16) | frame
150 const struct fimc_frame *frame = &ctx->d_frame; local
169 const struct fimc_frame *frame = &ctx->d_frame; local
391 const struct fimc_frame *frame = &ctx->d_frame; local
406 const struct fimc_frame *frame = &ctx->s_frame; local
423 const struct fimc_frame *frame = &ctx->s_frame; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_fops.c88 struct ia_css_frame *frame = vb_to_frame(vb); local
91 ret = ia_css_frame_init_from_info(frame, &pipe->frame_info);
95 if (frame->data_bytes > vb2_plane_size(vb, 0)) {
96 dev_err(pipe->asd->isp->dev, "Internal error frame.data_bytes(%u) > vb.length(%lu)\n",
97 frame->data_bytes, vb2_plane_size(vb, 0));
101 frame->data = hmm_create_from_vmalloc_buf(vb2_plane_size(vb, 0),
103 if (frame->data == mmgr_NULL)
253 struct ia_css_frame *frame; local
256 frame = list_first_entry_or_null(&pipe->activeq, struct ia_css_frame, queue);
257 if (frame)
373 struct ia_css_frame *frame = vb_to_frame(vb); local
428 struct ia_css_frame *frame = vb_to_frame(vb); local
[all...]
/linux-master/drivers/net/can/usb/
H A Df81604.c190 * bit7: is EFF frame.
371 struct f81604_can_frame *frame)
377 if (frame->cmd != F81604_CMD_DATA)
386 cf->len = can_cc_dlc2len(frame->dlc & F81604_DLC_LEN_MASK);
388 if (frame->dlc & F81604_DLC_EFF_BIT) {
389 cf->can_id = get_unaligned_be32(&frame->eff.id) >>
393 if (!(frame->dlc & F81604_DLC_RTR_BIT))
394 memcpy(cf->data, frame->eff.data, cf->len);
396 cf->can_id = get_unaligned_be16(&frame->sff.id) >>
399 if (!(frame
370 f81604_process_rx_packet(struct net_device *netdev, struct f81604_can_frame *frame) argument
414 struct f81604_can_frame *frame = urb->transfer_buffer; local
668 struct f81604_can_frame *frame; local
905 struct f81604_can_frame *frame; local
[all...]
/linux-master/drivers/thunderbolt/
H A Ddma_test.c30 struct ring_frame frame; member in struct:dma_test_frame
230 static void dma_test_rx_callback(struct tb_ring *ring, struct ring_frame *frame, argument
233 struct dma_test_frame *tf = container_of(frame, typeof(*tf), frame);
237 dma_unmap_single(dma_dev, tf->frame.buffer_phy, DMA_TEST_FRAME_SIZE,
250 if (tf->frame.flags & RING_DESC_CRC_ERROR)
252 if (tf->frame.flags & RING_DESC_BUFFER_OVERRUN)
288 tf->frame.buffer_phy = dma_addr;
289 tf->frame.callback = dma_test_rx_callback;
291 INIT_LIST_HEAD(&tf->frame
299 dma_test_tx_callback(struct tb_ring *ring, struct ring_frame *frame, bool canceled) argument
[all...]
/linux-master/drivers/gpu/drm/radeon/
H A Devergreen_hdmi.c213 uint8_t *frame = buffer + 3; local
216 frame[0x0] | (frame[0x1] << 8) | (frame[0x2] << 16) | (frame[0x3] << 24));
218 frame[0x4] | (frame[0x5] << 8) | (frame[0x6] << 16) | (frame[0x7] << 24));
220 frame[
[all...]
/linux-master/net/ax25/
H A Dax25_out.c113 * zero then we are not allowed to do fragmentation, even if the frame
209 * the rest of the control part of the frame and then writes it out.
213 unsigned char *frame; local
221 frame = skb_push(skb, 1);
223 *frame = AX25_I;
224 *frame |= (poll_bit) ? AX25_PF : 0;
225 *frame |= (ax25->vr << 5);
226 *frame |= (ax25->vs << 1);
228 frame = skb_push(skb, 2);
230 frame[
[all...]
/linux-master/arch/m68k/ifpsp060/
H A Dfskeleton.S72 | for enabled overflow conditions. The exception stack frame is an overflow
73 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
91 | for enabled underflow conditions. The exception stack frame is an underflow
92 | stack frame. The FP state frame holds the EXCEPTIONAL OPERAND.
109 | for enabled operand error exceptions. The exception stack frame is an operand error
110 | stack frame. The FP state frame holds the source operand of the faulting
128 | for enabled signalling NaN exceptions. The exception stack frame i
[all...]
/linux-master/arch/arc/kernel/
H A Dunwind.c895 /* Unwind to previous to frame. Returns 0 if successful, negative
897 int arc_unwind(struct unwind_frame_info *frame) argument
899 #define FRAME_REG(r, t) (((t *)frame)[reg_info[r].offs])
902 unsigned long pc = UNW_PC(frame) - frame->call_frame;
914 UNW_PC(frame), UNW_BLINK(frame), UNW_SP(frame),
915 UNW_FP(frame));
917 if (UNW_PC(frame)
[all...]
/linux-master/drivers/nfc/pn533/
H A Dpn533.h26 /* Standard pn533 frame definitions (standard and extended)*/
39 * Max extended frame payload len, excluding TFI and CC
54 /* Half start code (3), LEN (4) should be 0xffff for extended frame */
59 /* start of frame */
62 /* standard frame identifier: in/out/error */
124 struct pn533_ext_frame { /* Extended Information frame */
198 void (*tx_frame_init)(void *frame, u8 cmd_code);
199 void (*tx_frame_finish)(void *frame);
200 void (*tx_update_payload_len)(void *frame, int len);
204 bool (*rx_is_frame_valid)(void *frame, struc
[all...]
/linux-master/drivers/net/can/spi/
H A Dhi311x.c262 static void hi3110_hw_tx(struct spi_device *spi, struct can_frame *frame) argument
268 if (frame->can_id & CAN_EFF_FLAG) {
269 /* Extended frame */
270 buf[HI3110_FIFO_ID_OFF] = (frame->can_id & CAN_EFF_MASK) >> 21;
272 (((frame->can_id & CAN_EFF_MASK) >> 13) & 0xe0) |
274 (((frame->can_id & CAN_EFF_MASK) >> 15) & 0x07);
276 (frame->can_id & CAN_EFF_MASK) >> 7;
278 ((frame->can_id & CAN_EFF_MASK) << 1) |
279 ((frame->can_id & CAN_RTR_FLAG) ? 1 : 0);
281 buf[HI3110_FIFO_EXT_DLC_OFF] = frame
318 struct can_frame *frame; local
577 struct can_frame *frame; local
[all...]
/linux-master/net/rose/
H A Drose_subr.c97 * control frame.
203 unsigned char *frame; local
205 frame = skb->data;
209 switch (frame[2]) {
216 return frame[2];
221 if ((frame[2] & 0x1F) == ROSE_RR ||
222 (frame[2] & 0x1F) == ROSE_RNR) {
223 *nr = (frame[2] >> 5) & 0x07;
224 return frame[2] & 0x1F;
227 if ((frame[
[all...]
/linux-master/drivers/media/test-drivers/vimc/
H A Dvimc-streamer.c141 * From the source to the sink, gets a frame from each subdevice and send to
151 u8 *frame = NULL; local
162 frame = stream->ved_pipeline[i]->process_frame(
163 stream->ved_pipeline[i], frame);
164 if (!frame || IS_ERR(frame))
/linux-master/drivers/platform/surface/aggregator/
H A Dssh_parser.c93 * sshp_parse_frame() - Parse SSH frame.
96 * @frame: The parsed frame (output).
100 * Parses and validates a SSH frame, including its payload, from the given
101 * source. Sets the provided @frame pointer to the start of the frame and
102 * writes the limits of the frame payload to the provided @payload span
108 * If no complete SSH frame could be found, the frame pointer will be set to
112 * Return: Returns zero on success or if the frame i
117 sshp_parse_frame(const struct device *dev, const struct ssam_span *source, struct ssh_frame **frame, struct ssam_span *payload, size_t maxlen) argument
[all...]
/linux-master/Documentation/networking/
H A Dmac80211-auth-assoc-deauth.txt35 mac80211->driver: TX auth frame
36 driver->mac80211: RX auth frame
39 mac80211->driver: TX auth frame
40 driver->mac80211: RX auth frame
44 mac80211->userspace: RX auth frame
/linux-master/arch/arm/kernel/
H A Dprocess.c282 struct stackframe frame; local
286 frame.fp = thread_saved_fp(p);
287 frame.sp = thread_saved_sp(p);
288 frame.lr = 0; /* recovered from the stack */
289 frame.pc = thread_saved_pc(p);
292 if (frame.sp < stack_page ||
293 frame.sp >= stack_page + THREAD_SIZE ||
294 unwind_frame(&frame) < 0)
296 if (!in_sched_functions(frame.pc))
297 return frame
[all...]
/linux-master/drivers/clocksource/
H A Darm_arch_timer.c1486 arch_timer_mem_frame_get_cntfrq(struct arch_timer_mem_frame *frame) argument
1491 base = ioremap(frame->cntbase, frame->size);
1493 pr_err("Unable to map frame @ %pa\n", &frame->cntbase);
1507 struct arch_timer_mem_frame *frame, *best_frame = NULL; local
1522 * Try to find a virtual capable frame. Otherwise fall back to a
1523 * physical capable frame.
1529 frame = &timer_mem->frame[
1556 arch_timer_mem_frame_register(struct arch_timer_mem_frame *frame) argument
1596 struct arch_timer_mem_frame *frame; local
1613 struct arch_timer_mem_frame *frame; local
1674 struct arch_timer_mem_frame *frame; local
1701 struct arch_timer_mem_frame *frame, *best_frame = NULL; local
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_v4l2.c159 * Find the frame interval closest to the requested frame interval for the
160 * given frame format and size. This should be done by the device as part of
164 static u32 uvc_try_frame_interval(const struct uvc_frame *frame, u32 interval) argument
168 if (frame->bFrameIntervalType) {
171 for (i = 0; i < frame->bFrameIntervalType; ++i) {
172 dist = interval > frame->dwFrameInterval[i]
173 ? interval - frame->dwFrameInterval[i]
174 : frame->dwFrameInterval[i] - interval;
182 interval = frame
196 uvc_v4l2_get_bytesperline(const struct uvc_format *format, const struct uvc_frame *frame) argument
217 const struct uvc_frame *frame = NULL; local
368 const struct uvc_frame *frame; local
403 const struct uvc_frame *frame; local
470 const struct uvc_frame *frame; local
1254 const struct uvc_frame *frame = NULL; local
1294 const struct uvc_frame *frame = NULL; local
[all...]
/linux-master/drivers/staging/media/atomisp/pci/runtime/debug/src/
H A Dia_css_debug.c306 assert(!"Unknown frame format");
307 return "unknown-frame-format";
455 void ia_css_debug_frame_print(const struct ia_css_frame *frame, argument
460 assert(frame);
463 data = (char *)HOST_ADDRESS(frame->data);
464 ia_css_debug_dtrace(2, "frame %s (%p):\n", descr, frame);
466 frame->frame_info.res.width, frame->frame_info.res.height);
468 frame
1081 ia_css_debug_pipe_graph_dump_frame( const struct ia_css_frame *frame, enum ia_css_pipe_id id, char const *blob_name, char const *frame_name, bool in_frame) argument
[all...]
/linux-master/arch/powerpc/kernel/
H A Dsignal_64.c51 * frame for the signal handler.
106 * Set up the sigcontext for the signal frame.
144 /* set MSR_VEC in the MSR value in the frame to indicate that sc->v_reg)
173 /* set MSR_VSX in the MSR value in the frame to
260 /* set MSR_VEC in the MSR value in the frame to indicate
307 /* set MSR_VSX in the MSR value in the frame to
331 * Restore the sigcontext from the signal frame.
434 * Restore the two sigcontexts from the frame of a transactional processes.
765 * signal frame, this includes any transactional state created
860 struct rt_sigframe __user *frame; local
[all...]
/linux-master/sound/oss/dmasound/
H A Ddmasound_q40.c63 u_char frame[], ssize_t *frameUsed,
68 u_char *p = (u_char *) &frame[*frameUsed];
84 u_char frame[], ssize_t *frameUsed,
88 u_char *p = (u_char *) &frame[*frameUsed];
103 u_char frame[], ssize_t *frameUsed,
107 u_char *p = (u_char *) &frame[*frameUsed];
119 u_char frame[], ssize_t *frameUsed,
125 u_char *p = (u_char *) &frame[*frameUsed];
157 u_char frame[], ssize_t *frameUsed,
160 u_char *p = (u_char *) &frame[*frameUse
62 q40_ct_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
83 q40_ct_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
102 q40_ct_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
118 q40_ctx_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
156 q40_ctx_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
193 q40_ctx_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
228 q40_ctc_law(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
269 q40_ctc_s8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
308 q40_ctc_u8(const u_char __user *userPtr, size_t userCount, u_char frame[], ssize_t *frameUsed, ssize_t frameLeft) argument
[all...]
/linux-master/drivers/net/wireless/st/cw1200/
H A Dscan.c57 struct wsm_template_frame frame = { local
78 frame.skb = ieee80211_probereq_get(hw, priv->vif->addr, NULL, 0,
80 if (!frame.skb)
84 skb_put_data(frame.skb, req->ie, req->ie_len);
90 ret = wsm_set_template_frame(priv, &frame);
98 dev_kfree_skb(frame.skb);
121 dev_kfree_skb(frame.skb);
360 struct wsm_template_frame frame = { local
396 &frame.skb, &txpriv)) {
402 wsm = (struct wsm_tx *)frame
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_lspcon.c386 const u8 *frame,
394 * Token byte (first byte of first frame, must be non-zero)
407 memcpy(&avi_if[1], frame, len);
478 const void *frame, ssize_t len)
489 frame, len);
492 frame, len);
497 hsw_write_infoframe(encoder, crtc_state, type, frame, len);
512 void *frame, ssize_t len)
517 frame, len);
526 union hdmi_infoframe frame; local
385 _lspcon_write_avi_infoframe_parade(struct drm_dp_aux *aux, const u8 *frame, ssize_t len) argument
475 lspcon_write_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, const void *frame, ssize_t len) argument
509 lspcon_read_infoframe(struct intel_encoder *encoder, const struct intel_crtc_state *crtc_state, unsigned int type, void *frame, ssize_t len) argument
[all...]

Completed in 257 milliseconds

1234567891011>>