Home
last modified time | relevance | path

Searched refs:last_frame (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-5.10/arch/x86/kernel/
H A Dunwind_frame.c80 static inline unsigned long *last_frame(struct unwind_state *state) in last_frame() function
87 return state->bp == last_frame(state); in is_last_frame()
98 return last_frame(state) - GCC_REALIGN_WORDS; in last_aligned_frame()
103 unsigned long *last_bp = last_frame(state); in is_last_aligned_frame()
134 unsigned long *last_bp = last_frame(state); in is_last_ftrace_frame()
/kernel/linux/linux-6.6/arch/x86/kernel/
H A Dunwind_frame.c80 static inline unsigned long *last_frame(struct unwind_state *state) in last_frame() function
87 return state->bp == last_frame(state); in is_last_frame()
98 return last_frame(state) - GCC_REALIGN_WORDS; in last_aligned_frame()
103 unsigned long *last_bp = last_frame(state); in is_last_aligned_frame()
134 unsigned long *last_bp = last_frame(state); in is_last_ftrace_frame()
/kernel/linux/linux-5.10/sound/usb/line6/
H A Dpcm.h133 int last_frame; member
H A Dcapture.c152 line6pcm->in.last_frame = urb->start_frame; in audio_in_callback()
/kernel/linux/linux-6.6/sound/usb/line6/
H A Dpcm.h133 int last_frame; member
/kernel/linux/linux-5.10/drivers/media/usb/zr364xx/
H A Dzr364xx.c173 int last_frame; member
484 unsigned long last_frame; in zr364xx_fillbuff() local
489 last_frame = cam->last_frame; in zr364xx_fillbuff()
490 if (last_frame != -1) { in zr364xx_fillbuff()
491 tmpbuf = (const char *)cam->buffer.frame[last_frame].lpvbits; in zr364xx_fillbuff()
500 cam->last_frame = -1; in zr364xx_fillbuff()
633 cam->last_frame = cam->cur_frame; in zr364xx_read_video_callback()
1076 cam->last_frame = -1; in zr364xx_start_acquire()
1109 cam->last_frame in zr364xx_prepare()
[all...]
/kernel/linux/linux-5.10/drivers/usb/c67x00/
H A Dc67x00-hcd.h84 u16 last_frame; member
/kernel/linux/linux-6.6/drivers/usb/c67x00/
H A Dc67x00-hcd.h84 u16 last_frame; member
/kernel/linux/linux-5.10/drivers/target/tcm_fc/
H A Dtfc_io.c256 goto last_frame; in ft_recv_write_data()
315 last_frame: in ft_recv_write_data()
/kernel/linux/linux-6.6/drivers/target/tcm_fc/
H A Dtfc_io.c255 goto last_frame; in ft_recv_write_data()
314 last_frame: in ft_recv_write_data()
/kernel/linux/linux-5.10/drivers/media/usb/s2255/
H A Ds2255drv.c219 int last_frame; member
598 unsigned long last_frame; in s2255_fillbuff() local
603 last_frame = vc->last_frame; in s2255_fillbuff()
604 if (last_frame != -1) { in s2255_fillbuff()
606 (const char *)vc->buffer.frame[last_frame].lpvbits; in s2255_fillbuff()
630 vc->last_frame = -1; in s2255_fillbuff()
1068 vc->last_frame = -1; in start_streaming()
1832 vc->last_frame = vc->cur_frame; in save_frame()
1954 vc->last_frame in s2255_create_sys_buffers()
[all...]
/kernel/linux/linux-6.6/drivers/media/usb/s2255/
H A Ds2255drv.c219 int last_frame; member
598 unsigned long last_frame; in s2255_fillbuff() local
603 last_frame = vc->last_frame; in s2255_fillbuff()
604 if (last_frame != -1) { in s2255_fillbuff()
606 (const char *)vc->buffer.frame[last_frame].lpvbits; in s2255_fillbuff()
630 vc->last_frame = -1; in s2255_fillbuff()
1066 vc->last_frame = -1; in start_streaming()
1830 vc->last_frame = vc->cur_frame; in save_frame()
1952 vc->last_frame in s2255_create_sys_buffers()
[all...]
/kernel/linux/linux-5.10/drivers/media/platform/s5p-mfc/
H A Ds5p_mfc_opr_v5.c1080 enum s5p_mfc_decode_arg last_frame) in s5p_mfc_decode_one_frame_v5()
1089 switch (last_frame) { in s5p_mfc_decode_one_frame_v5()
1160 static int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx, int last_frame) in s5p_mfc_run_dec_frame() argument
1166 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()
1169 s5p_mfc_decode_one_frame_v5(ctx, last_frame); in s5p_mfc_run_dec_frame()
1186 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()
1190 s5p_mfc_decode_one_frame_v5(ctx, last_frame); in s5p_mfc_run_dec_frame()
1079 s5p_mfc_decode_one_frame_v5(struct s5p_mfc_ctx *ctx, enum s5p_mfc_decode_arg last_frame) s5p_mfc_decode_one_frame_v5() argument
H A Ds5p_mfc_opr_v6.c1673 enum s5p_mfc_decode_arg last_frame) in s5p_mfc_decode_one_frame_v6()
1684 switch (last_frame) { in s5p_mfc_decode_one_frame_v6()
1795 int last_frame = 0; in s5p_mfc_run_dec_frame() local
1798 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()
1802 s5p_mfc_decode_one_frame_v6(ctx, last_frame); in s5p_mfc_run_dec_frame()
1821 last_frame = 1; in s5p_mfc_run_dec_frame()
1825 s5p_mfc_decode_one_frame_v6(ctx, last_frame); in s5p_mfc_run_dec_frame()
1672 s5p_mfc_decode_one_frame_v6(struct s5p_mfc_ctx *ctx, enum s5p_mfc_decode_arg last_frame) s5p_mfc_decode_one_frame_v6() argument
/kernel/linux/linux-6.6/drivers/media/platform/samsung/s5p-mfc/
H A Ds5p_mfc_opr_v5.c1080 enum s5p_mfc_decode_arg last_frame) in s5p_mfc_decode_one_frame_v5()
1089 switch (last_frame) { in s5p_mfc_decode_one_frame_v5()
1160 static int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx, int last_frame) in s5p_mfc_run_dec_frame() argument
1166 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()
1169 s5p_mfc_decode_one_frame_v5(ctx, last_frame); in s5p_mfc_run_dec_frame()
1186 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()
1190 s5p_mfc_decode_one_frame_v5(ctx, last_frame); in s5p_mfc_run_dec_frame()
1079 s5p_mfc_decode_one_frame_v5(struct s5p_mfc_ctx *ctx, enum s5p_mfc_decode_arg last_frame) s5p_mfc_decode_one_frame_v5() argument
H A Ds5p_mfc_opr_v6.c1673 enum s5p_mfc_decode_arg last_frame) in s5p_mfc_decode_one_frame_v6()
1684 switch (last_frame) { in s5p_mfc_decode_one_frame_v6()
1795 int last_frame = 0; in s5p_mfc_run_dec_frame() local
1798 last_frame = MFC_DEC_LAST_FRAME; in s5p_mfc_run_dec_frame()
1802 s5p_mfc_decode_one_frame_v6(ctx, last_frame); in s5p_mfc_run_dec_frame()
1821 last_frame = 1; in s5p_mfc_run_dec_frame()
1825 s5p_mfc_decode_one_frame_v6(ctx, last_frame); in s5p_mfc_run_dec_frame()
1672 s5p_mfc_decode_one_frame_v6(struct s5p_mfc_ctx *ctx, enum s5p_mfc_decode_arg last_frame) s5p_mfc_decode_one_frame_v6() argument
/kernel/linux/linux-5.10/include/uapi/drm/
H A Dr128_drm.h167 unsigned int last_frame; member
H A Dmga_drm.h218 drm_mga_age_t last_frame; member
/kernel/linux/patches/linux-4.19/prebuilts/usr/include/drm/
H A Dmga_drm.h127 drm_mga_age_t last_frame; member
H A Dr128_drm.h95 unsigned int last_frame; member
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/drm/
H A Dmga_drm.h133 drm_mga_age_t last_frame; member
H A Dr128_drm.h99 unsigned int last_frame; member
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/drm/
H A Dmga_drm.h133 drm_mga_age_t last_frame; member
H A Dr128_drm.h99 unsigned int last_frame; member
/kernel/linux/linux-5.10/drivers/gpu/drm/r128/
H A Dr128_state.c520 dev_priv->sarea_priv->last_frame++; in r128_cce_dispatch_swap()
525 OUT_RING(dev_priv->sarea_priv->last_frame); in r128_cce_dispatch_swap()
559 dev_priv->sarea_priv->last_frame++; in r128_cce_dispatch_flip()
566 OUT_RING(dev_priv->sarea_priv->last_frame); in r128_cce_dispatch_flip()

Completed in 29 milliseconds

12