/kernel/linux/linux-5.10/drivers/xen/ |
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()
|
D | grant-table.c | 1322 set_xen_guest_handle(getframes.frame_list, sframes); in gnttab_map_frames_v2() 1394 set_xen_guest_handle(setup.frame_list, frames); in gnttab_map()
|
D | privcmd.c | 790 set_xen_guest_handle(xdata.frame_list, pfns); in privcmd_ioctl_mmap_resource()
|
/kernel/linux/linux-5.10/drivers/usb/dwc2/ |
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 …]
|
D | core.h | 1174 u32 *frame_list; member
|
D | hcd.c | 5216 hsotg->frame_list = NULL; in dwc2_hcd_init()
|
/kernel/linux/linux-5.10/include/xen/interface/ |
D | grant_table.h | 313 GUEST_HANDLE(xen_pfn_t) frame_list; 463 GUEST_HANDLE(uint64_t) frame_list;
|
D | memory.h | 324 GUEST_HANDLE(xen_pfn_t) frame_list;
|
/kernel/linux/linux-5.10/include/linux/usb/ |
D | ehci_def.h | 113 u32 frame_list; /* points to periodic list */ member
|
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/ |
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()
|
/kernel/linux/linux-5.10/drivers/usb/host/ |
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()
|
D | fotg210.h | 269 u32 frame_list; /* points to periodic list */ member
|
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() 3955 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_bus_resume()
|
D | ehci-hcd.c | 583 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_run()
|
D | ehci-hub.c | 414 ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list); in ehci_bus_resume()
|
D | fotg210-hcd.c | 5014 &fotg210->regs->frame_list); in fotg210_run()
|
/kernel/linux/linux-5.10/net/mac80211/ |
D | rx.c | 2725 struct sk_buff_head frame_list; in __ieee80211_rx_h_amsdu() local 2750 __skb_queue_head_init(&frame_list); in __ieee80211_rx_h_amsdu() 2758 ieee80211_amsdu_to_8023s(skb, &frame_list, dev->dev_addr, in __ieee80211_rx_h_amsdu() 2763 while (!skb_queue_empty(&frame_list)) { in __ieee80211_rx_h_amsdu() 2764 rx->skb = __skb_dequeue(&frame_list); in __ieee80211_rx_h_amsdu()
|
/kernel/linux/patches/linux-5.10/imx8mm_patch/patches/drivers/ |
D | 0034_linux_drivers_usb_vfio_wdt_tty_uio.patch | 3657 + ci->pm_frame_list = ehci_readl(ehci, &ehci->regs->frame_list); 3690 + ehci_writel(ehci, ci->pm_frame_list, &ehci->regs->frame_list);
|