Home
last modified time | relevance | path

Searched refs:node (Results 2351 - 2375 of 6932) sorted by relevance

1...<<919293949596979899100>>...278

/kernel/linux/linux-6.6/drivers/input/touchscreen/
H A Dti_am335x_tsc.c351 struct device_node *node = pdev->dev.of_node; in titsc_parse_dt() local
354 if (!node) in titsc_parse_dt()
357 err = of_property_read_u32(node, "ti,wires", &ts_dev->wires); in titsc_parse_dt()
369 err = of_property_read_u32(node, "ti,x-plate-resistance", in titsc_parse_dt()
378 err = of_property_read_u32(node, "ti,coordinate-readouts", in titsc_parse_dt()
382 err = of_property_read_u32(node, "ti,coordiante-readouts", in titsc_parse_dt()
395 err = of_property_read_u32(node, "ti,charge-delay", in titsc_parse_dt()
406 return of_property_read_u32_array(node, "ti,wire-config", in titsc_parse_dt()
/kernel/linux/linux-6.6/drivers/iommu/iommufd/
H A Dioas.c134 allowed->node.start = range.start; in iommufd_ioas_load_iovas()
135 allowed->node.last = range.last; in iommufd_ioas_load_iovas()
137 interval_tree_insert(&allowed->node, itree); in iommufd_ioas_load_iovas()
146 struct interval_tree_node *node; in iommufd_ioas_allow_iovas() local
174 while ((node = interval_tree_iter_first(&allowed_iova, 0, ULONG_MAX))) { in iommufd_ioas_allow_iovas()
175 interval_tree_remove(node, &allowed_iova); in iommufd_ioas_allow_iovas()
176 kfree(container_of(node, struct iopt_allowed, node)); in iommufd_ioas_allow_iovas()
/kernel/linux/linux-6.6/net/smc/
H A Dsmc_core.h438 struct rb_node *node; in smc_lgr_find_conn() local
440 node = lgr->conns_all.rb_node; in smc_lgr_find_conn()
441 while (node) { in smc_lgr_find_conn()
442 struct smc_connection *cur = rb_entry(node, in smc_lgr_find_conn()
446 node = node->rb_left; in smc_lgr_find_conn()
449 node = node->rb_right; in smc_lgr_find_conn()
/kernel/linux/linux-6.6/tools/testing/selftests/alsa/
H A Dconf.c201 snd_config_t *node, *path_config, *regex_config; in sysfs_match() local
209 node = snd_config_iterator_entry(i); in sysfs_match()
210 if (snd_config_search(node, "path", &path_config)) in sysfs_match()
212 if (snd_config_search(node, "regex", &regex_config)) in sysfs_match()
235 snd_config_t *config, *sysfs_config, *card_config, *sysfs_card_config, *node; in test_filename1() local
248 node = snd_config_iterator_entry(i); in test_filename1()
249 if (snd_config_search(node, "sysfs", &sysfs_card_config) || in test_filename1()
262 data->config = node; in test_filename1()
/kernel/linux/linux-6.6/tools/perf/util/
H A Dcgroup.c520 cgrp = rb_entry(parent, struct cgroup, node); in __cgroup__findnew()
548 rb_link_node(&cgrp->node, parent, p); in __cgroup__findnew()
549 rb_insert_color(&cgrp->node, root); in __cgroup__findnew()
577 struct rb_node *node; in perf_env__purge_cgroups() local
582 node = rb_first(&env->cgroups.tree); in perf_env__purge_cgroups()
583 cgrp = rb_entry(node, struct cgroup, node); in perf_env__purge_cgroups()
585 rb_erase(node, &env->cgroups.tree); in perf_env__purge_cgroups()
/kernel/linux/linux-6.6/lib/
H A Didr.c292 struct radix_tree_node *node; in idr_replace() local
298 entry = __radix_tree_lookup(&idr->idr_rt, id, &node, &slot); in idr_replace()
302 __radix_tree_replace(&idr->idr_rt, node, slot, ptr); in idr_replace()
337 * I considered telling the XArray that each slot is an order-10 node
349 * single 128-byte bitmap, we currently switch to a 576-byte node, put
351 * 128-byte entries. We could instead use the 512 bytes of the node's
569 struct xa_node *node = xa_to_node(entry); in ida_dump_entry() local
570 unsigned int shift = node->shift + IDA_CHUNK_SHIFT + in ida_dump_entry()
574 xa_dump_node(node); in ida_dump_entry()
576 ida_dump_entry(node in ida_dump_entry()
[all...]
/kernel/linux/linux-6.6/sound/xen/
H A Dxen_snd_front_cfg.c393 char node[3]; in cfg_device() local
417 snprintf(node, sizeof(node), "%d", num_streams); in cfg_device()
418 if (!xenbus_exists(XBT_NIL, device_path, node)) in cfg_device()
481 char node[3]; in xen_snd_front_cfg_card() local
486 scnprintf(node, sizeof(node), "%d", num_devices); in xen_snd_front_cfg_card()
487 if (!xenbus_exists(XBT_NIL, xb_dev->nodename, node)) in xen_snd_front_cfg_card()
/kernel/linux/linux-5.10/drivers/soc/ti/
H A Dknav_qmss_queue.c762 struct list_head *node; in knav_pool_create() local
820 node = &region->pools; in knav_pool_create()
828 node = &pi->region_inst; in knav_pool_create()
836 list_add_tail(&pool->region_inst, node); in knav_pool_create()
1066 static const char *knav_queue_find_name(struct device_node *node) in knav_queue_find_name() argument
1070 if (of_property_read_string(node, "label", &name) < 0) in knav_queue_find_name()
1071 name = node->name; in knav_queue_find_name()
1139 struct device_node *node = pdev->dev.of_node; in knav_get_link_ram() local
1155 if (!of_property_read_u32_array(node, name , temp, 2)) { in knav_get_link_ram()
1210 struct device_node *node) in knav_setup_queue_range()
1209 knav_setup_queue_range(struct knav_device *kdev, struct device_node *node) knav_setup_queue_range() argument
1369 knav_queue_map_reg(struct knav_device *kdev, struct device_node *node, int index) knav_queue_map_reg() argument
1754 struct device_node *node = pdev->dev.of_node; knav_queue_probe() local
[all...]
/kernel/linux/linux-6.6/drivers/soc/ti/
H A Dknav_qmss_queue.c762 struct list_head *node; in knav_pool_create() local
818 node = &region->pools; in knav_pool_create()
828 node = &pi->region_inst; in knav_pool_create()
834 list_add_tail(&pool->region_inst, node); in knav_pool_create()
1065 static const char *knav_queue_find_name(struct device_node *node) in knav_queue_find_name() argument
1069 if (of_property_read_string(node, "label", &name) < 0) in knav_queue_find_name()
1070 name = node->name; in knav_queue_find_name()
1139 struct device_node *node = pdev->dev.of_node; in knav_get_link_ram() local
1155 if (!of_property_read_u32_array(node, name , temp, 2)) { in knav_get_link_ram()
1210 struct device_node *node) in knav_setup_queue_range()
1209 knav_setup_queue_range(struct knav_device *kdev, struct device_node *node) knav_setup_queue_range() argument
1368 knav_queue_map_reg(struct knav_device *kdev, struct device_node *node, int index) knav_queue_map_reg() argument
1755 struct device_node *node = pdev->dev.of_node; knav_queue_probe() local
[all...]
/kernel/linux/linux-5.10/arch/arm/mach-vexpress/
H A Dv2m.c16 struct device_node *node = of_find_compatible_node(NULL, NULL, in vexpress_flags_set() local
19 base = of_iomap(node, 0); in vexpress_flags_set()
/kernel/linux/linux-6.6/arch/loongarch/include/asm/
H A Dtopology.h14 #define cpumask_of_node(node) (&cpus_on_node[node])
/kernel/linux/linux-6.6/arch/arm/mach-versatile/
H A Dv2m.c16 struct device_node *node = of_find_compatible_node(NULL, NULL, in vexpress_flags_set() local
19 base = of_iomap(node, 0); in vexpress_flags_set()
/kernel/linux/linux-5.10/drivers/media/platform/mtk-mdp/
H A Dmtk_mdp_comp.h27 * @node: list node to track sibing MDP components
28 * @dev_node: component device node
34 struct list_head node; member
41 int mtk_mdp_comp_init(struct device *dev, struct device_node *node,
/kernel/linux/linux-5.10/include/linux/
H A Dnuma.h28 int numa_map_to_online_node(int node);
33 pr_info_once("Unknown online node for memory at 0x%llx, assuming node 0\n", in memory_add_physaddr_to_nid()
41 pr_info_once("Unknown target node for memory at 0x%llx, assuming node 0\n", in phys_to_target_node()
47 static inline int numa_map_to_online_node(int node) in numa_map_to_online_node() argument
H A Dirqbypass.h33 * @node: IRQ bypass manager private list management
46 struct list_head node; member
59 * @node: IRQ bypass manager private list management
72 struct list_head node; member
/kernel/linux/linux-5.10/include/linux/sched/
H A Dnuma_balancing.h19 extern void task_numa_fault(int last_node, int node, int pages, int flags);
26 static inline void task_numa_fault(int last_node, int node, int pages, in task_numa_fault() argument
/kernel/linux/linux-5.10/include/uapi/linux/
H A Dqrtr.h38 __le32 node; member
43 __le32 node; member
/kernel/linux/linux-5.10/lib/
H A Dnodemask.c6 unsigned int __next_node_in(int node, const nodemask_t *srcp) in __next_node_in() argument
8 unsigned int ret = __next_node(node, srcp); in __next_node_in()
/kernel/linux/linux-6.6/include/linux/
H A Dirqbypass.h33 * @node: IRQ bypass manager private list management
46 struct list_head node; member
59 * @node: IRQ bypass manager private list management
72 struct list_head node; member
/kernel/linux/linux-6.6/fs/btrfs/
H A Dtree-checker.h33 * can happen for case where we don't have the parent node key,
61 enum btrfs_tree_block_status __btrfs_check_node(struct extent_buffer *node);
64 int btrfs_check_node(struct extent_buffer *node);
/kernel/linux/linux-6.6/include/linux/sched/
H A Dnuma_balancing.h19 extern void task_numa_fault(int last_node, int node, int pages, int flags);
26 static inline void task_numa_fault(int last_node, int node, int pages, in task_numa_fault() argument
/kernel/linux/linux-6.6/include/uapi/linux/
H A Dqrtr.h38 __le32 node; member
43 __le32 node; member
/kernel/linux/linux-6.6/security/selinux/ss/
H A Dservices.h38 struct avtab_node *node);
40 struct avtab_node *node);
/kernel/linux/linux-6.6/tools/testing/selftests/bpf/progs/
H A Drbtree_btf_fail__wrong_node_type.c11 * 'node', but 'node' is not a bpf_rb_node
16 struct bpf_list_node node; member
21 private(A) struct bpf_rb_root groot __contains(node_data, node);
/kernel/liteos_a/fs/jffs2/include/
H A Djffs2_hash.h49 void Jffs2HashRemove(LosMux *lock, struct jffs2_inode *node);
50 int Jffs2HashInsert(LosMux *lock, LOS_DL_LIST *heads, struct jffs2_inode *node, const uint32_t ino);

Completed in 15 milliseconds

1...<<919293949596979899100>>...278