| /linux-6.15/drivers/of/ |
| H A D | kobj.c | 8 static int of_node_is_initialized(const struct device_node *node) in of_node_is_initialized() argument 10 return node && node->kobj.state_initialized; in of_node_is_initialized() 14 int of_node_is_attached(const struct device_node *node) in of_node_is_attached() argument 16 return node && node->kobj.state_in_sysfs; in of_node_is_attached()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | configfs-stp-policy-p_sys-t | 1 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/uuid 6 Default value is randomly generated at the mkdir <node> time. 7 Data coming from trace sources that use this <node> will be 13 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/do_len 23 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/ts_interval 32 What: /config/stp-policy/<device>:p_sys-t.<policy>/<node>/clocksync_interval
|
| /linux-6.15/drivers/cpufreq/ |
| H A D | armada-8k-cpufreq.c | 134 struct device_node *node; in armada_8k_cpufreq_init() local 137 node = of_find_matching_node_and_match(NULL, armada_8k_cpufreq_of_match, in armada_8k_cpufreq_init() 139 if (!node || !of_device_is_available(node)) { in armada_8k_cpufreq_init() 140 of_node_put(node); in armada_8k_cpufreq_init() 143 of_node_put(node); in armada_8k_cpufreq_init()
|
| /linux-6.15/Documentation/devicetree/bindings/arm/keystone/ |
| H A D | ti,k3-sci-common.yaml | 18 Each specific device management node like a clock controller node, a reset 19 controller node or an interrupt-controller node should define a common set 23 management node is defined in the respective binding. 29 Should be a phandle to the TI-SCI System Controller node
|
| /linux-6.15/Documentation/driver-api/thermal/ |
| H A D | exynos_thermal_emulation.rst | 19 available. When it's enabled, sysfs node will be created as 22 The sysfs node, 'emul_node', will contain value 0 for the initial state. 23 When you input any temperature you want to update to sysfs node, it 28 delay of changing temperature. However, this node only uses same delay 36 repeatedly. That's why this node gives users the right to change 39 Disabling emulation mode only requires writing value 0 to sysfs node.
|
| /linux-6.15/drivers/memory/tegra/ |
| H A D | tegra124-emc.c | 922 struct device_node *node) in load_one_timing_from_dt() argument 930 node, err); in load_one_timing_from_dt() 942 node, err); in load_one_timing_from_dt() 950 node, err); \ in load_one_timing_from_dt() 1289 struct icc_node *node; in emc_of_icc_xlate_extended() local 1305 ndata->node = node; in emc_of_icc_xlate_extended() 1342 struct icc_node *node; in tegra_emc_interconnect_init() local 1355 if (IS_ERR(node)) { in tegra_emc_interconnect_init() 1356 err = PTR_ERR(node); in tegra_emc_interconnect_init() 1370 if (IS_ERR(node)) { in tegra_emc_interconnect_init() [all …]
|
| /linux-6.15/drivers/gpu/drm/nouveau/nvkm/subdev/instmem/ |
| H A D | nv04.c | 43 struct nvkm_mm_node *node; member 51 nvkm_wr32(device, 0x700000 + iobj->node->offset + offset, data); in nv04_instobj_wr32() 59 return nvkm_rd32(device, 0x700000 + iobj->node->offset + offset); in nv04_instobj_rd32() 78 return device->pri + 0x700000 + iobj->node->offset; in nv04_instobj_acquire() 84 return nv04_instobj(memory)->node->length; in nv04_instobj_size() 90 return nv04_instobj(memory)->node->offset; in nv04_instobj_addr() 104 nvkm_mm_free(&iobj->imem->heap, &iobj->node); in nv04_instobj_dtor() 137 ret = nvkm_mm_head(&imem->heap, 0, 1, size, size, align ? align : 1, &iobj->node); in nv04_instobj_new()
|
| H A D | nv40.c | 44 struct nvkm_mm_node *node; member 51 iowrite32_native(data, iobj->imem->iomem + iobj->node->offset + offset); in nv40_instobj_wr32() 58 return ioread32_native(iobj->imem->iomem + iobj->node->offset + offset); in nv40_instobj_rd32() 77 return iobj->imem->iomem + iobj->node->offset; in nv40_instobj_acquire() 83 return nv40_instobj(memory)->node->length; in nv40_instobj_size() 89 return nv40_instobj(memory)->node->offset; in nv40_instobj_addr() 103 nvkm_mm_free(&iobj->imem->heap, &iobj->node); in nv40_instobj_dtor() 136 ret = nvkm_mm_head(&imem->heap, 0, 1, size, size, align ? align : 1, &iobj->node); in nv40_instobj_new()
|
| /linux-6.15/drivers/clk/bcm/ |
| H A D | clk-ns2.c | 86 static void __init ns2_genpll_scr_clk_init(struct device_node *node) in ns2_genpll_scr_clk_init() argument 88 iproc_pll_clk_setup(node, &genpll_scr, NULL, 0, genpll_scr_clk, in ns2_genpll_scr_clk_init() 148 static void __init ns2_genpll_sw_clk_init(struct device_node *node) in ns2_genpll_sw_clk_init() argument 150 iproc_pll_clk_setup(node, &genpll_sw, NULL, 0, genpll_sw_clk, in ns2_genpll_sw_clk_init() 210 static void __init ns2_lcpll_ddr_clk_init(struct device_node *node) in ns2_lcpll_ddr_clk_init() argument 212 iproc_pll_clk_setup(node, &lcpll_ddr, NULL, 0, lcpll_ddr_clk, in ns2_lcpll_ddr_clk_init() 272 static void __init ns2_lcpll_ports_clk_init(struct device_node *node) in ns2_lcpll_ports_clk_init() argument 274 iproc_pll_clk_setup(node, &lcpll_ports, NULL, 0, lcpll_ports_clk, in ns2_lcpll_ports_clk_init()
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-sp7021-intc.c | 210 static int sp_intc_irq_map(struct device_node *node, int i) in sp_intc_irq_map() argument 214 irq = irq_of_parse_and_map(node, i); in sp_intc_irq_map() 223 static int __init sp_intc_init_dt(struct device_node *node, struct device_node *parent) in sp_intc_init_dt() argument 227 sp_intc.g0 = of_iomap(node, 0); in sp_intc_init_dt() 231 sp_intc.g1 = of_iomap(node, 1); in sp_intc_init_dt() 237 ret = sp_intc_irq_map(node, 0); // EXT_INT0 in sp_intc_init_dt() 241 ret = sp_intc_irq_map(node, 1); // EXT_INT1 in sp_intc_init_dt() 259 sp_intc.domain = irq_domain_add_linear(node, SP_INTC_NR_IRQS, in sp_intc_init_dt()
|
| /linux-6.15/include/trace/events/ |
| H A D | kmem.h | 18 int node), 20 TP_ARGS(call_site, ptr, s, gfp_flags, node), 28 __field( int, node ) 38 __entry->node = node; 50 __entry->node, 61 int node), 63 TP_ARGS(call_site, ptr, bytes_req, bytes_alloc, gfp_flags, node), 71 __field( int, node ) 80 __entry->node = node; 89 __entry->node,
|
| /linux-6.15/Documentation/networking/devlink/ |
| H A D | ice.rst | 455 pci/0000:4b:00.0/node_5: type node parent node_3 460 pci/0000:4b:00.0/node_9: type node parent node_4 461 pci/0000:4b:00.0/node_8: type node parent node_4 462 pci/0000:4b:00.0/node_7: type node parent node_4 463 pci/0000:4b:00.0/node_6: type node parent node_4 464 pci/0000:4b:00.0/node_4: type node parent node_3 468 pci/0000:4b:00.0/node_2: type node parent node_1 469 pci/0000:4b:00.0/node_1: type node parent node_0 470 pci/0000:4b:00.0/node_0: type node 474 # let's create some custom node [all …]
|
| /linux-6.15/drivers/dma/ |
| H A D | nbpfaxi.c | 138 struct list_head node; member 156 struct list_head node; member 168 struct list_head node; member 616 struct nbpf_desc, node); in nbpf_issue_pending() 771 list_del(&desc->node); in nbpf_scan_acked() 804 list_del(&desc->node); in nbpf_desc_get() 858 list_del(&desc->node); in nbpf_chan_idle() 1077 list_del(&dpage->node); in nbpf_free_chan_resources() 1136 list_del(&desc->node); in nbpf_chan_tasklet() 1160 list_del(&desc->node); in nbpf_chan_tasklet() [all …]
|
| /linux-6.15/fs/btrfs/ |
| H A D | extent-io-tree.c | 268 while (*node) { in tree_search_for_insert() 269 prev = *node; in tree_search_for_insert() 273 node = &(*node)->rb_left; in tree_search_for_insert() 275 node = &(*node)->rb_right; in tree_search_for_insert() 317 while (*node) { in tree_search_prev_next() 321 node = &(*node)->rb_left; in tree_search_prev_next() 323 node = &(*node)->rb_right; in tree_search_prev_next() 471 node = &(*node)->rb_left; in insert_state() 484 node = &(*node)->rb_right; in insert_state() 548 node = &(*node)->rb_left; in split_state() [all …]
|
| /linux-6.15/arch/s390/kernel/vdso64/ |
| H A D | getcpu.c | 9 int __s390_vdso_getcpu(unsigned *cpu, unsigned *node, struct getcpu_cache *unused) in __s390_vdso_getcpu() argument 18 if (node) in __s390_vdso_getcpu() 19 *node = 0; in __s390_vdso_getcpu()
|
| /linux-6.15/arch/sparc/video/ |
| H A D | video-common.c | 12 struct device_node *node = dev->of_node; in video_is_primary_device() local 17 if (node && node == of_console_device) in video_is_primary_device()
|
| /linux-6.15/sound/soc/intel/avs/ |
| H A D | path.c | 35 list_for_each_entry(mod, &ppl->mod_list, node) in avs_path_find_module() 46 list_for_each_entry(ppl, &path->ppl_list, node) in avs_path_find_pipeline() 791 INIT_LIST_HEAD(&mod->node); in avs_path_module_create() 878 INIT_LIST_HEAD(&binding->node); in avs_path_binding_create() 897 struct avs_path_module, node)) in avs_path_pipeline_arm() 902 sink = list_next_entry(mod, node); in avs_path_pipeline_arm() 920 list_del(&binding->node); in avs_path_pipeline_free() 934 list_del(&ppl->node); in avs_path_pipeline_free() 955 INIT_LIST_HEAD(&ppl->node); in avs_path_pipeline_create() 1008 INIT_LIST_HEAD(&path->node); in avs_path_init() [all …]
|
| /linux-6.15/drivers/pinctrl/ |
| H A D | core.c | 535 list_del(&range->node); in pinctrl_remove_gpio_range() 964 list_add_tail(&state->node, &p->states); in create_state() 1129 list_add_tail(&p->node, &pinctrl_list); in create_pinctrl() 1189 list_del(&setting->node); in pinctrl_free() 1192 list_del(&state->node); in pinctrl_free() 1199 list_del(&p->node); in pinctrl_free() 1265 if (target_setting && (&setting->node == &target_setting->node)) in pinctrl_cond_disable_mux_setting() 1523 list_del(&maps_node->node); in pinctrl_unregister_mappings() 2063 INIT_LIST_HEAD(&pctldev->node); in pinctrl_init_controller() 2258 list_del(&pctldev->node); in pinctrl_unregister() [all …]
|
| /linux-6.15/arch/powerpc/boot/ |
| H A D | treeboot-currituck.c | 84 int node, size; in platform_init() local 103 node = fdt_node_offset_by_prop_value(_dtb_start, -1, "device_type", in platform_init() 105 if (!node) in platform_init() 107 timebase = fdt_getprop(_dtb_start, node, "timebase-frequency", &size); in platform_init()
|
| /linux-6.15/tools/testing/selftests/bpf/progs/ |
| H A D | arena_list.c | 25 struct arena_list_node node; member 59 list_add_head(&n->node, list_head); in arena_list_add() 75 list_for_each_entry(n, list_head, node) { in arena_list_del() 78 list_del(&n->node); in arena_list_del()
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-ts4800.c | 20 struct device_node *node; in ts4800_gpio_probe() local 34 node = pdev->dev.of_node; in ts4800_gpio_probe() 35 if (!node) in ts4800_gpio_probe() 38 retval = of_property_read_u32(node, "ngpios", &ngpios); in ts4800_gpio_probe()
|
| /linux-6.15/Documentation/devicetree/bindings/gpio/ |
| H A D | gpio-palmas.txt | 14 - gpio-controller : Marks the device node as a GPIO controller. 16 Note: This gpio node will be sub node of palmas node.
|
| /linux-6.15/tools/perf/util/ |
| H A D | config.h | 12 struct list_head node; member 19 struct list_head node; member 60 list_for_each_entry(section, list, node) 68 list_for_each_entry(item, list, node)
|
| /linux-6.15/fs/xfs/libxfs/ |
| H A D | xfs_da_btree.c | 526 node = bp->b_addr; in xfs_da3_node_create() 543 XFS_DA_LOGRANGE(node, &node->hdr, args->geo->node_hdr_size)); in xfs_da3_node_create() 694 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 708 XFS_DA_LOGRANGE(node, &node->hdr.info, in xfs_da3_split() 757 node = bp->b_addr; in xfs_da3_root_split() 801 node = bp->b_addr; in xfs_da3_root_split() 1110 XFS_DA_LOGRANGE(node, &node->hdr, in xfs_da3_node_add() 1399 node = bp->b_addr; in xfs_da3_node_toosmall() 1493 node = blk->bp->b_addr; in xfs_da3_fixhashpath() 1549 XFS_DA_LOGRANGE(node, &node->hdr, state->args->geo->node_hdr_size)); in xfs_da3_node_remove() [all …]
|
| /linux-6.15/drivers/uio/ |
| H A D | uio_fsl_elbc_gpcm.c | 250 static int get_of_data(struct fsl_elbc_gpcm *priv, struct device_node *node, in get_of_data() argument 259 ret = of_address_to_resource(node, 0, res); in get_of_data() 266 ret = of_property_read_u32(node, "reg", &priv->bank); in get_of_data() 273 ret = of_property_read_u32(node, "elbc-gpcm-br", reg_br); in get_of_data() 280 ret = of_property_read_u32(node, "elbc-gpcm-or", reg_or); in get_of_data() 288 if (of_property_read_string(node, "device_type", &type) == 0) in get_of_data() 292 *irq = irq_of_parse_and_map(node, 0); in get_of_data() 300 if (of_property_read_string(node, "uio_name", &dt_name) != 0) in get_of_data() 311 struct device_node *node = pdev->dev.of_node; in uio_fsl_elbc_gpcm_probe() local 334 ret = get_of_data(priv, node, &res, ®_br_new, ®_or_new, in uio_fsl_elbc_gpcm_probe() [all …]
|