frame_list        272 arch/x86/include/asm/xen/hypercall.h HYPERVISOR_set_gdt(unsigned long *frame_list, int entries)
frame_list        274 arch/x86/include/asm/xen/hypercall.h 	return _hypercall2(int, set_gdt, frame_list, entries);
frame_list       1160 drivers/usb/dwc2/core.h 	u32 *frame_list;
frame_list       5210 drivers/usb/dwc2/hcd.c 	hsotg->frame_list = NULL;
frame_list        146 drivers/usb/dwc2/hcd_ddma.c 	if (hsotg->frame_list)
frame_list        150 drivers/usb/dwc2/hcd_ddma.c 	hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA);
frame_list        151 drivers/usb/dwc2/hcd_ddma.c 	if (!hsotg->frame_list)
frame_list        154 drivers/usb/dwc2/hcd_ddma.c 	hsotg->frame_list_dma = dma_map_single(hsotg->dev, hsotg->frame_list,
frame_list        167 drivers/usb/dwc2/hcd_ddma.c 	if (!hsotg->frame_list) {
frame_list        175 drivers/usb/dwc2/hcd_ddma.c 	kfree(hsotg->frame_list);
frame_list        176 drivers/usb/dwc2/hcd_ddma.c 	hsotg->frame_list = NULL;
frame_list        246 drivers/usb/dwc2/hcd_ddma.c 	if (!hsotg->frame_list) {
frame_list        248 drivers/usb/dwc2/hcd_ddma.c 			hsotg->frame_list);
frame_list        262 drivers/usb/dwc2/hcd_ddma.c 			hsotg->frame_list[j] |= 1 << chan->hc_num;
frame_list        264 drivers/usb/dwc2/hcd_ddma.c 			hsotg->frame_list[j] &= ~(1 << chan->hc_num);
frame_list        360 drivers/usb/dwc2/hcd_ddma.c 		if (!hsotg->frame_list) {
frame_list        409 drivers/usb/dwc2/hcd_ddma.c 	     !hsotg->periodic_channels) && hsotg->frame_list) {
frame_list        479 drivers/usb/host/ehci-fsl.c 	pdata->pm_frame_list  = ehci_readl(ehci, &ehci->regs->frame_list);
frame_list        545 drivers/usb/host/ehci-fsl.c 	ehci_writel(ehci, pdata->pm_frame_list, &ehci->regs->frame_list);
frame_list        581 drivers/usb/host/ehci-hcd.c 	ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list);
frame_list        412 drivers/usb/host/ehci-hub.c 	ehci_writel(ehci, ehci->periodic_dma, &ehci->regs->frame_list);
frame_list       5020 drivers/usb/host/fotg210-hcd.c 			&fotg210->regs->frame_list);
frame_list        269 drivers/usb/host/fotg210.h 	u32		frame_list;	/* points to periodic list */
frame_list        160 drivers/usb/host/oxu210hp-hcd.c 	u32		frame_list;	/* points to periodic list */
frame_list        389 drivers/usb/host/oxu210hp-hcd.c 	u32			frame_list[DEFAULT_I_TDPS];
frame_list       1171 drivers/usb/host/oxu210hp-hcd.c 		oxu->mem->frame_list[i] = EHCI_LIST_END;
frame_list       1188 drivers/usb/host/oxu210hp-hcd.c 	oxu->periodic = (__le32 *) &oxu->mem->frame_list;
frame_list       3125 drivers/usb/host/oxu210hp-hcd.c 	writel(oxu->periodic_dma, &oxu->regs->frame_list);
frame_list       3953 drivers/usb/host/oxu210hp-hcd.c 	writel(oxu->periodic_dma, &oxu->regs->frame_list);
frame_list        142 drivers/xen/balloon.c static xen_pfn_t frame_list[PAGE_SIZE / sizeof(xen_pfn_t)];
frame_list        420 drivers/xen/balloon.c 	if (nr_pages > ARRAY_SIZE(frame_list))
frame_list        421 drivers/xen/balloon.c 		nr_pages = ARRAY_SIZE(frame_list);
frame_list        430 drivers/xen/balloon.c 		frame_list[i] = page_to_xen_pfn(page);
frame_list        434 drivers/xen/balloon.c 	rc = xenmem_reservation_increase(nr_pages, frame_list);
frame_list        442 drivers/xen/balloon.c 		xenmem_reservation_va_mapping_update(1, &page, &frame_list[i]);
frame_list        461 drivers/xen/balloon.c 	if (nr_pages > ARRAY_SIZE(frame_list))
frame_list        462 drivers/xen/balloon.c 		nr_pages = ARRAY_SIZE(frame_list);
frame_list        491 drivers/xen/balloon.c 		frame_list[i++] = xen_page_to_gfn(page);
frame_list        502 drivers/xen/balloon.c 	ret = xenmem_reservation_decrease(nr_pages, frame_list);
frame_list       1202 drivers/xen/grant-table.c 	set_xen_guest_handle(getframes.frame_list, sframes);
frame_list       1274 drivers/xen/grant-table.c 	set_xen_guest_handle(setup.frame_list, frames);
frame_list        784 drivers/xen/privcmd.c 	set_xen_guest_handle(xdata.frame_list, pfns);
frame_list        113 include/linux/usb/ehci_def.h 	u32		frame_list;	/* points to periodic list */
frame_list        313 include/xen/interface/grant_table.h     GUEST_HANDLE(xen_pfn_t) frame_list;
frame_list        463 include/xen/interface/grant_table.h     GUEST_HANDLE(uint64_t) frame_list;
frame_list        324 include/xen/interface/memory.h     GUEST_HANDLE(xen_pfn_t) frame_list;
frame_list       2573 net/mac80211/rx.c 	struct sk_buff_head frame_list;
frame_list       2598 net/mac80211/rx.c 	__skb_queue_head_init(&frame_list);
frame_list       2606 net/mac80211/rx.c 	ieee80211_amsdu_to_8023s(skb, &frame_list, dev->dev_addr,
frame_list       2611 net/mac80211/rx.c 	while (!skb_queue_empty(&frame_list)) {
frame_list       2612 net/mac80211/rx.c 		rx->skb = __skb_dequeue(&frame_list);