Searched refs:frame (Results 451 - 475 of 755) sorted by relevance

<<11121314151617181920>>

/linux-master/arch/alpha/lib/
H A Dstrrchr.S19 .frame sp, 0, ra
H A Dev6-clear_user.S47 .frame $30, 0, $26
H A Dev67-strrchr.S32 .frame sp, 0, ra
H A Dmemchr.S41 .frame $30,0,$26,0
H A Dev6-memchr.S39 .frame $30,0,$26,0
H A Dev6-csum_ipv6_magic.S60 .frame $30,0,$26,0
/linux-master/drivers/gpu/drm/tiny/
H A Dgm12u320.c99 int frame; member in struct:gm12u320_device::__anon41
344 block | (gm12u320->fb_update.frame << 7);
385 gm12u320->fb_update.frame = !gm12u320->fb_update.frame;
388 * We must draw a frame every 2s otherwise the projector
/linux-master/arch/x86/kernel/
H A Dftrace_64.S14 #include <asm/frame.h>
23 /* No need to save a stack frame */
33 * and is done before the function's stack frame is set up.
62 * Stack traces will stop at the ftrace trampoline if the frame pointer
63 * is not set up properly. If fentry is used, we need to save a frame
65 * fentry is called before the stack frame is set up, where as mcount
119 /* ftrace_regs_caller or frame pointers require this */
/linux-master/arch/x86/crypto/
H A Dsha512-avx-asm.S74 # Local variables (stack frame)
87 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even
98 # Message Schedule (stack frame)
101 # W[t]+K[t] (stack frame)
H A Dsha512-ssse3-asm.S74 # Local variables (stack frame)
85 # WK_2(t) points to 1 of 2 qwords at frame.WK depending on t being odd/even
96 # Message Schedule (stack frame)
99 # W[t]+K[t] (stack frame)
/linux-master/drivers/staging/media/imx/
H A Dimx-media-capture.c224 * the written frame contains padding to the right.
747 struct imx_media_buffer *frame; local
759 list_for_each_entry_safe(frame, tmp, &priv->ready_q, list) {
760 list_del(&frame->list);
761 vb2_buffer_done(&frame->vbuf.vb2_buf, VB2_BUF_STATE_ERROR);
/linux-master/drivers/mmc/core/
H A Dsdio_uart.c58 __u32 frame; member in struct:uart_icount
375 port->icount.frame++;
957 if (port->icount.frame)
959 port->icount.frame);
/linux-master/arch/x86/kernel/acpi/
H A Dwakeup_64.S10 #include <asm/frame.h>
/linux-master/drivers/net/wireless/broadcom/b43/
H A Dpio.c353 const char *frame = pack->skb->data; local
363 /* Transfer the frame data. */
364 ctl = tx_write_2byte_queue(q, ctl, frame, frame_len);
423 const char *frame = pack->skb->data; local
433 /* Transfer the frame data. */
434 ctl = tx_write_4byte_queue(q, ctl, frame, frame_len);
467 * mcast frame, so it can clear the more-data bit in it. */
502 /* Set the frame More-Data bit. Ucode will clear it
503 * for us on the last frame. */
506 /* Decide by priority where to put this frame
[all...]
/linux-master/arch/x86/xen/
H A Dxen-asm.S16 #include <asm/frame.h>
181 * Xen64 iret frame:
187 * rip <-- standard iret frame
206 * leave the IRET frame below %rsp, which is dangerous to be corrupted if #NMI
208 * frame at the same address is useless.
226 * - an iret-like stack frame on the stack (including rcx and r11):
/linux-master/drivers/gpu/drm/radeon/
H A Dradeon_audio.c457 struct hdmi_avi_infoframe frame; local
463 err = drm_hdmi_avi_infoframe_from_display_mode(&frame, connector, mode);
470 drm_hdmi_avi_infoframe_quant_range(&frame, connector, mode,
476 err = hdmi_avi_infoframe_pack(&frame, buffer, sizeof(buffer));
/linux-master/drivers/media/platform/mediatek/mdp3/
H A Dmtk-mdp3-comp.h265 const struct img_ipi_frameparam *frame);
H A Dmdp_sm_mt8195.h256 struct img_comp_frame_8195 frame; member in struct:img_compparam_8195
H A Dmtk-mdp3-cmdq.c41 dis_output = CFG_COMP(MT8183, param, frame.output_disable);
42 dis_tile = CFG_COMP(MT8183, param, frame.output_disable);
45 dis_output = CFG_COMP(MT8195, param, frame.output_disable);
46 dis_tile = CFG_COMP(MT8195, param, frame.output_disable);
331 /* Config sub-frame information */
367 /* Advance to the next sub-frame */
411 /* Config path frame */
426 /* Config frame mode */
/linux-master/arch/x86/lib/
H A Dretpoline.S13 #include <asm/frame.h>
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_cmd.h52 void atomisp_buffer_done(struct ia_css_frame *frame, enum vb2_buffer_state state);
/linux-master/arch/arm64/kernel/vdso32/
H A DMakefile87 # Compile as THUMB2 or ARM. Unwinding via frame-pointers in THUMB2 is
90 VDSO_CFLAGS += -mthumb -fomit-frame-pointer
/linux-master/arch/mips/crypto/
H A Dpoly1305-mips.pl121 .frame $sp,0,$ra
248 .frame $sp,8*8,$ra
254 .frame $sp,6*8,$ra
454 .frame $sp,0,$ra
593 .frame $sp,0,$ra
745 .frame $sp,16*4,$ra
1160 .frame $sp,0,$ra
/linux-master/drivers/net/fddi/
H A Ddefza.c462 /* First descriptor carries frame length; we don't use cut-through. */
679 struct fza_fddihdr *frame; local
700 frame = (struct fza_fddihdr *)skb->data;
705 ((u8 *)&frame->hdr.fc - (u8 *)frame),
706 sizeof(frame->hdr.fc),
708 fc = frame->hdr.fc;
748 is_multi = ((frame->hdr.daddr[0] & 0x01) != 0);
831 /* Queue the frame to the RMC transmit ring. */
1119 * transmit ring. We disable them while queueing a frame
[all...]
/linux-master/drivers/net/fddi/skfp/
H A Dskfddi.c113 static void CheckSourceAddress(unsigned char *frame, unsigned char *hw_addr);
396 // Allocate invalid frame
806 * Enable/Disable LLC frame promiscuous mode reception
1117 int frame_status; // HWM tx frame status.
1133 // Check if the frame may/must be sent as a synchronous frame.
1136 // It's an LLC frame.
1143 // Send as sync. frame.
1152 // Unable to send the frame.
1170 } // if (unable to send frame)
1208 CheckSourceAddress(unsigned char *frame, unsigned char *hw_addr) argument
[all...]

Completed in 404 milliseconds

<<11121314151617181920>>