Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/usb/dwc3/
H A Dgadget.h67 return list_first_entry(list, struct dwc3_request, list); in next_request()
/openbmc/u-boot/lib/efi_loader/
H 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()
/openbmc/u-boot/drivers/tee/
H A Dtee-uclass.c194 shm = list_first_entry(&priv->list_shm, struct tee_shm, link); in tee_pre_remove()
/openbmc/u-boot/drivers/usb/gadget/
H A Daspeed_udc.c811 req = list_first_entry(&ep->queue, struct aspeed_udc_request, queue); in aspeed_udc_ep_handle_desc_mode()
860 req = list_first_entry(&ep->queue, in aspeed_udc_ep_handle_desc_mode()
901 req = list_first_entry(&ep->queue, struct aspeed_udc_request, queue); in aspeed_udc_ep_handle()
914 req = list_first_entry(&ep->queue, in aspeed_udc_ep_handle()
H A Dcomposite.c949 c = list_first_entry(&cdev->configs, in composite_unbind()
952 f = list_first_entry(&c->functions, in composite_unbind()
H A Dci_udc.c442 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in ci_ep_submit_next_request()
616 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in handle_ep_complete()
H A Dfotg210.c483 req = list_first_entry(&ep->queue, struct fotg210_request, queue); in fotg210_recv()
/openbmc/u-boot/drivers/core/
H A Duclass.c117 dev = list_first_entry(&uc->dev_head, struct udevice, in uclass_destroy()
230 *devp = list_first_entry(&uc->dev_head, struct udevice, uclass_node); in uclass_find_first_device()
H A Ddevice.c664 *devp = list_first_entry(&parent->child_head, struct udevice, in device_find_first_child()
/openbmc/u-boot/drivers/dma/
H A Dapbh_dma.c128 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
/openbmc/u-boot/include/linux/
H A Dlist.h337 #define list_first_entry(ptr, type, member) \ macro
/openbmc/u-boot/drivers/mtd/nand/raw/
H A Dsunxi_nand.c1787 chip = list_first_entry(&nfc->chips, struct sunxi_nand_chip, in sunxi_nand_chips_cleanup()
/openbmc/u-boot/drivers/usb/musb-new/
H A Dmusb_gadget.c249 req = list_first_entry(&ep->req_list, struct musb_request, list); in nuke()