/Linux-v4.19/drivers/platform/x86/ |
D | dell-wmi-descriptor.c | 51 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_interface_version() 69 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_size() 87 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_hotfix()
|
D | dell-smbios-wmi.c | 44 return list_first_entry_or_null(&wmi_list, in get_first_smbios_priv()
|
/Linux-v4.19/drivers/soc/ti/ |
D | knav_qmss.h | 360 list_first_entry_or_null(&kdev->regions, \ 367 list_first_entry_or_null(&kdev->queue_ranges, \
|
/Linux-v4.19/drivers/media/platform/mtk-vcodec/vdec/ |
D | vdec_vp9_if.c | 245 node = list_first_entry_or_null(&inst->available_fb_node_list, in vp9_add_to_fb_free_list() 447 node = list_first_entry_or_null(&inst->available_fb_node_list, in vp9_add_to_fb_disp_list() 625 node = list_first_entry_or_null(&inst->fb_disp_list, in vp9_rm_from_fb_disp_list() 649 node = list_first_entry_or_null(&inst->available_fb_node_list, in vp9_add_to_fb_use_list() 734 node = list_first_entry_or_null(&inst->fb_free_list, in get_free_fb()
|
D | vdec_vp8_if.c | 529 node = list_first_entry_or_null(&inst->fb_disp_list, in get_disp_fb() 550 node = list_first_entry_or_null(&inst->fb_free_list, in get_free_fb()
|
/Linux-v4.19/drivers/infiniband/core/ |
D | mr_pool.c | 22 mr = list_first_entry_or_null(list, struct ib_mr, qp_entry); in ib_mr_pool_get()
|
/Linux-v4.19/drivers/usb/dwc3/ |
D | gadget.h | 64 return list_first_entry_or_null(list, struct dwc3_request, list); in next_request()
|
/Linux-v4.19/block/ |
D | noop-iosched.c | 26 rq = list_first_entry_or_null(&nd->queue, struct request, queuelist); in noop_dispatch()
|
/Linux-v4.19/include/linux/ |
D | balloon_compaction.h | 221 struct page *page = list_first_entry_or_null(pages, struct page, lru); in balloon_page_pop()
|
/Linux-v4.19/drivers/usb/gadget/udc/aspeed-vhub/ |
D | epn.c | 98 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack() 140 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, in ast_vhub_epn_handle_ack() 262 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack_desc() 313 req = list_first_entry_or_null(&ep->queue, in ast_vhub_epn_handle_ack_desc()
|
D | ep0.c | 282 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_handle_ack() 432 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_ep0_dequeue()
|
/Linux-v4.19/drivers/tty/ |
D | n_hdlc.c | 750 buf = list_first_entry_or_null(&n_hdlc->rx_buf_list.list, in n_hdlc_tty_ioctl() 765 buf = list_first_entry_or_null(&n_hdlc->tx_buf_list.list, in n_hdlc_tty_ioctl() 930 buf = list_first_entry_or_null(&buf_list->list, in n_hdlc_buf_get()
|
/Linux-v4.19/drivers/net/ethernet/intel/fm10k/ |
D | fm10k_netdev.c | 381 port = list_first_entry_or_null(&interface->vxlan_port, in fm10k_free_udp_port_info() 386 port = list_first_entry_or_null(&interface->vxlan_port, in fm10k_free_udp_port_info() 392 port = list_first_entry_or_null(&interface->geneve_port, in fm10k_free_udp_port_info() 397 port = list_first_entry_or_null(&interface->vxlan_port, in fm10k_free_udp_port_info() 418 port = list_first_entry_or_null(&interface->vxlan_port, in fm10k_restore_udp_port_info() 426 port = list_first_entry_or_null(&interface->geneve_port, in fm10k_restore_udp_port_info()
|
/Linux-v4.19/fs/xfs/ |
D | xfs_trans_priv.h | 83 return list_first_entry_or_null(&ailp->ail_head, struct xfs_log_item, in xfs_ail_min()
|
/Linux-v4.19/drivers/crypto/ccp/ |
D | ccp-dmaengine.c | 162 cmd = list_first_entry_or_null(&desc->active, struct ccp_dma_cmd, in ccp_free_active_cmd() 182 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc, in __ccp_next_dma_desc() 596 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc, in ccp_resume()
|
/Linux-v4.19/drivers/gpu/drm/nouveau/nvkm/subdev/mmu/ |
D | base.c | 74 ptp = list_first_entry_or_null(&mmu->ptp.list, typeof(*ptp), head); in nvkm_mmu_ptp_get() 190 pt = list_first_entry_or_null(&ptc->item, typeof(*pt), head); in nvkm_mmu_ptc_get()
|
/Linux-v4.19/drivers/irqchip/ |
D | irq-gic-v2m.c | 270 v2m = list_first_entry_or_null(&v2m_nodes, struct v2m_data, entry); in gicv2m_allocate_domains() 441 data = list_first_entry_or_null(&v2m_nodes, struct v2m_data, entry); in gicv2m_get_fwnode()
|
/Linux-v4.19/drivers/dma/ |
D | virt-dma.h | 160 return list_first_entry_or_null(&vc->desc_issued, in vchan_next_desc()
|
/Linux-v4.19/drivers/block/drbd/ |
D | drbd_debugfs.c | 169 req = list_first_entry_or_null(&device->pending_master_completion[1], in seq_print_waiting_for_AL() 198 ctx = list_first_entry_or_null(&device->pending_bitmap_io, struct drbd_bm_aio_ctx, list); in seq_print_device_bitmap_io() 731 r1 = list_first_entry_or_null(&device->pending_master_completion[i], in device_oldest_requests_show() 733 r2 = list_first_entry_or_null(&device->pending_completion[i], in device_oldest_requests_show()
|
/Linux-v4.19/mm/ |
D | pgtable-generic.c | 175 pmd_huge_pte(mm, pmdp) = list_first_entry_or_null(&pgtable->lru, in pgtable_trans_huge_withdraw()
|
/Linux-v4.19/drivers/gpu/drm/ |
D | drm_writeback.c | 312 job = list_first_entry_or_null(&wb_connector->job_queue, in drm_writeback_signal_completion()
|
/Linux-v4.19/drivers/gpu/drm/vc4/ |
D | vc4_drv.h | 566 return list_first_entry_or_null(&vc4->bin_job_list, in vc4_first_bin_job() 573 return list_first_entry_or_null(&vc4->render_job_list, in vc4_first_render_job()
|
/Linux-v4.19/drivers/gpu/drm/i915/selftests/ |
D | mock_engine.c | 35 return list_first_entry_or_null(&engine->hw_queue, in first_request()
|
/Linux-v4.19/drivers/usb/mtu3/ |
D | mtu3.h | 388 return list_first_entry_or_null(&mep->req_list, struct mtu3_request, in next_request()
|
/Linux-v4.19/drivers/gpu/drm/scheduler/ |
D | gpu_scheduler.c | 596 list_first_entry_or_null(&sched->ring_mirror_list, in drm_sched_job_begin() 674 s_job = list_first_entry_or_null(&sched->ring_mirror_list, in drm_sched_job_recovery()
|