Searched refs:list_first_entry (Results 1 – 13 of 13) sorted by relevance
| /openbmc/u-boot/drivers/usb/dwc3/ |
| H A D | gadget.h | 67 return list_first_entry(list, struct dwc3_request, list); in next_request()
|
| /openbmc/u-boot/lib/efi_loader/ |
| H A D | efi_hii.c | 118 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 D | tee-uclass.c | 194 shm = list_first_entry(&priv->list_shm, struct tee_shm, link); in tee_pre_remove()
|
| /openbmc/u-boot/drivers/usb/gadget/ |
| H A D | aspeed_udc.c | 811 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 D | composite.c | 949 c = list_first_entry(&cdev->configs, in composite_unbind() 952 f = list_first_entry(&c->functions, in composite_unbind()
|
| H A D | ci_udc.c | 442 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 D | fotg210.c | 483 req = list_first_entry(&ep->queue, struct fotg210_request, queue); in fotg210_recv()
|
| /openbmc/u-boot/drivers/core/ |
| H A D | uclass.c | 117 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 D | device.c | 664 *devp = list_first_entry(&parent->child_head, struct udevice, in device_find_first_child()
|
| /openbmc/u-boot/drivers/dma/ |
| H A D | apbh_dma.c | 128 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
|
| /openbmc/u-boot/include/linux/ |
| H A D | list.h | 337 #define list_first_entry(ptr, type, member) \ macro
|
| /openbmc/u-boot/drivers/mtd/nand/raw/ |
| H A D | sunxi_nand.c | 1787 chip = list_first_entry(&nfc->chips, struct sunxi_nand_chip, in sunxi_nand_chips_cleanup()
|
| /openbmc/u-boot/drivers/usb/musb-new/ |
| H A D | musb_gadget.c | 249 req = list_first_entry(&ep->req_list, struct musb_request, list); in nuke()
|