Home
last modified time | relevance | path

Searched refs:node (Results 1026 – 1050 of 6034) sorted by relevance

1...<<41424344454647484950>>...242

/linux-6.15/drivers/clk/sprd/
H A Dcommon.c43 struct device_node *node = dev->of_node, *np; in sprd_clk_regmap_init() local
48 if (of_property_present(node, "sprd,syscon")) { in sprd_clk_regmap_init()
49 regmap = syscon_regmap_lookup_by_phandle(node, "sprd,syscon"); in sprd_clk_regmap_init()
54 } else if (of_device_is_compatible(np = of_get_parent(node), "syscon") || in sprd_clk_regmap_init()
/linux-6.15/drivers/vdpa/mlx5/net/
H A Dmlx5_vnet.h108 struct macvlan_node *node);
110 struct macvlan_node *node);
113 struct macvlan_node *node) {} in mlx5_vdpa_add_rx_counters() argument
115 struct macvlan_node *node) {} in mlx5_vdpa_remove_rx_counters() argument
/linux-6.15/drivers/irqchip/
H A Dirq-loongson-htpic.c83 static int __init htpic_of_init(struct device_node *node, struct device_node *parent) in htpic_of_init() argument
98 htpic->base = of_iomap(node, 0); in htpic_of_init()
104 htpic->domain = __init_i8259_irqs(node); in htpic_of_init()
113 parent_irq[i] = irq_of_parse_and_map(node, i); in htpic_of_init()
H A Dirq-mvebu-odmi.c167 static int __init mvebu_odmi_init(struct device_node *node, in mvebu_odmi_init() argument
173 if (of_property_read_u32(node, "marvell,odmi-frames", &odmis_count)) in mvebu_odmi_init()
189 ret = of_address_to_resource(node, i, &odmi->res); in mvebu_odmi_init()
193 odmi->base = of_io_request_and_map(node, i, "odmi"); in mvebu_odmi_init()
199 if (of_property_read_u32_index(node, "marvell,spi-base", in mvebu_odmi_init()
210 of_node_to_fwnode(node), in mvebu_odmi_init()
/linux-6.15/drivers/gpu/drm/virtio/
H A Dvirtgpu_fence.c111 list_add_tail(&fence->node, &drv->fences); in virtio_gpu_fence_emit()
136 list_for_each_entry_safe(curr, tmp, &drv->fences, node) { in virtio_gpu_fence_event_process()
146 list_for_each_entry_safe(curr, tmp, &drv->fences, node) { in virtio_gpu_fence_event_process()
160 list_del(&curr->node); in virtio_gpu_fence_event_process()
170 list_del(&signaled->node); in virtio_gpu_fence_event_process()
/linux-6.15/arch/powerpc/platforms/powernv/
H A Dopal-psr.c125 struct device_node *psr, *node; in opal_psr_init() local
146 for_each_child_of_node(psr, node) { in opal_psr_init()
147 if (of_property_read_u32(node, "handle", in opal_psr_init()
152 if (of_property_read_string(node, "label", in opal_psr_init()
169 of_node_put(node); in opal_psr_init()
/linux-6.15/drivers/clk/pistachio/
H A Dclk.c16 pistachio_clk_alloc_provider(struct device_node *node, unsigned int num_clks) in pistachio_clk_alloc_provider() argument
28 p->node = node; in pistachio_clk_alloc_provider()
29 p->base = of_iomap(node, 0); in pistachio_clk_alloc_provider()
54 of_clk_add_provider(p->node, of_clk_src_onecell_get, &p->clk_data); in pistachio_clk_register_provider()
/linux-6.15/drivers/acpi/acpica/
H A Dnspredef.c65 acpi_ns_check_return_value(struct acpi_namespace_node *node, in acpi_ns_check_return_value() argument
156 status = acpi_ns_complex_repairs(info, node, status, return_object_ptr); in acpi_ns_check_return_value()
165 node->flags |= ANOBJ_EVALUATED; in acpi_ns_check_return_value()
206 return_object->node.name.ascii, in acpi_ns_check_object_type()
207 acpi_ut_get_type_name(return_object->node. in acpi_ns_check_object_type()
/linux-6.15/drivers/usb/usbip/
H A Dusbip_event.c15 struct list_head node; member
48 ue = list_first_entry(&event_list, struct usbip_event, node); in get_event()
49 list_del(&ue->node); in get_event()
156 list_for_each_entry_reverse(ue, &event_list, node) { in usbip_event_add()
167 list_add_tail(&ue->node, &event_list); in usbip_event_add()
/linux-6.15/drivers/clk/mediatek/
H A Dclk-mt2712-apmixedsys.c116 struct device_node *node = pdev->dev.of_node; in clk_mt2712_apmixed_probe() local
122 r = mtk_clk_register_plls(node, plls, ARRAY_SIZE(plls), clk_data); in clk_mt2712_apmixed_probe()
126 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt2712_apmixed_probe()
143 struct device_node *node = pdev->dev.of_node; in clk_mt2712_apmixed_remove() local
146 of_clk_del_provider(node); in clk_mt2712_apmixed_remove()
H A Dclk-mt8173-apmixedsys.c143 struct device_node *node = pdev->dev.of_node; in clk_mt8173_apmixed_probe() local
149 base = of_iomap(node, 0); in clk_mt8173_apmixed_probe()
160 r = mtk_clk_register_pllfhs(node, plls, ARRAY_SIZE(plls), in clk_mt8173_apmixed_probe()
178 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt8173_apmixed_probe()
198 struct device_node *node = pdev->dev.of_node; in clk_mt8173_apmixed_remove() local
201 of_clk_del_provider(node); in clk_mt8173_apmixed_remove()
H A Dclk-mt8195-apmixedsys.c174 struct device_node *node = pdev->dev.of_node; in clk_mt8195_apmixed_probe() local
184 r = mtk_clk_register_pllfhs(node, plls, ARRAY_SIZE(plls), in clk_mt8195_apmixed_probe()
189 r = mtk_clk_register_gates(&pdev->dev, node, apmixed_clks, in clk_mt8195_apmixed_probe()
194 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt8195_apmixed_probe()
214 struct device_node *node = pdev->dev.of_node; in clk_mt8195_apmixed_remove() local
217 of_clk_del_provider(node); in clk_mt8195_apmixed_remove()
H A Dclk-mt8192-apmixedsys.c155 struct device_node *node = pdev->dev.of_node; in clk_mt8192_apmixed_probe() local
165 r = mtk_clk_register_pllfhs(node, plls, ARRAY_SIZE(plls), in clk_mt8192_apmixed_probe()
170 r = mtk_clk_register_gates(&pdev->dev, node, apmixed_clks, in clk_mt8192_apmixed_probe()
175 r = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt8192_apmixed_probe()
193 struct device_node *node = pdev->dev.of_node; in clk_mt8192_apmixed_remove() local
196 of_clk_del_provider(node); in clk_mt8192_apmixed_remove()
/linux-6.15/arch/loongarch/mm/
H A Dinit.c120 void __meminit vmemmap_set_pmd(pmd_t *pmd, void *p, int node, in vmemmap_set_pmd() argument
130 int __meminit vmemmap_check_pmd(pmd_t *pmd, int node, in vmemmap_check_pmd() argument
136 vmemmap_verify((pte_t *)pmd, node, addr, next); in vmemmap_check_pmd()
142 int node, struct vmem_altmap *altmap) in vmemmap_populate() argument
145 return vmemmap_populate_basepages(start, end, node, NULL); in vmemmap_populate()
147 return vmemmap_populate_hugepages(start, end, node, NULL); in vmemmap_populate()
/linux-6.15/arch/powerpc/sysdev/xics/
H A Dics-native.c33 struct device_node *node; member
168 static int ics_native_host_match(struct ics *ics, struct device_node *node) in ics_native_host_match() argument
172 return in->node == node; in ics_native_host_match()
192 ics->node = of_node_get(np); in ics_native_add_one()
229 of_node_put(ics->node); in ics_native_add_one()
/linux-6.15/drivers/input/misc/
H A Datmel_captouch.c168 struct device_node *node; in atmel_captouch_probe() local
205 node = dev->of_node; in atmel_captouch_probe()
206 if (!node) { in atmel_captouch_probe()
211 if (of_property_read_bool(node, "autorepeat")) in atmel_captouch_probe()
214 capdev->num_btn = of_property_count_u32_elems(node, "linux,keymap"); in atmel_captouch_probe()
218 err = of_property_read_u32_array(node, "linux,keycodes", in atmel_captouch_probe()
/linux-6.15/Documentation/filesystems/ext4/
H A Dmmp.rst9 etc.), the MMP code running on the node (call it node A) checks a
22 MMP sequence number, then another node (node B) has mounted the
23 filesystem, and node A remounts the filesystem read-only. If the
57 - Hostname of the node that opened the filesystem.
/linux-6.15/drivers/xen/
H A Dmanage.c315 .node = "control/sysrq",
321 .node = "control/shutdown",
334 char node[FEATURE_PATH_SIZE]; in setup_shutdown_watcher() local
354 snprintf(node, FEATURE_PATH_SIZE, "feature-%s", in setup_shutdown_watcher()
356 err = xenbus_printf(XBT_NIL, "control", node, "%u", 1); in setup_shutdown_watcher()
359 err, node); in setup_shutdown_watcher()
/linux-6.15/include/linux/
H A Dkthread.h13 int node,
134 struct list_head node; member
147 .node = LIST_HEAD_INIT((work).node), \
176 INIT_LIST_HEAD(&(work)->node); \
192 int node,
/linux-6.15/drivers/net/ethernet/freescale/dpaa2/
H A Ddpaa2-ptp.c132 struct device_node *node; in dpaa2_ptp_probe() local
158 node = of_find_compatible_node(NULL, NULL, "fsl,dpaa2-ptp"); in dpaa2_ptp_probe()
159 if (!node) { in dpaa2_ptp_probe()
164 dev->of_node = node; in dpaa2_ptp_probe()
166 base = of_iomap(node, 0); in dpaa2_ptp_probe()
213 of_node_put(node); in dpaa2_ptp_probe()
/linux-6.15/drivers/clocksource/
H A Dmips-gic-timer.c252 static int __init gic_clocksource_of_init(struct device_node *node) in gic_clocksource_of_init() argument
257 if (!mips_gic_present() || !node->parent || in gic_clocksource_of_init()
258 !of_device_is_compatible(node->parent, "mti,gic")) { in gic_clocksource_of_init()
263 clk = of_clk_get(node, 0); in gic_clocksource_of_init()
273 } else if (of_property_read_u32(node, "clock-frequency", in gic_clocksource_of_init()
278 gic_timer_irq = irq_of_parse_and_map(node, 0); in gic_clocksource_of_init()
/linux-6.15/drivers/gpu/drm/i915/
H A Di915_scatterlist.c80 struct i915_refct_sgt *i915_rsgt_from_mm_node(const struct drm_mm_node *node, in i915_rsgt_from_mm_node() argument
97 i915_refct_sgt_init(rsgt, node->size << PAGE_SHIFT); in i915_rsgt_from_mm_node()
100 if (WARN_ON(overflows_type(DIV_ROUND_UP_ULL(node->size, segment_pages), in i915_rsgt_from_mm_node()
106 if (sg_alloc_table(st, DIV_ROUND_UP_ULL(node->size, segment_pages), in i915_rsgt_from_mm_node()
115 block_size = node->size << PAGE_SHIFT; in i915_rsgt_from_mm_node()
116 offset = node->start << PAGE_SHIFT; in i915_rsgt_from_mm_node()
/linux-6.15/arch/arm64/boot/dts/freescale/
H A Dimx8mm-mx8menlo.dts17 /delete-node/ gpio-keys;
192 /delete-node/ bridge@2c;
193 /delete-node/ hdmi@48;
194 /delete-node/ touch@4a;
195 /delete-node/ sensor@4f;
196 /delete-node/ eeprom@50;
197 /delete-node/ eeprom@57;
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_res_cursor.h53 void *node; member
133 cur->node = block; in xe_res_first()
146 cur->node = NULL; in xe_res_first()
212 cur->node = NULL; in xe_res_first_sg()
240 cur->node = NULL; in xe_res_first_dma()
295 block = cur->node; in xe_res_next()
311 cur->node = block; in xe_res_next()
/linux-6.15/Documentation/devicetree/bindings/usb/
H A Dusb-device.yaml22 A combined node shall be used instead of a device node and an interface node
26 A "hub node" is a combined node or an interface node that represents a USB
60 representation of an interface-node unit address for configuration 1.

1...<<41424344454647484950>>...242