Symbol: last_frame
arch/x86/kernel/unwind_frame.c
103
unsigned long *last_bp = last_frame(state);
arch/x86/kernel/unwind_frame.c
134
unsigned long *last_bp = last_frame(state);
arch/x86/kernel/unwind_frame.c
87
return state->bp == last_frame(state);
arch/x86/kernel/unwind_frame.c
98
return last_frame(state) - GCC_REALIGN_WORDS;
drivers/media/pci/ivtv/ivtv-yuv.c
978
u8 last_frame = (u8)(frame - 1) % IVTV_YUV_BUFFERS;
drivers/media/pci/ivtv/ivtv-yuv.c
980
struct yuv_frame_info *of = &yi->new_frame_info[last_frame];
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1082
enum s5p_mfc_decode_arg last_frame)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1091
switch (last_frame) {
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1162
static int s5p_mfc_run_dec_frame(struct s5p_mfc_ctx *ctx, int last_frame)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1168
last_frame = MFC_DEC_LAST_FRAME;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1171
s5p_mfc_decode_one_frame_v5(ctx, last_frame);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1188
last_frame = MFC_DEC_LAST_FRAME;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v5.c
1192
s5p_mfc_decode_one_frame_v5(ctx, last_frame);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1831
enum s5p_mfc_decode_arg last_frame)
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1842
switch (last_frame) {
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1956
int last_frame = 0;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1959
last_frame = MFC_DEC_LAST_FRAME;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1963
s5p_mfc_decode_one_frame_v6(ctx, last_frame);
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1982
last_frame = 1;
drivers/media/platform/samsung/s5p-mfc/s5p_mfc_opr_v6.c
1986
s5p_mfc_decode_one_frame_v6(ctx, last_frame);
drivers/media/usb/s2255/s2255drv.c
1064
vc->last_frame = -1;
drivers/media/usb/s2255/s2255drv.c
1828
vc->last_frame = vc->cur_frame;
drivers/media/usb/s2255/s2255drv.c
1951
vc->last_frame = -1;
drivers/media/usb/s2255/s2255drv.c
2122
vc->last_frame = -1;
drivers/media/usb/s2255/s2255drv.c
219
int last_frame;
drivers/media/usb/s2255/s2255drv.c
598
unsigned long last_frame;
drivers/media/usb/s2255/s2255drv.c
603
last_frame = vc->last_frame;
drivers/media/usb/s2255/s2255drv.c
604
if (last_frame != -1) {
drivers/media/usb/s2255/s2255drv.c
606
(const char *)vc->buffer.frame[last_frame].lpvbits;
drivers/media/usb/s2255/s2255drv.c
630
vc->last_frame = -1;
drivers/target/tcm_fc/tfc_io.c
255
goto last_frame;
drivers/target/tcm_fc/tfc_io.c
314
last_frame:
drivers/usb/c67x00/c67x00-hcd.h
84
u16 last_frame;
drivers/usb/c67x00/c67x00-sched.c
1105
if (c67x00->current_frame == c67x00->last_frame)
drivers/usb/c67x00/c67x00-sched.c
1107
c67x00->last_frame = c67x00->current_frame;
include/uapi/drm/radeon_drm.h
452
unsigned int last_frame;
sound/usb/line6/capture.c
150
line6pcm->in.last_frame = urb->start_frame;
sound/usb/line6/pcm.h
133
int last_frame;
sound/usb/line6/playback.c
317
line6pcm->out.last_frame = urb->start_frame;