/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qed/ |
H A D | qed_cxt.c | 12 #include <linux/list.h>
|
/kernel/linux/linux-6.6/drivers/net/ethernet/qlogic/qede/ |
H A D | qede_main.c | 15 #include <linux/list.h>
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fs.h | 12 #include <linux/list.h> 279 * to return the page to the active list -- it won't 697 struct list_head i_io_list; /* backing dev IO list */ 706 struct list_head i_lru; /* inode LRU list */ 708 struct list_head i_wb_list; /* backing dev writeback list */ 1087 struct fasync_struct *fa_next; /* singly linked list */ 1224 struct list_head s_mounts; /* list of mounts; _not_ for fs use */ 2245 * I_REFERENCED Marks the inode as recently references on the LRU list.
|
H A D | mm.h | 9 #include <linux/list.h> 1399 * page's address_space. Usually, this is the address of a circular list of
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/rtl8192e/ |
H A D | rtl_core.c | 701 offsetof(struct rtllib_network, list)); in _rtl92e_sta_down()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8192e/ |
H A D | rtllib_softmac.c | 511 * new network events, despite for updating the net list, in rtllib_softmac_scan_syncro() 1569 list_for_each_entry(target, &ieee->network_list, list) { in rtllib_softmac_check_all_nets() 2299 /* check if we have this cell in our network list */ in rtllib_start_ibss_wq()
|
/kernel/linux/linux-6.6/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() 2241 /* check if we have this cell in our network list */ in ieee80211_start_ibss_wq()
|
/kernel/linux/linux-6.6/drivers/staging/rtl8723bs/os_dep/ |
H A D | ioctl_cfg80211.c | 1147 pnetwork = list_entry(plist, struct wlan_network, list); in rtw_cfg80211_surveydone_event_callback()
|
/kernel/linux/linux-6.6/drivers/staging/emxx_udc/ |
H A D | emxx_udc.c | 16 #include <linux/list.h>
|
/kernel/linux/linux-6.6/drivers/power/supply/ |
H A D | ab8500_fg.c | 153 struct list_head list; member 160 * @node: a list of AB8500 FGs, hence prepared for reentrance 247 * (i.e. the first fuel gauge in the instance list)
|
/kernel/linux/linux-6.6/drivers/usb/gadget/udc/ |
H A D | omap_udc.c | 22 #include <linux/list.h>
|
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 | dummy_hcd.c | 34 #include <linux/list.h> 1178 * 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> 2528 /* setup the qe_ep struct and link ep.ep.list in qe_udc_probe()
|
H A D | pch_udc.c | 13 #include <linux/list.h> 1460 complete_req(ep, req, -ESHUTDOWN); /* Remove from list */ in empty_req_queue() 2816 /* remove ep0 in and out from the list. They have own pointer */ in pch_udc_pcd_reinit()
|
/kernel/linux/linux-6.6/drivers/usb/isp1760/ |
H A D | isp1760-hcd.c | 21 #include <linux/list.h> 695 * hw default: 1K periodic list heads, one per frame. in priv_init() 1767 * Packetize urb->transfer_buffer into list of packets of size wMaxPacketSize.
|
/kernel/linux/linux-6.6/drivers/target/ |
H A D | target_core_pr.c | 16 #include <linux/list.h> 723 * Create list of matching SCSI Initiator Port registrations in __core_scsi3_alloc_registration() 1336 * For PREEMPT_AND_ABORT, the list of *pr_reg in preempt_and_abort_list 1521 pr_warn("SPC-PR: Received PR OUT parameter list" in core_scsi3_decode_spec_i_port() 1870 * Walk the registration list.. in core_scsi3_update_aptpl_buf() 2095 * TransportID from Parameter list and loop through in core_scsi3_emulate_pro_register() 2096 * fabric dependent parameter list while calling in core_scsi3_emulate_pro_register() 2777 * struct t10_pr_registration to the list that will be compared in __core_scsi3_complete_pro_preempt() 3095 * Call LUN_RESET logic upon list of struct t10_pr_registration, in core_scsi3_pro_preempt() 3100 * release every registration in the list (whic in core_scsi3_pro_preempt() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | sh_mobile_lcdcfb.c | 447 list_for_each_entry(pageref, pagereflist, list) { in sh_mobile_lcdc_sginit() 467 * workqueue to be scheduled without any dirty pages on the list. in sh_mobile_lcdc_deferred_io() 1828 /* If board code provides us with a list of available modes, make sure in sh_mobile_lcdc_check_var() 2046 * list and allocate the color map. in sh_mobile_lcdc_channel_fb_init()
|
/kernel/linux/linux-6.6/drivers/usb/musb/ |
H A D | musb_core.c | 71 #include <linux/list.h>
|
/kernel/linux/linux-6.6/drivers/block/ |
H A D | xen-blkfront.c | 49 #include <linux/list.h> 606 * We always use the shadow of the first request to store the list in blkif_setup_rw_req_grant() 809 * list. in blkif_queue_rw_req() 1421 * first request will store the scatter-gather list. in blkif_completion() 1457 /* Add the persistent grant into the list of free grants */ in blkif_completion() 1463 * we add it at the head of the list, so it will be in blkif_completion() 1476 * to the tail of the list, so it will not be picked in blkif_completion() 1497 * Add the used indirect page back to the list of in blkif_completion() 2047 /* Traverse the list of pending bios and re-queue them */ in blkif_recover()
|
/kernel/linux/linux-6.6/drivers/bus/ |
H A D | ti-sysc.c | 11 #include <linux/list.h> 65 struct mutex list_lock; /* disabled and restored modules list lock */ 3045 * special handling for quirks, no need to list others. 3066 * devices in the device tree are available so no need to list those SoCs. 3104 * and initialize list for optional cpu_pm notifier. 3177 * Add disabled devices to the list based on the module base. in sysc_init_static_data()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_ras.c | 25 #include <linux/list.h> 531 * Some boards contain an EEPROM which is used to persistently store a list of 968 dev_warn(adev->dev, "Warning: abnormal ras list node.\n"); in amdgpu_ras_get_ras_block() 2031 /* Build list of devices to query RAS related errors */ in amdgpu_ras_do_recovery() 2905 dev_warn(adev->dev, "Warning: abnormal ras list node.\n"); in amdgpu_ras_late_init() 2959 /* Clear ras blocks from ras_list and free ras block list node */ in amdgpu_ras_fini() 3102 * removed from the mgpu_info list which can cause in amdgpu_register_bad_pages_mca_notifier() 3104 * Use this list instead of mgpu_info to find the amdgpu in amdgpu_register_bad_pages_mca_notifier()
|
/kernel/linux/linux-6.6/drivers/cpufreq/ |
H A D | intel_pstate.c | 19 #include <linux/list.h> 460 * list directly. in intel_pstate_init_acpi_perf_limits()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | at_xdmac.c | 18 #include <linux/list.h> 520 * There is no end of list when doing cyclic dma, we need to get in at_xdmac_start_xfer() 816 /* Linked list descriptor setup. */ in at_xdmac_prep_slave_sg() 1450 * free descriptor list in at_xdmac_prep_dma_memset_sg() 1479 * Add the N-1 descriptor to the list in at_xdmac_prep_dma_memset_sg() 1513 * descriptor list in at_xdmac_prep_dma_memset_sg() 1732 * The descriptor currently at the head of the active list is in at_xdmac_handle_error() 1804 /* Remove the transfer from the transfer list. */ in at_xdmac_tasklet() 1814 /* Move the xfer descriptors into the free descriptors list. */ in at_xdmac_tasklet()
|