| /linux/drivers/platform/x86/dell/ |
| H A D | dell-wmi-descriptor.c | 43 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_interface_version() 61 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_size() 79 priv = list_first_entry_or_null(&wmi_list, in dell_wmi_get_hotfix()
|
| H A D | dell-wmi-privacy.c | 73 priv = list_first_entry_or_null(&wmi_list, in dell_privacy_has_mic_mute() 102 priv = list_first_entry_or_null(&wmi_list, in dell_privacy_process_event()
|
| /linux/kernel/gcov/ |
| H A D | clang.c | 176 return list_first_entry_or_null(&clang_gcov_list, in gcov_info_next() 243 struct gcov_fn_info *fn_ptr1 = list_first_entry_or_null( in gcov_info_is_compatible() 245 struct gcov_fn_info *fn_ptr2 = list_first_entry_or_null( in gcov_info_is_compatible() 275 struct gcov_fn_info *sfn_ptr = list_first_entry_or_null(&src->functions, in gcov_info_add()
|
| /linux/drivers/pci/endpoint/ |
| H A D | pci-ep-msi.c | 30 epf = list_first_entry_or_null(&epc->pci_epf, struct pci_epf, list); in pci_epf_write_msi_msg() 48 if (list_first_entry_or_null(&epc->pci_epf, struct pci_epf, list) != epf) { in pci_epf_alloc_doorbell()
|
| /linux/drivers/platform/chrome/ |
| H A D | cros_ec_proto_test_util.c | 28 mock = list_first_entry_or_null(&cros_kunit_ec_xfer_mock_in, struct ec_xfer_mock, list); in cros_kunit_ec_xfer_mock() 95 mock = list_first_entry_or_null(&cros_kunit_ec_xfer_mock_out, struct ec_xfer_mock, list); in cros_kunit_ec_xfer_mock_next()
|
| /linux/drivers/fpga/tests/ |
| H A D | fpga-bridge-test.c | 123 list_first_entry_or_null(&bridge_list, struct fpga_bridge, node)); in fpga_bridge_test_get_put_list() 130 list_first_entry_or_null(&bridge_list, struct fpga_bridge, node)); in fpga_bridge_test_get_put_list()
|
| /linux/drivers/firmware/cirrus/test/ |
| H A D | cs_dsp_test_control_cache.c | 240 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init() 290 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_init_write_only() 909 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_not_started() 974 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_stopped() 1037 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_powered_down() 1104 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_stopped_powered_down() 1172 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_not_current_loaded_fw() 1242 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_not_current_running_fw() 1317 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_running() 1395 ctl = list_first_entry_or_null(&dsp->ctl_list, struct cs_dsp_coeff_ctl, list); in cs_dsp_ctl_cache_read_running_zero_flags() [all …]
|
| /linux/arch/arm64/kvm/vgic/ |
| H A D | vgic-debug.c | 339 ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_iter_next() 373 dev = list_first_entry_or_null(&its->device_list, in vgic_its_debug_start() 383 iter->ite = list_first_entry_or_null(&dev->itt_head, in vgic_its_debug_start()
|
| /linux/fs/btrfs/ |
| H A D | lru_cache.h | 57 return list_first_entry_or_null(&cache->lru_list, in btrfs_lru_cache_lru_entry()
|
| /linux/drivers/soc/ti/ |
| H A D | knav_qmss.h | 352 list_first_entry_or_null(&kdev->regions, \ 359 list_first_entry_or_null(&kdev->queue_ranges, \
|
| /linux/drivers/usb/typec/ |
| H A D | mode_selection.c | 140 ms = list_first_entry_or_null(&sel->mode_list, struct mode_state, list); in mode_selection_work_fn() 184 ms = list_first_entry_or_null(&sel->mode_list, struct mode_state, list); in typec_altmode_state_update()
|
| /linux/drivers/tty/ |
| H A D | n_hdlc.c | 594 buf = list_first_entry_or_null(&n_hdlc->rx_buf_list.list, in n_hdlc_tty_ioctl() 608 buf = list_first_entry_or_null(&n_hdlc->tx_buf_list.list, in n_hdlc_tty_ioctl() 753 buf = list_first_entry_or_null(&buf_list->list, in n_hdlc_buf_get()
|
| /linux/fs/nfs_common/ |
| H A D | nfslocalio.c | 170 while ((nfl = list_first_entry_or_null(&nfs_uuid->files, in nfs_uuid_put() 181 list_first_entry_or_null( in nfs_uuid_put()
|
| /linux/drivers/gpu/drm/i915/ |
| H A D | i915_gem_ww.c | 21 while ((obj = list_first_entry_or_null(&ww->obj_list, struct drm_i915_gem_object, obj_link))) { in i915_gem_ww_ctx_unlock_all()
|
| /linux/include/media/ |
| H A D | v4l2-fwnode.h | 402 list_first_entry_or_null(&(v4l2c)->links, \
|
| /linux/drivers/usb/gadget/udc/aspeed-vhub/ |
| H A D | epn.c | 93 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack() 142 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, in ast_vhub_epn_handle_ack() 264 req = list_first_entry_or_null(&ep->queue, struct ast_vhub_req, queue); in ast_vhub_epn_handle_ack_desc() 315 req = list_first_entry_or_null(&ep->queue, in ast_vhub_epn_handle_ack_desc()
|
| /linux/drivers/infiniband/core/ |
| H A D | mr_pool.c | 14 mr = list_first_entry_or_null(list, struct ib_mr, qp_entry); in ib_mr_pool_get()
|
| /linux/drivers/accel/amdxdna/ |
| H A D | amdxdna_pci_drv.c | 332 client = list_first_entry_or_null(&xdna->client_list, in amdxdna_remove() 337 client = list_first_entry_or_null(&xdna->client_list, in amdxdna_remove()
|
| /linux/drivers/pci/hotplug/ |
| H A D | rpaphp_pci.c | 87 pdn = list_first_entry_or_null(&PCI_DN(phb->dn)->child_list, in __rpaphp_get_sensor_state()
|
| /linux/fs/fuse/ |
| H A D | dev_uring.c | 150 ent = list_first_entry_or_null(list, struct fuse_ring_ent, list); in ent_list_request_expired() 803 req = list_first_entry_or_null(req_queue, struct fuse_req, list); in fuse_uring_ent_assign_req() 1288 ent = list_first_entry_or_null(&queue->ent_avail_queue, in fuse_uring_queue_fuse_req() 1330 ent = list_first_entry_or_null(&queue->ent_avail_queue, in fuse_uring_queue_bq_req() 1344 req = list_first_entry_or_null(&queue->fuse_req_queue, struct fuse_req, in fuse_uring_queue_bq_req()
|
| /linux/drivers/s390/cio/ |
| H A D | vfio_ccw_chp.c | 93 crw = list_first_entry_or_null(&private->crw, in vfio_ccw_crw_region_read()
|
| /linux/fs/xfs/ |
| H A D | xfs_trans_priv.h | 84 return list_first_entry_or_null(&ailp->ail_head, struct xfs_log_item, in xfs_ail_min()
|
| /linux/drivers/crypto/ccp/ |
| H A D | ccp-dmaengine.c | 164 cmd = list_first_entry_or_null(&desc->active, struct ccp_dma_cmd, in ccp_free_active_cmd() 184 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc, in __ccp_next_dma_desc() 598 desc = list_first_entry_or_null(&chan->active, struct ccp_dma_desc, in ccp_resume()
|
| /linux/drivers/block/drbd/ |
| H A 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() 705 r1 = list_first_entry_or_null(&device->pending_master_completion[i], in device_oldest_requests_show() 707 r2 = list_first_entry_or_null(&device->pending_completion[i], in device_oldest_requests_show()
|
| /linux/net/mac802154/ |
| H A D | rx.c | 38 mac_pkt = list_first_entry_or_null(&local->rx_beacon_list, in mac802154_rx_beacon_worker() 79 mac_pkt = list_first_entry_or_null(&local->rx_mac_cmd_list, in mac802154_rx_mac_cmd_worker()
|