Home
last modified time | relevance | path

Searched refs:list_first_entry (Results 1 – 16 of 16) sorted by relevance

/u-boot/drivers/usb/dwc3/
A Dgadget.h67 return list_first_entry(list, struct dwc3_request, list); in next_request()
/u-boot/lib/efi_loader/
A Defi_hii.c118 stbl = list_first_entry(&hii->string_tables, in remove_strings_package()
244 data = list_first_entry(&hii->guid_list, in remove_guid_package()
273 layout_data = list_first_entry(&package->keyboard_layout_list, in free_keyboard_layouts()
287 package = list_first_entry(&hii->keyboard_packages, in remove_keyboard_package()
A Defi_boottime.c203 event = list_first_entry(&efi_event_queue, struct efi_event, in efi_process_event_queue()
1538 handle = list_first_entry(&event->handles, in efi_locate_handle()
2548 handle = list_first_entry(&event->handles, in efi_locate_protocol()
/u-boot/drivers/tee/
A Dtee-uclass.c196 shm = list_first_entry(&priv->list_shm, struct tee_shm, link); in tee_pre_remove()
/u-boot/drivers/core/
A Duclass.c124 dev = list_first_entry(&uc->dev_head, struct udevice, in uclass_destroy()
247 *devp = list_first_entry(&uc->dev_head, struct udevice, uclass_node); in uclass_find_first_device()
A Ddevice.c838 *devp = list_first_entry(&parent->child_head, struct udevice, in device_find_first_child()
/u-boot/drivers/usb/mtu3/
A Dmtu3.h369 return list_first_entry(&mep->req_list, struct mtu3_request, list); in next_request()
A Dmtu3_gadget.c51 mreq = list_first_entry(&mep->req_list, in nuke()
/u-boot/drivers/dma/
A Dapbh_dma.c132 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
/u-boot/drivers/usb/gadget/
A Dci_udc.c448 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in ci_ep_submit_next_request()
622 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in handle_ep_complete()
A Dcomposite.c1347 c = list_first_entry(&cdev->configs, in composite_unbind()
1350 f = list_first_entry(&c->functions, in composite_unbind()
A Dfotg210.c486 req = list_first_entry(&ep->queue, struct fotg210_request, queue); in fotg210_recv()
A Dmax3420_udc.c623 req = list_first_entry(&ep->queue, struct max3420_req, queue); in do_data()
/u-boot/include/linux/
A Dlist.h337 #define list_first_entry(ptr, type, member) \ macro
/u-boot/drivers/mtd/nand/raw/
A Dsunxi_nand.c1795 chip = list_first_entry(&nfc->chips, struct sunxi_nand_chip, in sunxi_nand_chips_cleanup()
/u-boot/drivers/usb/musb-new/
A Dmusb_gadget.c255 req = list_first_entry(&ep->req_list, struct musb_request, list); in nuke()

Completed in 39 milliseconds