| /linux-6.15/Documentation/devicetree/bindings/leds/ |
| H A D | leds-gpio.yaml | 14 Each LED is represented as a sub-node of the gpio-leds device. Each 15 node's name represents the name of the corresponding LED. 23 # node name to at least catch some child nodes.
|
| /linux-6.15/drivers/irqchip/ |
| H A D | irq-riscv-imsic-early.c | 186 static int __init imsic_early_dt_init(struct device_node *node, struct device_node *parent) in imsic_early_dt_init() argument 188 struct fwnode_handle *fwnode = &node->fwnode; in imsic_early_dt_init() 204 of_node_clear_flag(node, OF_POPULATED); in imsic_early_dt_init()
|
| /linux-6.15/Documentation/devicetree/bindings/arm/ |
| H A D | arm,versatile.yaml | 17 The root node in the Versatile platforms must contain a core module child 18 node. They are always at physical address 0x10000000 in all the Versatile 22 optional system controller node which controls the extra peripherals on the
|
| /linux-6.15/arch/arm/boot/dts/samsung/ |
| H A D | exynos5422-odroidxu3-lite.dts | 43 /delete-node/opp-2000000000; 44 /delete-node/opp-1900000000; 48 /delete-node/opp-1400000000;
|
| /linux-6.15/include/uapi/linux/ |
| H A D | tipc.h | 50 __u32 node; member 293 unsigned int node) in tipc_addr() argument 297 node; in tipc_addr()
|
| /linux-6.15/Documentation/devicetree/bindings/phy/ |
| H A D | qcom,usb-hs-28nm.yaml | 49 description: phandle to the regulator VDD supply node. 52 description: phandle to the regulator 1.8V supply node. 55 description: phandle to the regulator 3.3V supply node.
|
| /linux-6.15/drivers/clk/mediatek/ |
| H A D | clk-mt8167-apmixedsys.c | 96 struct device_node *node = pdev->dev.of_node; in clk_mt8167_apmixed_probe() local 108 ret = mtk_clk_register_plls(node, plls, ARRAY_SIZE(plls), clk_data); in clk_mt8167_apmixed_probe() 117 ret = of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in clk_mt8167_apmixed_probe()
|
| /linux-6.15/drivers/nvmem/ |
| H A D | snvs_lpgpr.c | 92 struct device_node *node = dev->of_node; in snvs_lpgpr_probe() local 99 if (!node) in snvs_lpgpr_probe() 110 syscon_node = of_get_parent(node); in snvs_lpgpr_probe()
|
| /linux-6.15/Documentation/devicetree/bindings/reset/ |
| H A D | ti,sci-reset.yaml | 19 This reset controller node uses the TI SCI protocol to perform the reset 21 node of the associated TI-SCI system controller node.
|
| /linux-6.15/drivers/staging/greybus/ |
| H A D | fw-download.c | 27 struct list_head node; member 98 list_for_each_entry(fw_req, &fw_download->fw_requests, node) { in get_fw_req() 121 list_del(&fw_req->node); in free_firmware() 201 list_add(&fw_req->node, &fw_download->fw_requests); in find_firmware() 452 list_for_each_entry(fw_req, &fw_download->fw_requests, node) in gb_fw_download_connection_exit() 457 list_for_each_entry_safe(fw_req, tmp, &fw_download->fw_requests, node) { in gb_fw_download_connection_exit()
|
| /linux-6.15/drivers/extcon/ |
| H A D | extcon-palmas.c | 178 struct device_node *node = pdev->dev.of_node; in palmas_usb_probe() local 191 if (node && !pdata) { in palmas_usb_probe() 192 palmas_usb->wakeup = of_property_read_bool(node, "ti,wakeup"); in palmas_usb_probe() 193 palmas_usb->enable_id_detection = of_property_read_bool(node, in palmas_usb_probe() 195 palmas_usb->enable_vbus_detection = of_property_read_bool(node, in palmas_usb_probe() 231 if (of_property_read_u32(node, "debounce-delay-ms", &debounce)) in palmas_usb_probe()
|
| /linux-6.15/sound/soc/intel/atom/sst/ |
| H A D | sst_ipc.c | 42 list_add_tail(&msg->node, &ctx->block_list); in sst_create_block() 71 list_for_each_entry(block, &ctx->block_list, node) { in sst_wake_up_block() 98 list_for_each_entry_safe(block, __block, &ctx->block_list, node) { in sst_free_block() 102 list_del(&freed->node); in sst_free_block() 156 struct ipc_post, node); in sst_post_message_mrfld() 157 list_del(&msg->node); in sst_post_message_mrfld()
|
| /linux-6.15/Documentation/devicetree/bindings/firmware/ |
| H A D | arm,scpi.yaml | 60 This sub-node represents SCPI power domain controller. 86 This sub-node represents SCPI sensors controller. 109 This is the container node. Each sub-node represents one of the types 120 This sub-node represents one of the types of clock controller 148 The identifying number for the clocks(i.e.clock_id) in the node.
|
| /linux-6.15/drivers/md/ |
| H A D | dm-bio-prison-v1.c | 149 rb_entry(*new, struct dm_bio_prison_cell, node); in __bio_detain() 169 rb_link_node(&cell_prealloc->node, parent, new); in __bio_detain() 170 rb_insert_color(&cell_prealloc->node, root); in __bio_detain() 208 rb_erase(&cell->node, root); in __cell_release() 236 rb_erase(&cell->node, root); in __cell_release_no_holder() 277 rb_erase(&cell->node, &prison->regions[l].cell); in dm_cell_visit_release()
|
| /linux-6.15/Documentation/devicetree/ |
| H A D | overlay-notes.rst | 17 Since the kernel mainly deals with devices, any new device node that result 18 in an active device should have it created while if the device node is either 81 As a result of the overlay, a new device node (bar) has been created 86 will not be available to resolve the overlay node(s) to the proper location 127 OF_OVERLAY_PRE_REMOVE may store pointers to a device tree node in the overlay 136 are not allowed to store pointers to a device tree node in the overlay
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_ec_chardev.c | 49 struct list_head node; member 117 list_add_tail(&event->node, &priv->events); in cros_ec_chardev_mkbp_event() 149 event = list_first_entry(&priv->events, struct ec_event, node); in cros_ec_chardev_fetch_event() 150 list_del(&event->node); in cros_ec_chardev_fetch_event() 263 list_for_each_entry_safe(event, e, &priv->events, node) { in cros_ec_chardev_release() 264 list_del(&event->node); in cros_ec_chardev_release()
|
| /linux-6.15/drivers/gpu/drm/i915/gt/ |
| H A D | selftest_tlb.c | 65 addr = round_up(vma->node.start + vma->node.size, align); in pte_tlbinv() 76 vb_node = vb->node; in pte_tlbinv() 77 vb->node = va->node; /* overwrites the _same_ PTE */ in pte_tlbinv() 190 vb->node = vb_node; in pte_tlbinv()
|
| /linux-6.15/drivers/remoteproc/ |
| H A D | st_remoteproc.c | 129 rmem = of_reserved_mem_lookup(it.node); in st_rproc_parse_fw() 131 of_node_put(it.node); in st_rproc_parse_fw() 137 if (strcmp(it.node->name, "vdev0buffer")) { in st_rproc_parse_fw() 144 it.node->name); in st_rproc_parse_fw() 150 it.node->name); in st_rproc_parse_fw() 154 of_node_put(it.node); in st_rproc_parse_fw()
|
| /linux-6.15/Documentation/devicetree/bindings/mtd/partitions/ |
| H A D | partition.yaml | 15 In this specific case, a specific suffix is required to the node name. 19 be used instead of the node name to make the comparison. 20 This is used to assign an OF node to the dynamiccally allocated partition 21 so that subsystem like NVMEM can provide an OF node and declare NVMEM cells. 22 The OF node will be assigned only if the partition label declared match the 35 is taken from the node name (excluding the unit address).
|
| /linux-6.15/drivers/gpu/drm/rockchip/ |
| H A D | rockchip_drm_drv.c | 311 struct device_node *node = of_graph_get_remote_port_parent(ep); in rockchip_drm_endpoint_is_subdriver() local 316 if (!node) in rockchip_drm_endpoint_is_subdriver() 320 if (!of_device_is_available(node)) { in rockchip_drm_endpoint_is_subdriver() 321 of_node_put(node); in rockchip_drm_endpoint_is_subdriver() 325 pdev = of_find_device_by_node(node); in rockchip_drm_endpoint_is_subdriver() 326 of_node_put(node); in rockchip_drm_endpoint_is_subdriver()
|
| /linux-6.15/lib/zlib_deflate/ |
| H A D | deftree.c | 494 int node; /* new node being created */ in build_tree() local 517 node = s->heap[++(s->heap_len)] = (max_code < 2 ? ++max_code : 0); in build_tree() 518 tree[node].Freq = 1; in build_tree() 519 s->depth[node] = 0; in build_tree() 520 s->opt_len--; if (stree) s->static_len -= stree[node].Len; in build_tree() 533 node = elems; /* next internal node of the tree */ in build_tree() 542 tree[node].Freq = tree[n].Freq + tree[m].Freq; in build_tree() 543 s->depth[node] = (uch) (max(s->depth[n], s->depth[m]) + 1); in build_tree() 544 tree[n].Dad = tree[m].Dad = (ush)node; in build_tree() 548 node, tree[node].Freq, n, tree[n].Freq, m, tree[m].Freq); in build_tree() [all …]
|
| /linux-6.15/mm/ |
| H A D | migrate.c | 2207 .nid = node, in do_move_pages_to_node() 2228 if (folio_nid(folio) == node) in __add_folio_for_migration() 2329 int node; in do_pages_move() local 2343 if (get_user(node, nodes + i)) in do_pages_move() 2347 if (node < 0 || node >= MAX_NUMNODES) in do_pages_move() 2349 if (!node_state(node, N_MEMORY)) in do_pages_move() 2353 if (!node_isset(node, task_nodes)) in do_pages_move() 2357 current_node = node; in do_pages_move() 2365 current_node = node; in do_pages_move() 2720 NULL, node, MIGRATE_ASYNC, in migrate_misplaced_folio() [all …]
|
| /linux-6.15/drivers/gpu/drm/i915/ |
| H A D | i915_gem_gtt.h | 30 struct drm_mm_node *node, 36 struct drm_mm_node *node,
|
| /linux-6.15/Documentation/devicetree/bindings/gpio/ |
| H A D | gateworks,pld-gpio.txt | 3 The GPIO controller should be a child node on an I2C bus. 8 - gpio-controller: Marks the device node as a GPIO controller.
|
| /linux-6.15/fs/ocfs2/cluster/ |
| H A D | nodemanager.h | 63 void o2nm_node_get(struct o2nm_node *node); 64 void o2nm_node_put(struct o2nm_node *node);
|