/kernel/linux/linux-6.6/arch/arm64/kvm/vgic/ |
H A D | vgic-its.c | 13 #include <linux/list.h> 69 * check that we don't add a second list entry with the same LPI. in vgic_add_lpi() 121 /* the head for the list of ITTEs */ 343 /* We don't need to "get" the IRQ, as we hold the list lock. */ in vgic_copy_lpi_list() 646 /* Move the new translation to the head of the list */ in vgic_its_cache_translation() 1041 * entry from the list. If there wasn't any before, we can in vgic_its_free_collection() 1376 * Find the VCPU mapped to that collection, then iterate over the VM's list
|
/kernel/linux/linux-6.6/arch/arm/mach-omap2/ |
H A D | omap_hwmod.c | 109 * This is a partial list. 134 #include <linux/list.h> 195 * @link: list link 254 /* mpu_oh: used to add/remove MPU initiator from sleepdep list */ 3007 if (ois[0] == NULL) /* Empty list */ in omap_hwmod_register_links()
|
/kernel/linux/linux-5.10/drivers/media/dvb-core/ |
H A D | dvb_frontend.c | 26 #include <linux/list.h> 763 dvb_frontend_add_event(fe, s); /* update event list */ in dvb_frontend_thread()
|
/kernel/linux/linux-5.10/drivers/md/ |
H A D | md-bitmap.c | 26 #include <linux/list.h> 109 /* if page is completely empty, put it back on the free list, or dealloc it */ 172 * linked list, and raising the refcount of devices we return to ensure in next_active_rdev() 176 * still be in the same position on the list when we re-enter in next_active_rdev()
|
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/ |
H A D | videobuf2-core.c | 1057 /* Add the buffer to the done buffers list */ in vb2_buffer_done() 1506 list_for_each_entry(obj, &req->objects, list) in vb2_request_buffer_cnt() 1709 * Add to the queued buffers list, a buffer will stay on it until in vb2_core_qbuf() 1774 * long as we hold the driver's lock, the list will remain not in __vb2_wait_for_done_vb() 2010 * Remove all buffers from videobuf's list... in __vb2_queue_cancel() 2014 * ...and done list; userspace will not receive any buffers it in __vb2_queue_cancel()
|
/kernel/linux/linux-5.10/drivers/isdn/hardware/mISDN/ |
H A D | hfcpci.c | 2109 list_add(&card->bch[i].ch.list, &card->dch.dev.bchannels); in setup_card() 2129 /* private data in the PCI devices list */
|
/kernel/linux/linux-5.10/drivers/input/touchscreen/ |
H A D | atmel_mxt_ts.c | 347 struct list_head list; member
|
/kernel/linux/linux-5.10/drivers/gpu/drm/i915/ |
H A D | i915_perf.c | 2344 list_for_each_entry_safe(ctx, cn, &i915->gem.contexts.list, link) { in oa_configure_all_contexts()
|
/kernel/linux/linux-5.10/drivers/mmc/core/ |
H A D | mmc_test.c | 14 #include <linux/list.h> 91 * @link: double-linked list 109 * @link: double-linked list 125 * @link: double-linked list 1437 pr_info("%s: Failed to map sg list\n", in mmc_test_area_map() 1666 * transfer but with no contiguous pages in the scatter list. This tests
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 12 #include <linux/list.h>
|
/kernel/linux/linux-5.10/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 16 #include <linux/list.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/atmel/ |
H A D | at76c50x-usb.c | 18 * TODO list is at the wiki: 30 #include <linux/list.h>
|
/kernel/linux/linux-5.10/drivers/net/wireless/ath/wil6210/ |
H A D | debugfs.c | 69 /* num_of_descs == 0, it's a frag in a list of descs */ in wil_print_desc_edma() 1207 list_for_each_entry(it, lh, list) { in wil_print_rx_buff() 1232 /* Print active list */ in rx_buff_mgmt_show() 1233 seq_puts(s, " Active list:\n"); in rx_buff_mgmt_show() 1235 seq_puts(s, "\n Free list:\n"); in rx_buff_mgmt_show()
|
/kernel/linux/linux-5.10/drivers/net/ethernet/chelsio/inline_crypto/chtls/ |
H A D | chtls_cm.c | 9 #include <linux/list.h> 1492 * Process the reap list.
|
/kernel/linux/linux-5.10/drivers/scsi/ |
H A D | aha152x.c | 244 #include <linux/list.h>
|
/kernel/linux/linux-5.10/drivers/target/ |
H A D | target_core_pr.c | 16 #include <linux/list.h> 722 * Create list of matching SCSI Initiator Port registrations in __core_scsi3_alloc_registration() 1342 * For PREEMPT_AND_ABORT, the list of *pr_reg in preempt_and_abort_list 1535 pr_warn("SPC-PR: Received PR OUT parameter list" in core_scsi3_decode_spec_i_port() 1887 * Walk the registration list.. in core_scsi3_update_aptpl_buf() 2112 * TransportID from Parameter list and loop through in core_scsi3_emulate_pro_register() 2113 * fabric dependent parameter list while calling in core_scsi3_emulate_pro_register() 2798 * struct t10_pr_registration to the list that will be compared in __core_scsi3_complete_pro_preempt() 3101 * Call LUN_RESET logic upon list of struct t10_pr_registration, in core_scsi3_pro_preempt() 3106 * release every registration in the list (whic in core_scsi3_pro_preempt() [all...] |
/kernel/linux/linux-5.10/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 834 offsetof(struct rtllib_network, list)); in _rtl92e_sta_down()
|
/kernel/linux/linux-5.10/drivers/staging/rtl8192u/ieee80211/ |
H A D | ieee80211_softmac.c | 438 * new network events, despite for updating the net list, in ieee80211_softmac_scan_syncro() 1449 list_for_each_entry(target, &ieee->network_list, list) { in ieee80211_softmac_check_all_nets() 2231 /* check if we have this cell in our network list */ in ieee80211_start_ibss_wq()
|
/kernel/linux/linux-5.10/drivers/usb/gadget/udc/ |
H A D | net2272.c | 17 #include <linux/list.h>
|
H A D | mv_udc_core.c | 20 #include <linux/list.h> 402 /* generate dTD linked list for a request */
|
H A D | pch_udc.c | 14 #include <linux/list.h> 1531 complete_req(ep, req, -ESHUTDOWN); /* Remove from list */ in empty_req_queue() 2921 /* remove ep0 in and out from the list. They have own pointer */ in pch_udc_pcd_reinit()
|
H A D | omap_udc.c | 22 #include <linux/list.h>
|
H A D | dummy_hcd.c | 34 #include <linux/list.h> 1167 * when urbs are queued, they're just stuck on a list that we
|
H A D | fsl_qe_udc.c | 26 #include <linux/list.h> 2522 /* setup the qe_ep struct and link ep.ep.list in qe_udc_probe()
|
/kernel/linux/linux-5.10/drivers/usb/musb/ |
H A D | musb_core.c | 71 #include <linux/list.h>
|