Searched refs:list_first_entry (Results 1 – 16 of 16) sorted by relevance
| /u-boot/drivers/usb/dwc3/ |
| A D | gadget.h | 67 return list_first_entry(list, struct dwc3_request, list); in next_request()
|
| /u-boot/lib/efi_loader/ |
| 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()
|
| A D | efi_boottime.c | 203 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 D | tee-uclass.c | 196 shm = list_first_entry(&priv->list_shm, struct tee_shm, link); in tee_pre_remove()
|
| /u-boot/drivers/core/ |
| A D | uclass.c | 124 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 D | device.c | 838 *devp = list_first_entry(&parent->child_head, struct udevice, in device_find_first_child()
|
| /u-boot/drivers/usb/mtu3/ |
| A D | mtu3.h | 369 return list_first_entry(&mep->req_list, struct mtu3_request, list); in next_request()
|
| A D | mtu3_gadget.c | 51 mreq = list_first_entry(&mep->req_list, in nuke()
|
| /u-boot/drivers/dma/ |
| A D | apbh_dma.c | 132 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
|
| /u-boot/drivers/usb/gadget/ |
| A D | ci_udc.c | 448 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 D | composite.c | 1347 c = list_first_entry(&cdev->configs, in composite_unbind() 1350 f = list_first_entry(&c->functions, in composite_unbind()
|
| A D | fotg210.c | 486 req = list_first_entry(&ep->queue, struct fotg210_request, queue); in fotg210_recv()
|
| A D | max3420_udc.c | 623 req = list_first_entry(&ep->queue, struct max3420_req, queue); in do_data()
|
| /u-boot/include/linux/ |
| A D | list.h | 337 #define list_first_entry(ptr, type, member) \ macro
|
| /u-boot/drivers/mtd/nand/raw/ |
| A D | sunxi_nand.c | 1795 chip = list_first_entry(&nfc->chips, struct sunxi_nand_chip, in sunxi_nand_chips_cleanup()
|
| /u-boot/drivers/usb/musb-new/ |
| A D | musb_gadget.c | 255 req = list_first_entry(&ep->req_list, struct musb_request, list); in nuke()
|
Completed in 49 milliseconds