| /OK3568_Linux_fs/kernel/arch/parisc/kernel/ |
| H A D | unwind.c | 442 int unwind_once(struct unwind_frame_info *next_frame) in unwind_once() argument 444 unwind_frame_regs(next_frame); in unwind_once() 446 if (next_frame->prev_sp == 0 || in unwind_once() 447 next_frame->prev_ip == 0) in unwind_once() 450 next_frame->sp = next_frame->prev_sp; in unwind_once() 451 next_frame->ip = next_frame->prev_ip; in unwind_once() 452 next_frame->prev_sp = 0; in unwind_once() 453 next_frame->prev_ip = 0; in unwind_once() 456 next_frame->t ? (int)next_frame->t->pid : -1, in unwind_once() 457 next_frame->sp, next_frame->ip); in unwind_once()
|
| /OK3568_Linux_fs/kernel/drivers/net/ethernet/8390/ |
| H A D | lib8390.c | 664 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local 705 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive() 710 if (rx_frame.next != next_frame && in ei_receive() 711 rx_frame.next != next_frame + 1 && in ei_receive() 712 rx_frame.next != next_frame - num_rx_pages && in ei_receive() 713 rx_frame.next != next_frame + 1 - num_rx_pages) { in ei_receive() 759 next_frame = rx_frame.next; in ei_receive() 762 if (next_frame >= ei_local->stop_page) { in ei_receive() 764 next_frame); in ei_receive() 765 next_frame = ei_local->rx_start_page; in ei_receive() [all …]
|
| H A D | axnet_cs.c | 1342 unsigned char rxing_page, this_frame, next_frame; in ei_receive() local 1380 next_frame = this_frame + 1 + ((pkt_len+4)>>8); in ei_receive() 1428 next_frame = rx_frame.next; in ei_receive() 1431 if (next_frame >= ei_local->stop_page) { in ei_receive() 1433 next_frame); in ei_receive() 1434 next_frame = ei_local->rx_start_page; in ei_receive() 1436 ei_local->current_page = next_frame; in ei_receive() 1437 outb_p(next_frame-1, e8390_base+EN0_BOUNDARY); in ei_receive()
|
| /OK3568_Linux_fs/kernel/arch/ia64/oprofile/ |
| H A D | backtrace.c | 44 static __inline__ int next_frame(ia64_backtrace_t *bt) in next_frame() function 88 if (!next_frame(bt)) in do_ia64_backtrace() 93 while (bt->depth-- && next_frame(bt)) { in do_ia64_backtrace()
|
| /OK3568_Linux_fs/kernel/arch/x86/oprofile/ |
| H A D | backtrace.c | 34 fp = (struct stack_frame_ia32 *) compat_ptr(bufhead[0].next_frame); in dump_user_backtrace_32() 84 if (head >= bufhead[0].next_frame) in dump_user_backtrace() 87 return bufhead[0].next_frame; in dump_user_backtrace()
|
| /OK3568_Linux_fs/kernel/drivers/usb/c67x00/ |
| H A D | c67x00-sched.c | 34 u16 next_frame; /* For int/isoc transactions */ member 242 if (frame_after(c67x00->current_frame, ep_data->next_frame)) in c67x00_ep_data_alloc() 243 ep_data->next_frame = in c67x00_ep_data_alloc() 263 ep_data->next_frame = frame_add(c67x00->current_frame, 1); in c67x00_ep_data_alloc() 402 urb->start_frame = urbp->ep_data->next_frame; in c67x00_urb_enqueue() 734 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_int_urb() 735 urbp->ep_data->next_frame = in c67x00_add_int_urb() 736 frame_add(urbp->ep_data->next_frame, urb->interval); in c67x00_add_int_urb() 746 if (frame_after_eq(c67x00->current_frame, urbp->ep_data->next_frame)) { in c67x00_add_iso_urb() 768 urbp->ep_data->next_frame = in c67x00_add_iso_urb() [all …]
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/ |
| H A D | stacktrace.h | 96 struct stack_frame *next_frame; member 101 u32 next_frame; member
|
| /OK3568_Linux_fs/kernel/drivers/media/pci/tw5864/ |
| H A D | tw5864-core.c | 128 struct tw5864_h264_frame *cur_frame, *next_frame; in tw5864_h264_isr() local 136 next_frame = &dev->h264_buf[next_frame_index]; in tw5864_h264_isr() 149 cur_frame = next_frame; in tw5864_h264_isr()
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | mp3-util.h | 93 size_t leftover = mad_stream.bufend - mad_stream.next_frame; in mp3_duration() 131 consumed += mad_stream.next_frame - mad_stream.this_frame; in mp3_duration()
|
| H A D | mp3.c | 280 remaining = p->Stream.bufend - p->Stream.next_frame; in sox_mp3_input() 292 memmove(p->mp3_buffer, p->Stream.next_frame, remaining); in sox_mp3_input() 330 remaining = p->Stream.bufend - p->Stream.next_frame; in sox_mp3_inputtag() 467 p->Stream.next_frame = p->Stream.this_frame; in startread() 591 size_t leftover = p->Stream.bufend - p->Stream.next_frame; in sox_mp3seek() 631 consumed += p->Stream.next_frame - p->Stream.this_frame; in sox_mp3seek()
|
| /OK3568_Linux_fs/kernel/arch/arm64/kernel/ |
| H A D | signal.c | 52 struct frame_record __user *next_frame; member 618 __put_user_error(regs->regs[29], &user->next_frame->fp, err); in setup_sigframe() 619 __put_user_error(regs->regs[30], &user->next_frame->lr, err); in setup_sigframe() 715 user->next_frame = (struct frame_record __user *)sp; in get_sigframe() 736 regs->regs[29] = (unsigned long)&user->next_frame->fp; in setup_return()
|
| /OK3568_Linux_fs/kernel/arch/um/include/asm/ |
| H A D | stacktrace.h | 9 struct stack_frame *next_frame; member
|
| /OK3568_Linux_fs/kernel/arch/um/kernel/ |
| H A D | stacktrace.c | 34 frame = frame ? frame->next_frame : NULL; in dump_trace()
|
| /OK3568_Linux_fs/buildroot/dl/libmad/ |
| HD | libmad_0.15.1b-10.diff.gz | 1--- libmad-0.15.1b.orig/debian/changelog
2++ ... |
| /OK3568_Linux_fs/debian/packages-patches/mpv/0.29.1/ |
| H A D | 0004-vo_opengl-x11egl-Support-drm-hwdec.patch | 245 struct drm_frame next_frame = {0}; 273 …et = drmModeSetPlane(p->ctx->fd, p->ctx->video_plane->id, p->ctx->crtc->id, next_frame.fb.fb_id, 0,
|
| /OK3568_Linux_fs/kernel/arch/x86/events/ |
| H A D | core.c | 2630 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user32() 2636 fp = compat_ptr(ss_base + frame.next_frame); in perf_callchain_user32() 2682 if (__get_user(frame.next_frame, &fp->next_frame)) in perf_callchain_user() 2688 fp = (void __user *)frame.next_frame; in perf_callchain_user()
|
| /OK3568_Linux_fs/external/mpp/inc/ |
| H A D | vpu_api.h | 169 struct tVPU_FRAME *next_frame; member
|
| /OK3568_Linux_fs/external/rknpu2/examples/3rdparty/mpp/include/rockchip/ |
| H A D | vpu_api.h | 164 struct tVPU_FRAME *next_frame; member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | fotg210.h | 126 unsigned next_frame; /* scan periodic, start here */ member
|
| H A D | fotg210-hcd.c | 4273 fotg210->next_frame = now >> 3; in iso_stream_schedule() 4663 now_frame = (fotg210->next_frame - 1) & fmask; in scan_isoc() 4668 frame = fotg210->next_frame; in scan_isoc() 4680 fotg210->next_frame = now_frame; in scan_isoc()
|
| /OK3568_Linux_fs/kernel/drivers/usb/gadget/function/ |
| H A D | u_ether.c | 294 goto next_frame; in rx_complete() 304 next_frame: in rx_complete()
|
| /OK3568_Linux_fs/kernel/drivers/net/wireless/broadcom/brcm80211/brcmsmac/ |
| H A D | dma.c | 936 next_frame: in dma_rx() 984 goto next_frame; in dma_rx()
|
| /OK3568_Linux_fs/kernel/drivers/isdn/hardware/mISDN/ |
| H A D | hfcmulti.c | 1984 next_frame: in hfcmulti_tx() 2159 goto next_frame; in hfcmulti_tx() 2163 goto next_frame; in hfcmulti_tx() 2200 next_frame: in hfcmulti_rx() 2306 goto next_frame; in hfcmulti_rx() 2314 goto next_frame; in hfcmulti_rx() 2346 goto next_frame; in hfcmulti_rx()
|