| /linux-6.15/drivers/soc/pxa/ |
| H A D | ssp.c | 44 list_for_each_entry(ssp, &ssp_list, node) { in pxa_ssp_request() 54 if (&ssp->node == &ssp_list) in pxa_ssp_request() 68 list_for_each_entry(ssp, &ssp_list, node) { in pxa_ssp_request_of() 78 if (&ssp->node == &ssp_list) in pxa_ssp_request_of() 171 list_add(&ssp->node, &ssp_list); in pxa_ssp_probe() 184 list_del(&ssp->node); in pxa_ssp_remove()
|
| /linux-6.15/Documentation/devicetree/bindings/mfd/ |
| H A D | canaan,k210-sysctl.yaml | 37 # Child node 41 Clock controller for the SoC clocks. This child node definition 46 # Child node 50 Reset controller for the SoC. This child node definition 55 # Child node 59 Reboot method for the SoC. This child node definition
|
| /linux-6.15/security/selinux/ss/ |
| H A D | ebitmap.h | 43 struct ebitmap_node *node; /* first node in the bitmap */ member 54 for (*n = e->node; *n; *n = (*n)->next) { in ebitmap_start_positive() 84 #define EBITMAP_NODE_INDEX(node, bit) \ argument 85 (((bit) - (node)->startbit) / EBITMAP_UNIT_SIZE) 86 #define EBITMAP_NODE_OFFSET(node, bit) \ argument 87 (((bit) - (node)->startbit) % EBITMAP_UNIT_SIZE)
|
| /linux-6.15/arch/arm64/boot/dts/mediatek/ |
| H A D | mt8370.dtsi | 14 /delete-node/ cpu@400; 15 /delete-node/ cpu@500; 19 /delete-node/ core4; 20 /delete-node/ core5;
|
| /linux-6.15/Documentation/devicetree/bindings/sound/ |
| H A D | nokia,rx51.txt | 5 - nokia,cpu-dai: phandle for the McBSP node 6 - nokia,audio-codec: phandles for the main TLV320AIC3X node and the 7 auxiliary TLV320AIC3X node (in this order) 8 - nokia,headphone-amplifier: phandle for the TPA6130A2 node
|
| /linux-6.15/Documentation/devicetree/bindings/ptp/ |
| H A D | ptp-ines.txt | 3 The IP core needs two different kinds of nodes. The control node 9 Required properties of the control node: 14 Required format of the port handle within the PHY node: 16 - timestamper: provides control node reference and
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | path.h | 24 struct list_head node; member 35 struct list_head node; member 46 struct list_head node; member 58 struct list_head node; member
|
| /linux-6.15/drivers/scsi/elx/libefc/ |
| H A D | efc_device.h | 14 efc_node_init_device(struct efc_node *node, bool send_plogi); 16 efc_process_prli_payload(struct efc_node *node, 19 efc_d_send_prli_rsp(struct efc_node *node, uint16_t ox_id); 21 efc_send_ls_acc_after_attach(struct efc_node *node,
|
| /linux-6.15/tools/lib/perf/include/internal/ |
| H A D | evsel.h | 18 struct list_head node; member 34 list_for_each_entry_safe(item, tmp, &(evsel)->per_stream_periods, node) 45 struct hlist_node node; member 92 struct list_head node; member
|
| /linux-6.15/scripts/dtc/ |
| H A D | fstree.c | 11 static struct node *read_fstree(const char *dirname) in read_fstree() 16 struct node *tree; in read_fstree() 54 struct node *newchild; in read_fstree() 70 struct node *tree; in dt_from_fs()
|
| /linux-6.15/scripts/include/ |
| H A D | hashtable.h | 41 #define hash_add(table, node, key) \ argument 42 hlist_add_head(node, hash_head(table, key)) 48 static inline void hash_del(struct hlist_node *node) in hash_del() argument 50 hlist_del_init(node); in hash_del()
|
| /linux-6.15/fs/ |
| H A D | mbcache.c | 157 struct hlist_bl_node *node; in __entry_find() local 163 node = entry->e_hash_list.next; in __entry_find() 165 node = hlist_bl_first(head); in __entry_find() 166 while (node) { in __entry_find() 167 entry = hlist_bl_entry(node, struct mb_cache_entry, in __entry_find() 173 node = node->next; in __entry_find() 225 struct hlist_bl_node *node; in mb_cache_entry_get() local 231 hlist_bl_for_each_entry(entry, node, head, e_hash_list) { in mb_cache_entry_get()
|
| /linux-6.15/drivers/clk/ |
| H A D | clk-hsdk-pll.c | 350 static void __init of_hsdk_pll_clk_setup(struct device_node *node) in of_hsdk_pll_clk_setup() argument 362 pll_clk->regs = of_iomap(node, 0); in of_hsdk_pll_clk_setup() 368 pll_clk->spec_regs = of_iomap(node, 1); in of_hsdk_pll_clk_setup() 374 init.name = node->name; in of_hsdk_pll_clk_setup() 376 parent_name = of_clk_get_parent_name(node, 0); in of_hsdk_pll_clk_setup() 378 num_parents = of_clk_get_parent_count(node); in of_hsdk_pll_clk_setup() 390 pr_err("failed to register %pOFn clock\n", node); in of_hsdk_pll_clk_setup() 394 ret = of_clk_add_hw_provider(node, of_clk_hw_simple_get, &pll_clk->hw); in of_hsdk_pll_clk_setup() 396 pr_err("failed to add hw provider for %pOFn clock\n", node); in of_hsdk_pll_clk_setup()
|
| /linux-6.15/kernel/dma/ |
| H A D | map_benchmark.c | 119 int node = map->bparam.node; in do_map_benchmark() local 132 map->bparam.node, "dma-map-benchmark/%d", i); in do_map_benchmark() 141 if (node != NUMA_NO_NODE) in do_map_benchmark() 142 kthread_bind_mask(tsk[i], cpumask_of_node(node)); in do_map_benchmark() 229 if (map->bparam.node != NUMA_NO_NODE && in map_benchmark_ioctl() 230 (map->bparam.node < 0 || map->bparam.node >= MAX_NUMNODES || in map_benchmark_ioctl() 231 !node_possible(map->bparam.node))) { in map_benchmark_ioctl()
|
| /linux-6.15/tools/testing/selftests/vDSO/ |
| H A D | vdso_test_correctness.c | 151 static long sys_getcpu(unsigned * cpu, unsigned * node, in sys_getcpu() argument 154 return syscall(__NR_getcpu, cpu, node, cache); in sys_getcpu() 186 unsigned node; in test_getcpu() local 195 node = node_sys; in test_getcpu() 197 node = node_vdso; in test_getcpu() 199 node = node_vsys; in test_getcpu() 202 if (!ret_sys && (cpu_sys != cpu || node_sys != node)) in test_getcpu() 204 if (!ret_vdso && (cpu_vdso != cpu || node_vdso != node)) in test_getcpu() 206 if (!ret_vsys && (cpu_vsys != cpu || node_vsys != node)) in test_getcpu()
|
| /linux-6.15/drivers/net/phy/ |
| H A D | fixed_phy.c | 39 struct list_head node; member 57 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_change_carrier() 78 list_for_each_entry(fp, &fmb->phys, node) { in fixed_mdio_read() 121 list_for_each_entry(fp, &fmb->phys, node) { in fixed_phy_set_link_update() 158 list_add_tail(&fp->node, &fmb->phys); in fixed_phy_add_gpiod() 177 list_for_each_entry_safe(fp, tmp, &fmb->phys, node) { in fixed_phy_del() 179 list_del(&fp->node); in fixed_phy_del() 381 list_for_each_entry_safe(fp, tmp, &fmb->phys, node) { in fixed_mdio_bus_exit() 382 list_del(&fp->node); in fixed_mdio_bus_exit()
|
| /linux-6.15/drivers/remoteproc/ |
| H A D | qcom_common.c | 99 list_for_each_entry_safe(entry, tmp, &rproc->dump_segments, node) { in qcom_minidump_cleanup() 100 list_del(&entry->node); in qcom_minidump_cleanup() 203 glink->edge = qcom_glink_smem_register(glink->dev, glink->node); in glink_subdev_start() 235 if (!glink->node) in qcom_add_glink_subdev() 258 if (!glink->node) in qcom_remove_glink_subdev() 263 of_node_put(glink->node); in qcom_remove_glink_subdev() 314 smd->edge = qcom_smd_register_edge(smd->dev, smd->node); in smd_subdev_start() 336 smd->node = of_get_child_by_name(dev->parent->of_node, "smd-edge"); in qcom_add_smd_subdev() 337 if (!smd->node) in qcom_add_smd_subdev() 355 if (!smd->node) in qcom_remove_smd_subdev() [all …]
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | refcounted_kptr.c | 23 struct node_data __kptr *node; member 36 struct bpf_rb_node node; member 67 node_a = container_of(a, struct node_acquire, node); in less_a() 68 node_b = container_of(b, struct node_acquire, node); in less_a() 123 n = bpf_kptr_xchg(&mapval->node, n); in __stash_map_insert_tree() 216 n = bpf_kptr_xchg(&mapval->node, n); in __read_from_unstash() 381 bpf_rbtree_add(&aroot, &n->node, less_a); in rbtree_refcounted_node_ref_escapes() 406 bpf_rbtree_add(&aroot, &n->node, less_a); in rbtree_refcounted_node_ref_escapes_owning_input() 422 n = bpf_kptr_xchg(&mapval->node, n); in __stash_map_empty_xchg() 462 n = bpf_kptr_xchg(&mapval->node, NULL); in rbtree_wrong_owner_remove_fail_b() [all …]
|
| /linux-6.15/samples/bpf/ |
| H A D | test_lru_dist.c | 126 struct pfect_lru_node *node = NULL; in pfect_lru_lookup_or_insert() local 130 if (!bpf_map_lookup_elem(lru->map_fd, &key, &node)) { in pfect_lru_lookup_or_insert() 131 if (node) { in pfect_lru_lookup_or_insert() 132 list_move(&node->list, &lru->list); in pfect_lru_lookup_or_insert() 139 node = &lru->free_nodes[lru->cur_size++]; in pfect_lru_lookup_or_insert() 140 INIT_LIST_HEAD(&node->list); in pfect_lru_lookup_or_insert() 144 node = list_last_entry(&lru->list, in pfect_lru_lookup_or_insert() 147 bpf_map_update_elem(lru->map_fd, &node->key, &null_node, BPF_EXIST); in pfect_lru_lookup_or_insert() 150 node->key = key; in pfect_lru_lookup_or_insert() 151 list_move(&node->list, &lru->list); in pfect_lru_lookup_or_insert() [all …]
|
| /linux-6.15/tools/perf/util/ |
| H A D | evsel.h | 415 return list_entry(evsel->core.node.next, struct evsel, core.node); in evsel__next() 420 return list_entry(evsel->core.node.prev, struct evsel, core.node); in evsel__prev() 476 for ((_evsel) = list_entry((_leader)->core.node.next, struct evsel, core.node); \ 477 (_evsel) && &(_evsel)->core.node != (_head) && \ 479 (_evsel) = list_entry((_evsel)->core.node.next, struct evsel, core.node)) 487 (_evsel) && &(_evsel)->core.node != (_head) && \ 489 (_evsel) = list_entry((_evsel)->core.node.next, struct evsel, core.node))
|
| /linux-6.15/fs/dlm/ |
| H A D | member.c | 334 memb->nodeid = node->nodeid; in dlm_add_member() 335 memb->weight = node->weight; in dlm_add_member() 336 memb->comm_seq = node->comm_seq; in dlm_add_member() 338 error = add_remote_member(node->nodeid); in dlm_add_member() 553 struct dlm_config_node *node; in dlm_recover_members() local 571 node = find_config_node(rv, memb->nodeid); in dlm_recover_members() 572 if (node && !node->new) in dlm_recover_members() 575 if (!node) { in dlm_recover_members() 593 node = &rv->nodes[i]; in dlm_recover_members() 594 if (dlm_is_member(ls, node->nodeid)) in dlm_recover_members() [all …]
|
| /linux-6.15/drivers/clk/bcm/ |
| H A D | clk-kona-setup.c | 752 of_clk_del_provider(ccu->node); /* safe if never added */ in kona_ccu_teardown() 754 of_node_put(ccu->node); in kona_ccu_teardown() 755 ccu->node = NULL; in kona_ccu_teardown() 794 struct device_node *node) in kona_dt_ccu_setup() argument 801 ret = of_address_to_resource(node, 0, &res); in kona_dt_ccu_setup() 804 node); in kona_dt_ccu_setup() 811 node); in kona_dt_ccu_setup() 825 node); in kona_dt_ccu_setup() 828 ccu->node = of_node_get(node); in kona_dt_ccu_setup() 844 node, ret); in kona_dt_ccu_setup() [all …]
|
| /linux-6.15/drivers/gpu/drm/mediatek/ |
| H A D | mtk_disp_ovl_adaptor.c | 513 bool mtk_ovl_adaptor_is_comp_present(struct device_node *node) in mtk_ovl_adaptor_is_comp_present() argument 518 ret = ovl_adaptor_of_get_ddp_comp_type(node, &type); in mtk_ovl_adaptor_is_comp_present() 543 for_each_child_of_node_scoped(parent, node) { in ovl_adaptor_comp_init() 547 ret = ovl_adaptor_of_get_ddp_comp_type(node, &type); in ovl_adaptor_comp_init() 551 if (!of_device_is_available(node)) { in ovl_adaptor_comp_init() 553 node); in ovl_adaptor_comp_init() 557 id = ovl_adaptor_comp_get_id(dev, node, type); in ovl_adaptor_comp_init() 560 node); in ovl_adaptor_comp_init() 564 comp_pdev = of_find_device_by_node(node); in ovl_adaptor_comp_init() 570 drm_of_component_match_add(dev, match, compare_of, node); in ovl_adaptor_comp_init() [all …]
|
| /linux-6.15/drivers/clk/mediatek/ |
| H A D | clk-mt2701.c | 663 struct device_node *node = pdev->dev.of_node; in mtk_topckgen_init() local 686 mtk_clk_register_gates(&pdev->dev, node, top_clks, in mtk_topckgen_init() 746 static void __init mtk_infrasys_init_early(struct device_node *node) in mtk_infrasys_init_early() argument 765 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, in mtk_infrasys_init_early() 777 struct device_node *node = pdev->dev.of_node; in mtk_infrasys_init() local 790 mtk_clk_register_gates(&pdev->dev, node, infra_clks, in mtk_infrasys_init() 795 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, in mtk_infrasys_init() 892 struct device_node *node = pdev->dev.of_node; in mtk_pericfg_init() local 902 mtk_clk_register_gates(&pdev->dev, node, peri_clks, in mtk_pericfg_init() 909 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in mtk_pericfg_init() [all …]
|
| /linux-6.15/drivers/soc/ti/ |
| H A D | knav_dma.c | 517 struct device_node *node, in pktdma_get_regs() argument 525 ret = of_address_to_resource(node, index, &res); in pktdma_get_regs() 528 node, index); in pktdma_get_regs() 535 index, node); in pktdma_get_regs() 603 struct device_node *node = dma_node; in dma_init() local 626 dma->reg_global = pktdma_get_regs(dma, node, 0, &size); in dma_init() 672 strcpy(dma->name, node->name); in dma_init() 708 struct device_node *node = pdev->dev.of_node; in knav_dma_probe() local 712 if (!node) { in knav_dma_probe() 735 for_each_child_of_node(node, child) { in knav_dma_probe() [all …]
|