Searched refs:frame (Results 201 - 225 of 747) sorted by relevance

1234567891011>>

/linux-master/drivers/nfc/pn544/
H A Di2c.c289 * Writing a frame must not return the number of written bytes.
306 I2C_DUMP_SKB("i2c frame written", skb);
348 * Reads an shdlc frame and returns it in a newly allocated sk_buff. Guarantees
349 * that i2c bus will be flushed and that next read will start on a new frame.
353 * -EBADMSG : frame was incorrect and discarded
354 * -ENOMEM : cannot allocate skb, frame dropped
390 I2C_DUMP_SKB("i2c frame read", *skb);
465 * Reads an shdlc frame from the chip. This is not as straightforward as it
466 * seems. There are cases where we could loose the frame start synchronization.
467 * The frame forma
561 u8 frame[PN544_FW_I2C_MAX_PAYLOAD]; local
602 struct pn544_i2c_fw_frame_check frame; local
[all...]
/linux-master/drivers/usb/host/
H A Duhci-q.c116 td->frame = -1;
153 * We insert Isochronous URBs directly into the frame list at the beginning
160 td->frame = framenum;
175 td->link = uhci->frame[framenum];
177 uhci->frame[framenum] = LINK_TO_TD(uhci, td);
186 if (td->frame == -1) {
191 if (uhci->frame_cpu[td->frame] == td) {
193 uhci->frame[td->frame] = td->link;
194 uhci->frame_cpu[td->frame]
1259 unsigned frame, next; local
1320 urb, frame, local
[all...]
H A Duhci-hcd.c97 * Calculate the link pointer DMA value for the first Skeleton QH in a frame.
99 static __hc32 uhci_frame_skel_link(struct uhci_hcd *uhci, int frame) argument
106 * to occur in every frame. But we can schedule period-2 interrupts
108 * to 2 (mod 4), and so on. This way each frame only has two
118 skelnum = 8 - (int) __ffs(frame | UHCI_NUMFRAMES);
159 /* The current frame may already be partway finished */
252 /* Set the frame length to the default: 1 ms exactly */
255 /* Store the frame list base address */
258 /* Set the current frame number */
356 * we will give the controller one frame t
[all...]
/linux-master/lib/zstd/decompress/
H A Dzstd_decompress_block.c1326 const int frame)
1339 (void)frame;
1427 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1456 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1493 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1543 const int frame)
1556 (void)frame;
1595 if (frame) ZSTD_assertValidSequence(dctx, op, oend, sequence, prefixStart, vBase);
1631 const int frame)
1633 return ZSTD_decompressSequences_body(dctx, dst, maxDstSize, seqStart, seqSize, nbSeq, isLongOffset, frame);
1322 ZSTD_decompressSequences_bodySplitLitBuffer( ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1539 ZSTD_decompressSequences_body(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1627 ZSTD_decompressSequences_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1637 ZSTD_decompressSequencesSplitLitBuffer_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1667 ZSTD_decompressSequencesLong_body( ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1834 ZSTD_decompressSequencesLong_default(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1851 ZSTD_decompressSequences_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1861 ZSTD_decompressSequencesSplitLitBuffer_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1873 ZSTD_decompressSequencesLong_bmi2(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1894 ZSTD_decompressSequences(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1908 ZSTD_decompressSequencesSplitLitBuffer(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1931 ZSTD_decompressSequencesLong(ZSTD_DCtx* dctx, void* dst, size_t maxDstSize, const void* seqStart, size_t seqSize, int nbSeq, const ZSTD_longOffset_e isLongOffset, const int frame) argument
1978 ZSTD_decompressBlock_internal(ZSTD_DCtx* dctx, void* dst, size_t dstCapacity, const void* src, size_t srcSize, const int frame, const streaming_operation streaming) argument
[all...]
/linux-master/arch/loongarch/kernel/
H A Dsignal.c932 struct rt_sigframe __user *frame; local
935 frame = (struct rt_sigframe __user *)regs->regs[3];
936 if (!access_ok(frame, sizeof(*frame)))
938 if (__copy_from_user(&set, &frame->rs_uctx.uc_sigmask, sizeof(set)))
943 sig = restore_sigcontext(regs, &frame->rs_uctx.uc_mcontext);
950 if (restore_altstack(&frame->rs_uctx.uc_stack))
965 struct rt_sigframe __user *frame; local
967 frame = get_sigframe(ksig, regs, &extctx);
968 if (!access_ok(frame, sizeo
[all...]
/linux-master/drivers/media/usb/uvc/
H A Duvc_driver.c230 struct uvc_frame *frame; local
343 /* Create a dummy frame descriptor. */
344 frame = &frames[0];
345 memset(frame, 0, sizeof(*frame));
346 frame->bFrameIntervalType = 1;
347 frame->dwDefaultFrameInterval = 1;
348 frame->dwFrameInterval = *intervals;
370 * Parse the frame descriptors. Only uncompressed, MJPEG and frame
514 struct uvc_frame *frame; local
[all...]
/linux-master/arch/microblaze/lib/
H A Dmulsi3.S16 .frame r1, 0, r15
/linux-master/drivers/media/pci/cx18/
H A Dcx18-vbi.c45 int idx = cx->vbi.frame % CX18_VBI_FRAMES;
93 after the frame. Returns new compressed size. */
207 * Write the frame # at the last 4 bytes of the frame
210 memcpy(p, &cx->vbi.frame, 4);
211 cx->vbi.frame++;
234 cx->vbi.frame++;
248 * Every buffer hooked to the MDL's buf_list is a complete VBI frame
/linux-master/include/media/
H A Dv4l2-jpeg.h34 * struct v4l2_jpeg_frame_component_spec - frame component-specification
48 * struct v4l2_jpeg_frame_header - JPEG frame header
110 * @sof: pointer to frame header and size
116 * @frame: parsed frame header
137 struct v4l2_jpeg_frame_header frame; member in struct:v4l2_jpeg_header
/linux-master/drivers/media/platform/st/sti/delta/
H A Ddelta.h52 * @dpb: number of frames needed to decode a single frame
54 * @crop: cropping window inside decoded frame (1920x1080@0,0
55 * inside 1920x1088 frame for ex.)
92 * @list: V4L2 m2m list that the frame belongs to
112 * struct delta_frameinfo - information about decoded frame
116 * @width: width of frame
117 * @height: height of frame
118 * @aligned_width: width of frame (with encoder or decoder alignment
120 * @aligned_height: height of frame (with encoder or decoder alignment
123 * @crop: cropping window inside frame (192
[all...]
/linux-master/arch/x86/kernel/
H A Drethook.c97 * arch_rethook_trampoline() skips updating frame pointer. The frame pointer
99 * function's frame pointer. Thus the arch_rethook_trampoline() doesn't have
100 * a standard stack frame with CONFIG_FRAME_POINTER=y.
122 rh->frame = regs->sp;
H A Dprocess.c50 #include <asm/frame.h>
164 struct inactive_task_frame *frame; local
172 frame = &fork_frame->frame;
174 frame->bp = encode_frame_pointer(childregs);
175 frame->ret_addr = (unsigned long) ret_from_fork_asm;
198 * does not have this initialization as the frame does not contain
202 frame->flags = X86_EFLAGS_FIXED;
220 kthread_frame_init(frame, args->fn, args->fn_arg);
230 frame
[all...]
/linux-master/drivers/net/wireless/intel/iwlwifi/fw/api/
H A Dtdls.h43 * struct iwl_tdls_channel_switch_frame - TDLS channel switch frame template
45 * A template representing a TDLS channel-switch request or response frame
48 * @tx_cmd: Tx parameters for the frame
49 * @data: frame data
61 * @frame: channel-switch request/response template, depending to switch_type
65 struct iwl_tdls_channel_switch_frame frame; member in struct:iwl_tdls_channel_switch_cmd_tail
/linux-master/include/clocksource/
H A Darm_arch_timer.h83 struct arch_timer_mem_frame frame[ARCH_TIMER_MEM_MAX_FRAMES]; member in struct:arch_timer_mem
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_hdmi.h48 union hdmi_infoframe *frame);
/linux-master/arch/alpha/lib/
H A Dstrncpy.S24 .frame $30, 0, $26
H A Dmemset.S30 .frame $30,0,$26,0
H A Dstrncat.S20 .frame $30, 0, $26
/linux-master/drivers/gpu/drm/vkms/
H A Dvkms_crtc.c37 u64 frame = drm_crtc_accurate_vblank_count(crtc); local
44 state->frame_start = frame;
47 state->frame_start, frame);
48 state->frame_end = frame;
111 * timestampe by one frame.
/linux-master/net/hsr/
H A Dhsr_main.h27 /* By how much may slave1 and slave2 timestamps of latest received frame from
170 /* format and send supervision frame */
174 bool (*drop_frame)(struct hsr_frame_info *frame, struct hsr_port *port);
175 struct sk_buff * (*get_untagged_frame)(struct hsr_frame_info *frame,
177 struct sk_buff * (*create_tagged_frame)(struct hsr_frame_info *frame,
180 struct hsr_frame_info *frame);
196 struct timer_list announce_timer; /* Supervision frame dispatch */
226 /* Caller must ensure skb is a valid HSR frame */
/linux-master/arch/arm/include/asm/
H A Dtraps.h34 unsigned long frame, const char *loglvl);
/linux-master/drivers/input/
H A Dinput-mt.c34 * frame synchronization.
94 mt->frame = 1;
146 slot->frame = mt->frame;
275 * input_mt_drop_unused() - Inactivate slots not seen in this frame
290 mt->frame++;
311 mt->frame++;
318 mt->frame++;
323 * input_mt_sync_frame() - synchronize mt frame
326 * Close the frame an
[all...]
/linux-master/arch/xtensa/kernel/
H A Dtraps.c526 * This function dumps the current valid window frame and other base registers.
551 static int show_trace_cb(struct stackframe *frame, void *data) argument
555 if (kernel_text_address(frame->pc))
557 loglvl, frame->pc, (void *)frame->pc);
583 static int show_stack_fragment_cb(struct stackframe *frame, void *data) argument
593 if (frame && frame->sp == (unsigned long)(sf->sp + sf->off))
/linux-master/arch/m68k/kernel/
H A Dentry.S94 | [gap] [switch_stack] [pt_regs] [exception frame]
101 | [replacement exception frame]
106 | stack contents now is just [syscall return address] [pt_regs] [frame]
114 movel %sp,%sp@- | stack frame pointer argument
122 movel %sp,%sp@- | stack frame pointer argument
153 movel %sp,%sp@- /* stack frame pointer argument */
160 /* save top of frame */
208 | save top of frame
257 | save top of frame
/linux-master/drivers/staging/media/atomisp/pci/
H A Dsh_css_sp.c71 /* true if SP supports frame loop and host2sp_commands */
77 set_output_frame_buffer(const struct ia_css_frame *frame,
92 /* This data is stored every frame */
134 /* Clear for next frame */
527 set_input_frame_buffer(const struct ia_css_frame *frame) argument
529 if (!frame)
532 switch (frame->frame_info.format) {
551 sh_css_copy_frame_to_spframe(&sh_css_sp_stage.frames.in, frame);
557 set_output_frame_buffer(const struct ia_css_frame *frame, argument
560 if (!frame)
599 set_view_finder_buffer(const struct ia_css_frame *frame) argument
1389 sh_css_update_host2sp_offline_frame( unsigned int frame_num, struct ia_css_frame *frame, struct ia_css_metadata *metadata) argument
1420 sh_css_update_host2sp_mipi_frame( unsigned int frame_num, struct ia_css_frame *frame) argument
[all...]

Completed in 248 milliseconds

1234567891011>>