Home
last modified time | relevance | path

Searched refs:frame_list (Results 1 - 25 of 40) sorted by relevance

12

/kernel/linux/linux-6.6/drivers/hid/
H A Dhid-uclogic-params.c127 hid_dbg(hdev, ".frame_list = {\n"); in uclogic_params_hid_dbg()
128 for (i = 0; i < ARRAY_SIZE(params->frame_list); i++) { in uclogic_params_hid_dbg()
130 uclogic_params_frame_hid_dbg(hdev, &params->frame_list[i]); in uclogic_params_hid_dbg()
132 i < (ARRAY_SIZE(params->frame_list) - 1) ? "," : ""); in uclogic_params_hid_dbg()
656 for (i = 0; i < ARRAY_SIZE(params->frame_list); i++) in uclogic_params_cleanup()
657 uclogic_params_frame_cleanup(&params->frame_list[i]); in uclogic_params_cleanup()
718 for (i = 0; i < ARRAY_SIZE(params->frame_list); i++) { in uclogic_params_get_desc()
719 ADD_DESC(params->frame_list[i].desc_ptr, in uclogic_params_get_desc()
720 params->frame_list[i].desc_size); in uclogic_params_get_desc()
904 &p.frame_list[ in uclogic_params_huion_init()
[all...]
H A Dhid-uclogic-core.c107 for (i = 0; i < ARRAY_SIZE(params->frame_list); i++) { in uclogic_input_configured()
108 frame = &params->frame_list[i]; in uclogic_input_configured()
459 for (i = 0; i < ARRAY_SIZE(params->frame_list); i++) { in uclogic_raw_event()
460 if (report_id == params->frame_list[i].id) { in uclogic_raw_event()
462 drvdata, &params->frame_list[i], in uclogic_raw_event()
H A Dhid-uclogic-params.h230 struct uclogic_params_frame frame_list[3]; member
/kernel/linux/linux-5.10/drivers/xen/
H A Dballoon.c151 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()
[all...]
H A Dgrant-table.c1332 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()
/kernel/linux/linux-6.6/drivers/xen/
H A Dballoon.c135 static xen_pfn_t frame_list[PAGE_SIZE / sizeof(xen_pfn_t)]; variable
392 if (nr_pages > ARRAY_SIZE(frame_list)) in increase_reservation()
393 nr_pages = ARRAY_SIZE(frame_list); in increase_reservation()
402 frame_list[i] = page_to_xen_pfn(page); in increase_reservation()
406 rc = xenmem_reservation_increase(nr_pages, frame_list); in increase_reservation()
414 xenmem_reservation_va_mapping_update(1, &page, &frame_list[i]); in increase_reservation()
433 if (nr_pages > ARRAY_SIZE(frame_list)) in decrease_reservation()
434 nr_pages = ARRAY_SIZE(frame_list); in decrease_reservation()
463 frame_list[i++] = xen_page_to_gfn(page); in decrease_reservation()
474 ret = xenmem_reservation_decrease(nr_pages, frame_list); in decrease_reservation()
[all...]
H A Dgrant-table.c1416 set_xen_guest_handle(getframes.frame_list, sframes); in gnttab_map_frames_v2()
1488 set_xen_guest_handle(setup.frame_list, frames); in gnttab_map()
/kernel/linux/linux-6.6/drivers/net/wireless/intel/iwlwifi/mvm/
H A Dtime-sync.c12 skb_queue_head_init(&data->frame_list); in iwl_mvm_init_time_sync()
42 while ((skb = skb_dequeue(&mvm->time_sync.frame_list))) { in iwl_mvm_time_sync_find_skb()
170 skb_queue_purge(&mvm->time_sync.frame_list); in iwl_mvm_time_sync_config()
H A Dtime-sync.h24 skb_queue_tail(&mvm->time_sync.frame_list, skb); in iwl_mvm_time_sync_frame()
/kernel/linux/linux-5.10/drivers/usb/dwc2/
H A Dhcd_ddma.c146 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()
247 dev_err(hsotg->dev, "hsotg->frame_list = %p\n", in dwc2_update_frame_list()
248 hsotg->frame_list); in dwc2_update_frame_list()
[all...]
/kernel/linux/linux-6.6/drivers/usb/dwc2/
H A Dhcd_ddma.c116 if (hsotg->frame_list) in dwc2_frame_list_alloc()
120 hsotg->frame_list = kzalloc(hsotg->frame_list_sz, GFP_ATOMIC | GFP_DMA); in dwc2_frame_list_alloc()
121 if (!hsotg->frame_list) in dwc2_frame_list_alloc()
124 hsotg->frame_list_dma = dma_map_single(hsotg->dev, hsotg->frame_list, in dwc2_frame_list_alloc()
137 if (!hsotg->frame_list) { in dwc2_frame_list_free()
145 kfree(hsotg->frame_list); in dwc2_frame_list_free()
146 hsotg->frame_list = NULL; in dwc2_frame_list_free()
216 if (!hsotg->frame_list) { in dwc2_update_frame_list()
217 dev_err(hsotg->dev, "hsotg->frame_list = %p\n", in dwc2_update_frame_list()
218 hsotg->frame_list); in dwc2_update_frame_list()
[all...]
/kernel/linux/linux-5.10/include/xen/interface/
H A Dgrant_table.h299 * <nr_frames> pages. The frame addresses are written to the <frame_list>.
313 GUEST_HANDLE(xen_pfn_t) frame_list; member
449 * <nr_frames> specify the size of vector <frame_list>.
450 * The frame addresses are returned in the <frame_list>.
463 GUEST_HANDLE(uint64_t) frame_list; member
H A Dmemory.h290 * frame_list is NULL then this field will be set to the
314 * IN/OUT - If the tools domain is PV then, upon return, frame_list
317 * entry, frame_list will be populated with a list of GFNs
319 * If -EIO is returned then the frame_list has only been
324 GUEST_HANDLE(xen_pfn_t) frame_list; member
/kernel/linux/linux-6.6/include/xen/interface/
H A Dgrant_table.h317 * <nr_frames> pages. The frame addresses are written to the <frame_list>.
330 GUEST_HANDLE(xen_pfn_t) frame_list; member
460 * <nr_frames> specify the size of vector <frame_list>.
461 * The frame addresses are returned in the <frame_list>.
473 GUEST_HANDLE(uint64_t) frame_list; member
H A Dmemory.h290 * frame_list is NULL then this field will be set to the
314 * IN/OUT - If the tools domain is PV then, upon return, frame_list
317 * entry, frame_list will be populated with a list of GFNs
319 * If -EIO is returned then the frame_list has only been
324 GUEST_HANDLE(xen_pfn_t) frame_list; member
/kernel/linux/linux-5.10/include/linux/usb/
H A Dehci_def.h113 u32 frame_list; /* points to periodic list */ member
/kernel/linux/linux-6.6/include/linux/usb/
H A Dehci_def.h100 u32 frame_list; /* points to periodic list */ member
/kernel/linux/linux-5.10/arch/x86/include/asm/xen/
H A Dhypercall.h272 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-6.6/arch/x86/include/asm/xen/
H A Dhypercall.h273 HYPERVISOR_set_gdt(unsigned long *frame_list, int entries) in HYPERVISOR_set_gdt() argument
275 return _hypercall2(int, set_gdt, frame_list, entries); in HYPERVISOR_set_gdt()
/kernel/linux/linux-5.10/drivers/usb/host/
H A Dehci-fsl.c479 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 Dfotg210.h269 u32 frame_list; /* points to periodic list */ member
H A Doxu210hp-hcd.c161 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()
/kernel/linux/linux-6.6/drivers/usb/host/
H A Dehci-fsl.c473 pdata->pm_frame_list = ehci_readl(ehci, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_suspend()
539 ehci_writel(ehci, pdata->pm_frame_list, &ehci->regs->frame_list); in ehci_fsl_mpc512x_drv_resume()
H A Doxu210hp-hcd.c161 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()
3128 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_run()
3958 writel(oxu->periodic_dma, &oxu->regs->frame_list); in oxu_bus_resume()
/kernel/linux/linux-6.6/drivers/usb/fotg210/
H A Dfotg210-hcd.h267 u32 frame_list; /* points to periodic list */ member

Completed in 33 milliseconds

12