Home
last modified time | relevance | path

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

/external/iproute2/include/
Dlist.h55 #define list_first_entry(ptr, type, member) \ macro
68 for (pos = list_first_entry(head, typeof(*pos), member); \
73 for (pos = list_first_entry(head, typeof(*pos), member), \
/external/mesa3d/src/gallium/drivers/freedreno/ir3/
Dir3_legalize.c254 list_first_entry(&block->instr_list, struct ir3_instruction, node) in legalize_block()
311 struct ir3_instruction *instr = list_first_entry( in resolve_dest_block()
333 target = list_first_entry(&tblock->instr_list, in resolve_jump()
400 list_first_entry(&instr->cat0.target->instr_list, in mark_convergence_points()
Dir3.c881 block->start_ip = list_first_entry(&block->instr_list, struct ir3_instruction, node)->ip; in ir3_count_instructions()
/external/u-boot/drivers/usb/dwc3/
Dgadget.h67 return list_first_entry(list, struct dwc3_request, list); in next_request()
/external/mesa3d/src/broadcom/clif/
Dclif_dump.c126 list_first_entry(&clif->worklist, in clif_process_worklist()
/external/u-boot/drivers/core/
Duclass.c117 dev = list_first_entry(&uc->dev_head, struct udevice, in uclass_destroy()
209 *devp = list_first_entry(&uc->dev_head, struct udevice, uclass_node); in uclass_find_first_device()
Ddevice.c612 *devp = list_first_entry(&parent->child_head, struct udevice, in device_find_first_child()
/external/libusb/libusb/
Dio.c1446 list_first_entry(&ctx->flying_transfers, struct usbi_transfer, list) == transfer); in remove_from_flying_list()
2197 message = list_first_entry(&ctx->hotplug_msgs, libusb_hotplug_message, list); in handle_events()
2203 itransfer = list_first_entry(&ctx->completed_transfers, struct usbi_transfer, completed_list); in handle_events()
Dlibusbi.h89 #define list_first_entry(ptr, type, member) \ macro
/external/mesa3d/src/gallium/drivers/vc4/
Dvc4_qir.c621 return list_first_entry(&c->blocks, struct qblock, link); in qir_entry_block()
697 list_first_entry(&block->instructions, in qir_compile_destroy()
Dvc4_qpu_emit.c591 struct qblock *start_block = list_first_entry(&c->blocks, in vc4_generate_code()
/external/mesa3d/src/util/
Dlist.h180 #define list_first_entry(ptr, type, member) \ macro
/external/u-boot/drivers/usb/gadget/
Dcomposite.c936 c = list_first_entry(&cdev->configs, in composite_unbind()
939 f = list_first_entry(&c->functions, in composite_unbind()
Dci_udc.c438 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in ci_ep_submit_next_request()
612 ci_req = list_first_entry(&ci_ep->queue, struct ci_req, queue); in handle_ep_complete()
Dfotg210.c483 req = list_first_entry(&ep->queue, struct fotg210_request, queue); in fotg210_recv()
/external/mesa3d/src/broadcom/compiler/
Dvir.c477 return list_first_entry(&c->blocks, struct qblock, link); in vir_entry_block()
824 list_first_entry(&block->instructions, in vir_compile_destroy()
/external/u-boot/drivers/dma/
Dapbh_dma.c128 pdesc = list_first_entry(&pchan->active, struct mxs_dma_desc, node); in mxs_dma_enable()
/external/mesa3d/src/intel/vulkan/
Danv_batch_chain.c882 list_first_entry(&secondary->batch_bos, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
931 list_first_entry(&copy_list, struct anv_batch_bo, link); in anv_cmd_buffer_add_secondary()
1329 list_first_entry(&cmd_buffer->batch_bos, struct anv_batch_bo, link); in setup_execbuf_for_cmd_buffer()
/external/mesa3d/src/compiler/nir/
Dnir_opt_loop_unroll.c542 list_first_entry(&loop->info->loop_terminator_list, in process_loops()
/external/libusb/include/libusb/
Dlibusbi.h89 #define list_first_entry(ptr, type, member) \ macro
/external/u-boot/include/linux/
Dlist.h337 #define list_first_entry(ptr, type, member) \ macro
/external/u-boot/drivers/mtd/nand/
Dsunxi_nand.c1787 chip = list_first_entry(&nfc->chips, struct sunxi_nand_chip, in sunxi_nand_chips_cleanup()
/external/u-boot/drivers/usb/musb-new/
Dmusb_gadget.c249 req = list_first_entry(&ep->req_list, struct musb_request, list); in nuke()
/external/mesa3d/src/amd/vulkan/
Dradv_cmd_buffer.c2212 …struct radv_cmd_buffer *cmd_buffer = list_first_entry(&pool->free_cmd_buffers, struct radv_cmd_buf… in radv_AllocateCommandBuffers()