| /OK3568_Linux_fs/external/mpp/mpp/codec/enc/h265/ |
| H A D | h265e_dpb.c | 97 for (i = 0; i < MPP_ARRAY_ELEMS(dpb->frame_list); i++) { in h265e_dpb_get_curr() 98 if (!dpb->frame_list[i].on_used) { in h265e_dpb_get_curr() 99 dpb->curr = &dpb->frame_list[i]; in h265e_dpb_get_curr() 151 for (i = 0; i < MPP_ARRAY_ELEMS(p->frame_list); i++) in h265e_dpb_init() 152 p->frame_list[i].slot_idx = i; in h265e_dpb_init() 168 for (i = 0; i < MPP_ARRAY_ELEMS(dpb->frame_list); i++) { in h265e_dpb_deinit() 169 if (dpb->frame_list[i].inited) in h265e_dpb_deinit() 170 h265e_dpb_frm_deinit(&dpb->frame_list[i]); in h265e_dpb_deinit() 262 H265eDpbFrm *frame_list = &dpb->frame_list[0]; in h265e_dpb_apply_rps() local 264 for (index = 0; index < MPP_ARRAY_ELEMS(dpb->frame_list); index++) { in h265e_dpb_apply_rps() [all …]
|
| H A D | h265e_slice.c | 25 H265eDpbFrm* get_ref_pic(H265eDpbFrm *frame_list, RK_S32 poc) in get_ref_pic() argument 32 frame = &frame_list[index]; in get_ref_pic() 41 H265eDpbFrm* get_lt_ref_pic(H265eDpbFrm *frame_list, H265eSlice *slice, RK_S32 poc, RK_U32 pocHasMs… in get_lt_ref_pic() argument 45 H265eDpbFrm* stPic = &frame_list[MAX_REFS - 1]; in get_lt_ref_pic() 54 frame = &frame_list[index]; in get_lt_ref_pic() 75 void h265e_slice_set_ref_list(H265eDpbFrm *frame_list, H265eSlice *slice) in h265e_slice_set_ref_list() argument 95 refPic = get_ref_pic(frame_list, slice->poc + rps->delta_poc[i]); in h265e_slice_set_ref_list() 105 refPic = get_ref_pic(frame_list, slice->poc + rps->delta_poc[i]); in h265e_slice_set_ref_list() 116 refPic = get_lt_ref_pic(frame_list, slice, rps->m_RealPoc[i], rps->check_lt_msb[i]); in h265e_slice_set_ref_list() 126 refPic = get_lt_ref_pic(frame_list, slice, rps->m_RealPoc[i], rps->check_lt_msb[i]); in h265e_slice_set_ref_list()
|
| H A D | h265e_dpb.h | 124 H265eDpbFrm frame_list[MAX_REFS + 1]; member
|
| H A D | h265e_slice.h | 425 void h265e_slice_set_ref_list(H265eDpbFrm *frame_list, H265eSlice *slice);
|
| /OK3568_Linux_fs/kernel/drivers/xen/ |
| H A D | balloon.c | 151 static xen_pfn_t frame_list[PAGE_SIZE / sizeof(xen_pfn_t)]; variable 408 if (nr_pages > ARRAY_SIZE(frame_list)) in increase_reservation() 409 nr_pages = ARRAY_SIZE(frame_list); in increase_reservation() 418 frame_list[i] = page_to_xen_pfn(page); in increase_reservation() 422 rc = xenmem_reservation_increase(nr_pages, frame_list); in increase_reservation() 430 xenmem_reservation_va_mapping_update(1, &page, &frame_list[i]); in increase_reservation() 449 if (nr_pages > ARRAY_SIZE(frame_list)) in decrease_reservation() 450 nr_pages = ARRAY_SIZE(frame_list); in decrease_reservation() 479 frame_list[i++] = xen_page_to_gfn(page); in decrease_reservation() 490 ret = xenmem_reservation_decrease(nr_pages, frame_list); in decrease_reservation()
|
| H A D | grant-table.c | 1332 set_xen_guest_handle(getframes.frame_list, sframes); in gnttab_map_frames_v2() 1404 set_xen_guest_handle(setup.frame_list, frames); in gnttab_map()
|
| H A D | privcmd.c | 791 set_xen_guest_handle(xdata.frame_list, pfns); in privcmd_ioctl_mmap_resource()
|
| /OK3568_Linux_fs/kernel/drivers/usb/dwc2/ |
| H A D | hcd_ddma.c | 146 if (hsotg->frame_list) in dwc2_frame_list_alloc() 150 hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA); in dwc2_frame_list_alloc() 151 if (!hsotg->frame_list) in dwc2_frame_list_alloc() 154 hsotg->frame_list_dma = dma_map_single(hsotg->dev, hsotg->frame_list, in dwc2_frame_list_alloc() 167 if (!hsotg->frame_list) { in dwc2_frame_list_free() 175 kfree(hsotg->frame_list); in dwc2_frame_list_free() 176 hsotg->frame_list = NULL; in dwc2_frame_list_free() 246 if (!hsotg->frame_list) { in dwc2_update_frame_list() 248 hsotg->frame_list); in dwc2_update_frame_list() 262 hsotg->frame_list[j] |= 1 << chan->hc_num; in dwc2_update_frame_list() [all …]
|
| H A D | core.h | 1177 u32 *frame_list; member
|
| H A D | hcd.c | 5238 hsotg->frame_list = NULL; in dwc2_hcd_init()
|
| /OK3568_Linux_fs/kernel/include/xen/interface/ |
| H A D | grant_table.h | 313 GUEST_HANDLE(xen_pfn_t) frame_list; 463 GUEST_HANDLE(uint64_t) frame_list;
|
| H A D | memory.h | 324 GUEST_HANDLE(xen_pfn_t) frame_list;
|
| /OK3568_Linux_fs/kernel/arch/x86/include/asm/xen/ |
| H A D | hypercall.h | 272 HYPERVISOR_set_gdt(unsigned long *frame_list, int entries) in HYPERVISOR_set_gdt() argument 274 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt()
|
| /OK3568_Linux_fs/kernel/include/linux/usb/ |
| H A D | ehci_def.h | 113 u32 frame_list; /* points to periodic list */ member
|
| /OK3568_Linux_fs/kernel/drivers/usb/host/ |
| H A D | ehci-fsl.c | 479 pdata->pm_frame_list = ehci_readl(ehci, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_suspend() 545 ehci_writel(ehci, pdata->pm_frame_list, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_resume()
|
| H A D | fotg210.h | 269 u32 frame_list; /* points to periodic list */ member
|
| H A D | oxu210hp-hcd.c | 161 u32 frame_list; /* points to periodic list */ member 390 u32 frame_list[DEFAULT_I_TDPS]; member 1170 oxu->mem->frame_list[i] = EHCI_LIST_END; in ehci_mem_init() 1187 oxu->periodic = (__le32 *) &oxu->mem->frame_list; in ehci_mem_init() 3127 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_run() 3957 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_bus_resume()
|
| H A D | ehci-hcd.c | 583 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
|
| H A D | ehci-hub.c | 414 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_bus_resume()
|
| H A D | fotg210-hcd.c | 5014 &fotg210->regs->frame_list); in fotg210_run()
|
| /OK3568_Linux_fs/buildroot/package/dahdi-linux/ |
| H A D | 0002-fix-build-with-32-bits-kernel.patch | 93 list_for_each_entry_reverse(xframe, &q->head, frame_list) {
|
| /OK3568_Linux_fs/kernel/net/mac80211/ |
| H A D | rx.c | 2724 struct sk_buff_head frame_list; in __ieee80211_rx_h_amsdu() local 2749 __skb_queue_head_init(&frame_list); in __ieee80211_rx_h_amsdu() 2757 ieee80211_amsdu_to_8023s(skb, &frame_list, dev->dev_addr, in __ieee80211_rx_h_amsdu() 2762 while (!skb_queue_empty(&frame_list)) { in __ieee80211_rx_h_amsdu() 2763 rx->skb = __skb_dequeue(&frame_list); in __ieee80211_rx_h_amsdu()
|