Home
last modified time | relevance | path

Searched refs:node (Results 1626 – 1650 of 6034) sorted by relevance

1...<<61626364656667686970>>...242

/linux-6.15/crypto/
H A Dapi.c495 const struct crypto_type *frontend, int node, in crypto_alloc_tfmmem() argument
506 mem = kzalloc_node(total, gfp, node); in crypto_alloc_tfmmem()
512 tfm->node = node; in crypto_alloc_tfmmem()
520 int node) in crypto_create_tfm_node() argument
526 mem = crypto_alloc_tfmmem(alg, frontend, node, GFP_KERNEL); in crypto_create_tfm_node()
564 mem = crypto_alloc_tfmmem(alg, frontend, otfm->node, GFP_ATOMIC); in crypto_clone_tfm()
619 int node) in crypto_alloc_tfm_node() argument
633 tfm = crypto_create_tfm_node(alg, frontend, node); in crypto_alloc_tfm_node()
/linux-6.15/drivers/dma/
H A Dloongson1-apb-dma.c56 struct list_head node; member
195 list_for_each_entry_safe(lli, _lli, &desc->lli_list, node) { in ls1x_dma_free_desc()
196 list_del(&lli->node); in ls1x_dma_free_desc()
278 list_add_tail(&lli->node, &desc->lli_list); in ls1x_dma_prep_lli()
287 lli = list_entry(pos, struct ls1x_dma_lli, node); in ls1x_dma_prep_lli()
449 list_for_each_entry(lli, &desc->lli_list, node) in ls1x_dma_tx_status()
457 list_for_each_entry_from(lli, &desc->lli_list, node) in ls1x_dma_tx_status()
482 struct ls1x_dma_lli, node); in ls1x_dma_issue_pending()
507 list_del(&vd->node); in ls1x_dma_irq_handler()
/linux-6.15/drivers/soc/fsl/dpio/
H A Ddpio-service.c25 struct list_head node; member
87 d = list_entry(dpio_list.next, struct dpaa2_io, node); in service_select()
88 list_del(&d->node); in service_select()
89 list_add_tail(&d->node, &dpio_list); in service_select()
167 INIT_LIST_HEAD(&obj->node); in dpaa2_io_create()
181 list_add_tail(&obj->node, &dpio_list); in dpaa2_io_create()
210 list_del(&d->node); in dpaa2_io_down()
315 list_add(&ctx->node, &d->notifications); in dpaa2_io_service_register()
347 list_del(&ctx->node); in dpaa2_io_service_deregister()
/linux-6.15/tools/perf/util/
H A Dcpumap.c235 if (a->node != b->node) in aggr_cpu_id__cmp()
236 return a->node - b->node; in aggr_cpu_id__cmp()
397 id.node = cpu__get_node(cpu); in aggr_cpu_id__node()
731 a->node == b->node && in aggr_cpu_id__equal()
744 a->node == -1 && in aggr_cpu_id__is_empty()
758 .node = -1, in aggr_cpu_id__empty()
/linux-6.15/Documentation/sphinx/
H A Dkernel_feat.py117 node = nodes.section()
131 self.state.nested_parse(content, 0, node, match_titles=1)
133 return node.children
/linux-6.15/drivers/media/platform/samsung/exynos4-is/
H A Dmedia-dev.h179 static inline bool fimc_md_is_isp_available(struct device_node *node) in fimc_md_is_isp_available() argument
182 of_get_child_by_name(node, FIMC_IS_OF_NODE_NAME); in fimc_md_is_isp_available()
186 #define fimc_md_is_isp_available(node) (false) argument
/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dov7670.txt24 The device node must contain one 'port' child node with one 'endpoint' child
25 sub-node for its digital output video port, in accordance with the video
/linux-6.15/drivers/pmdomain/samsung/
H A Dexynos-pm-domains.c95 static const char *exynos_get_domain_name(struct device_node *node) in exynos_get_domain_name() argument
99 if (of_property_read_string(node, "label", &name) < 0) in exynos_get_domain_name()
100 name = kbasename(node->full_name); in exynos_get_domain_name()
/linux-6.15/drivers/gpu/drm/xe/
H A Dxe_range_fence.c31 struct llist_node *node = llist_del_all(&tree->list); in __xe_range_fence_tree_cleanup() local
34 llist_for_each_entry_safe(rfence, next, node, link) { in __xe_range_fence_tree_cleanup()
40 return !!node; in __xe_range_fence_tree_cleanup()
/linux-6.15/mm/
H A Dbootmem_info.c108 int node = pgdat->node_id; in register_page_bootmem_info_node() local
115 get_page_bootmem(node, page, NODE_INFO); in register_page_bootmem_info_node()
128 if (pfn_valid(pfn) && (early_pfn_to_nid(pfn) == node)) in register_page_bootmem_info_node()
H A Dcma_debug.c19 struct hlist_node node; member
80 hlist_add_head(&mem->node, &cma->mem_head); in cma_add_to_cma_mem_list()
90 mem = hlist_entry(cma->mem_head.first, struct cma_mem, node); in cma_get_entry_from_list()
91 hlist_del_init(&mem->node); in cma_get_entry_from_list()
/linux-6.15/arch/x86/events/intel/
H A Duncore_discovery.h117 struct rb_node node; member
125 struct rb_node node; member
169 void uncore_find_add_unit(struct intel_uncore_discovery_unit *node,
/linux-6.15/Documentation/devicetree/bindings/misc/
H A Difm-csi.txt10 - ifm,csi-clk-handle: the phandle to a node in the DT describing the sensor
11 clock generator. This node is usually a general purpose timer controller.
38 ranges property of the parent localbus node, for example:
/linux-6.15/drivers/acpi/
H A Dproc.c47 node) { in acpi_system_wakeup_device_seq_show()
52 if (&entry->node != in acpi_system_wakeup_device_seq_show()
80 &adev->physical_node_list, node) in physical_device_enable_wakeup()
/linux-6.15/drivers/fpga/
H A Ddfl-afu-region.c25 list_for_each_entry((region), &(afu)->regions, node)
80 list_add(&region->node, &afu->regions); in afu_mmio_region_add()
102 list_for_each_entry_safe(region, tmp, &afu->regions, node) in afu_mmio_region_destroy()
/linux-6.15/drivers/nfc/nfcmrvl/
H A Di2c.c160 static int nfcmrvl_i2c_parse_dt(struct device_node *node, in nfcmrvl_i2c_parse_dt() argument
165 ret = nfcmrvl_parse_dt(node, pdata); in nfcmrvl_i2c_parse_dt()
171 if (of_property_read_bool(node, "i2c-int-falling")) in nfcmrvl_i2c_parse_dt()
176 ret = irq_of_parse_and_map(node, 0); in nfcmrvl_i2c_parse_dt()
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dsamsung,pinctrl-wakeup-interrupt.yaml20 controllers, only one pin-controller device node can include external wake-up
21 interrupts child node (in other words, only one External wake-up interrupts
23 For newer controllers, multiple pin-controller device node can include
24 external wake-up interrupts child node.
H A Dstarfive,jh7110-sys-pinctrl.yaml57 A pinctrl node should contain at least one subnode representing the
63 - $ref: /schemas/pinctrl/pincfg-node.yaml
64 - $ref: /schemas/pinctrl/pinmux-node.yaml
71 node apply to. This should be set using the GPIOMUX or PINMUX
H A Dcanaan,k230-pinctrl.yaml29 A pinctrl node should contain at least one subnode representing the
36 - $ref: /schemas/pinctrl/pincfg-node.yaml
37 - $ref: /schemas/pinctrl/pinmux-node.yaml
49 the node apply to. This should be set with the macro
/linux-6.15/arch/sparc/kernel/
H A Dprom_32.c210 phandle node; in of_console_init() local
261 node = (*romvec->pv_v2devops.v2_inst2pkg)(fd); in of_console_init()
265 if (!node) { in of_console_init()
270 dp = of_find_node_by_phandle(node); in of_console_init()
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Dmaxim,max77686.txt23 Following properties should be presend in main device node of the MFD chip.
59 Clock consumer node
84 Clock consumer node
107 Clock consumer node
/linux-6.15/Documentation/devicetree/bindings/hwmon/
H A Dnpcm750-pwm-fan.txt9 Required properties for pwm-fan node
29 Under fan subnode can be upto 8 child nodes, each child node representing a fan.
35 Required properties for each child node:
46 Optional property for each child node:
/linux-6.15/arch/arm64/kernel/
H A Dacpi.c74 int node; in dt_is_stub() local
76 fdt_for_each_subnode(node, initial_boot_params, 0) { in dt_is_stub()
77 const char *name = fdt_get_name(initial_boot_params, node, NULL); in dt_is_stub()
81 of_flat_dt_is_compatible(node, "xen,xen")) in dt_is_stub()
/linux-6.15/drivers/iommu/
H A Dof_iommu.c224 if (of_property_present(it.node, "reg")) { in of_iommu_get_resv_regions()
225 err = of_address_to_resource(it.node, 0, &phys); in of_iommu_get_resv_regions()
228 it.node, err); in of_iommu_get_resv_regions()
233 maps = of_get_property(it.node, "iommu-addresses", &size); in of_iommu_get_resv_regions()
/linux-6.15/Documentation/devicetree/bindings/mfd/
H A Dbrcm,bcm6318-gpio-sysctl.yaml36 # Child node
40 GPIO controller for the SoC GPIOs. This child node definition
45 # Child node
49 Pin controller for the SoC pins. This child node definition

1...<<61626364656667686970>>...242