Searched refs:list_first_entry (Results 1 - 22 of 22) sorted by relevance

/u-boot/drivers/usb/dwc3/
H A Dgadget.h67 return list_first_entry(list, struct dwc3_request, list);
/u-boot/boot/
H A Dbootstd-uclass.c49 bflow = list_first_entry(&priv->glob_head, struct bootflow,
H A Dexpo.c183 scn = list_first_entry(&exp->scene_head, struct scene, sibling);
H A Dbootdev-uclass.c68 *bflowp = list_first_entry(&ucp->bootflow_head, struct bootflow,
590 bflow = list_first_entry(&ucp->bootflow_head, struct bootflow,
H A Dscene_menu.c341 if (item != list_first_entry(&menu->item_head,
H A Dbootflow.c62 *bflowp = list_first_entry(&std->glob_head, struct bootflow,
H A Dscene.c588 while (obj != list_first_entry(&scn->obj_head, struct scene_obj,
/u-boot/lib/efi_loader/
H A Defi_hii.c117 stbl = list_first_entry(&hii->string_tables,
243 data = list_first_entry(&hii->guid_list,
272 layout_data = list_first_entry(&package->keyboard_layout_list,
286 package = list_first_entry(&hii->keyboard_packages,
H A Defi_boottime.c251 event = list_first_entry(&efi_event_queue, struct efi_event,
1606 handle = list_first_entry(&event->handles,
2653 handle = list_first_entry(&event->handles,
/u-boot/drivers/tee/
H A Dtee-uclass.c199 shm = list_first_entry(&priv->list_shm, struct tee_shm, link);
/u-boot/drivers/core/
H A Duclass.c124 dev = list_first_entry(&uc->dev_head, struct udevice,
259 *devp = list_first_entry(&uc->dev_head, struct udevice, uclass_node);
H A Ddevice.c938 *devp = list_first_entry(&parent->child_head, struct udevice,
/u-boot/drivers/usb/mtu3/
H A Dmtu3.h369 return list_first_entry(&mep->req_list, struct mtu3_request, list);
H A Dmtu3_gadget.c51 mreq = list_first_entry(&mep->req_list,
/u-boot/drivers/dma/
H A Dapbh_dma.c132 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node);
/u-boot/drivers/usb/gadget/
H A Dci_udc.c489 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue);
663 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue);
H A Dcomposite.c1347 c = list_first_entry(&cdev->configs,
1350 f = list_first_entry(&c->functions,
H A Dmax3420_udc.c623 req = list_first_entry(&ep->queue, struct max3420_req, queue);
/u-boot/include/linux/
H A Dlist.h330 * list_first_entry - get the first element from a list
337 #define list_first_entry(ptr, type, member) \ macro
/u-boot/test/boot/
H A Dexpo.c695 item = list_first_entry(&menu->item_head, struct scene_menitem,
/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1769 chip = list_first_entry(&nfc->chips, struct sunxi_nand_chip,
/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c256 req = list_first_entry(&ep->req_list, struct musb_request, list);

Completed in 104 milliseconds