/kernel/linux/linux-6.6/drivers/opp/ |
H A D | opp.h | 18 #include <linux/list.h> 124 * @node: list node 152 * @dev_list: list of devices that share these OPPs
|
/kernel/linux/linux-6.6/drivers/gpu/drm/gud/ |
H A D | gud_internal.h | 6 #include <linux/list.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/ |
H A D | drm_plane_helper.c | 26 #include <linux/list.h> 61 * should be called twice: once with a NULL connector list to retrieve 62 * the list size, and once with the properly allocated list to be filled in. 274 * it from the DRM plane list, and deallocate the plane structure.
|
/kernel/linux/linux-6.6/drivers/iio/trigger/ |
H A D | iio-trig-sysfs.c | 10 #include <linux/list.h>
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/ |
H A D | i915_gem_object_types.h | 29 * remove them as the object or context is closed, we need a secondary list 98 * referenced so act accordingly (Perhaps changing an LRU list etc). 256 * @vma.lock: protect the list/tree of vmas 261 * @vma.list: List of VMAs backed by this object 263 * The VMA on this list are ordered by type, all GGTT vma are 269 struct list_head list; member 276 * i915_vma_instance(). They are also added to @vma.list for 296 * context, we add it to the list to ensure we can unlock everything 591 * shrinker list once the pages are released. 595 * the object from the shrinker list, i [all...] |
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/ |
H A D | intel_region_ttm.c | 127 if (list_empty(&mem->objects.list)) in intel_region_ttm_fini()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gt/ |
H A D | intel_context_types.h | 11 #include <linux/list.h> 102 * @signal_lock protects the list of requests that need signaling, 109 spinlock_t signal_lock; /* protects signals, the list of requests */ 179 * the list is assumed to only be manipulated during driver load 195 * @fences: maintains a list of requests that are currently 204 /** @requests: list of active requests on this context */ 241 * list when context is pending to be destroyed (deregistered with the 250 * @child_list: parent's list of children 256 * @child_link: child's link into parent's list of
|
/kernel/linux/linux-6.6/drivers/gpu/drm/nouveau/dispnv50/ |
H A D | wndw.h | 21 struct list_head list; member
|
/kernel/linux/linux-6.6/drivers/hid/ |
H A D | wacom.h | 242 void wacom_idleprox_timeout(struct timer_list *list);
|
/kernel/linux/linux-6.6/tools/perf/util/ |
H A D | bpf_ftrace.c | 31 func = list_first_entry(&ftrace->filters, struct filter_entry, list); in perf_ftrace__latency_prepare_bpf()
|
H A D | db-export.h | 11 #include <linux/list.h>
|
H A D | srccode.c | 7 #include <linux/list.h>
|
/kernel/linux/linux-6.6/tools/objtool/ |
H A D | special.c | 136 * Read all the special sections and create a list of special_alt structs which 177 list_add_tail(&alt->list, alts); in special_get_alts()
|
/kernel/linux/linux-6.6/net/wireless/ |
H A D | sysfs.c | 90 list_for_each_entry(wdev, &rdev->wiphy.wdev_list, list) in cfg80211_leave_all()
|
/kernel/linux/linux-6.6/net/tipc/ |
H A D | core.h | 13 * notice, this list of conditions and the following disclaimer. 15 * notice, this list of conditions and the following disclaimer in the 55 #include <linux/list.h> 104 /* Node table and node list */ 111 /* Neighbor monitoring list */ 115 /* Bearer list */
|
/kernel/linux/linux-6.6/tools/testing/selftests/netfilter/ |
H A D | nft_synproxy.sh | 112 ip netns exec $nsr nft list ruleset
|
/kernel/linux/linux-6.6/tools/workqueue/ |
H A D | wq_monitor.py | 43 from drgn.helpers.linux.list import list_for_each_entry,list_empty 161 for wq in list_for_each_entry('struct workqueue_struct', workqueues.address_of_(), 'list'):
|
/kernel/linux/linux-6.6/sound/pci/hda/ |
H A D | hda_controller.h | 88 struct list_head list; member 122 struct list_head pcm_list; /* azx_pcm list */
|
/kernel/linux/linux-6.6/scripts/ |
H A D | parse-maintainers.pl | 40 L: Mailing list where patches should be sent
|
/kernel/linux/linux-6.6/sound/drivers/opl4/ |
H A D | opl4_local.h | 11 * notice, this list of conditions, and the following disclaimer, 160 struct list_head list; member
|
/kernel/linux/linux-6.6/tools/testing/selftests/tc-testing/ |
H A D | TdcResults.py | 51 if type(newstep) == list: 56 raise TypeError('TdcResults.add_steps() requires a list or str')
|
/kernel/linux/linux-6.6/virt/lib/ |
H A D | irqbypass.c | 18 #include <linux/list.h> 81 * Add the provided IRQ producer to the list of producers and connect 82 * with any matching token found on the IRQ consumers list. 132 * Remove a previously registered IRQ producer from the list of producers 146 return; /* nothing in the list anyway */ in irq_bypass_unregister_producer() 176 * Add the provided IRQ consumer to the list of consumers and connect 177 * with any matching token found on the IRQ producer list. 228 * Remove a previously registered IRQ consumer from the list of consumers 242 return; /* nothing in the list anyway */ in irq_bypass_unregister_consumer()
|
/kernel/linux/linux-6.6/sound/firewire/digi00x/ |
H A D | digi00x-midi.c | 101 list_for_each_entry(subs, &str->substreams, list) { in set_substream_names()
|
/kernel/linux/linux-6.6/sound/firewire/oxfw/ |
H A D | oxfw-midi.c | 131 list_for_each_entry(subs, &str->substreams, list) { in set_midi_substream_names()
|
/kernel/linux/linux-6.6/sound/soc/codecs/ |
H A D | wm8524.c | 190 wm8524->rate_constraint.list = &wm8524->rate_constraint_list[0]; in wm8524_probe()
|