| /linux-6.15/drivers/thermal/ti-soc-thermal/ |
| H A D | ti-bandgap.c | 820 struct device_node *node = pdev->dev.of_node; in ti_bandgap_build() local 827 if (!node) { in ti_bandgap_build()
|
| /linux-6.15/Documentation/networking/ |
| H A D | pktgen.rst | 179 NODE_ALLOC # node specific memory allocation 350 node
|
| /linux-6.15/arch/powerpc/boot/dts/ |
| H A D | canyonlands.dts | 494 * to avoid putting a node for it in the tree, so the numbers 536 * to avoid putting a node for it in the tree, so the numbers
|
| /linux-6.15/arch/arm/boot/dts/marvell/ |
| H A D | dove.dtsi | 66 /* Requires pmx_i2c1 on i2c controller node */ 74 /* Requires pmx_i2c2 on i2c controller node */
|
| /linux-6.15/Documentation/admin-guide/ |
| H A D | module-signing.rst | 170 x509.genkey key generation configuration file in the root node of the Linux 284 in the root node of the kernel source tree.
|
| /linux-6.15/drivers/mtd/nand/raw/ |
| H A D | fsl_elbc_nand.c | 868 struct device_node *node = pdev->dev.of_node; in fsl_elbc_nand_probe() local 878 ret = of_address_to_resource(node, 0, &res); in fsl_elbc_nand_probe()
|
| /linux-6.15/net/batman-adv/ |
| H A D | originator.c | 94 bool batadv_compare_orig(const struct hlist_node *node, const void *data2) in batadv_compare_orig() argument 96 const void *data1 = container_of(node, struct batadv_orig_node, in batadv_compare_orig()
|
| /linux-6.15/drivers/crypto/marvell/octeontx/ |
| H A D | otx_cptvf_main.c | 608 cpumask_set_cpu(cpumask_local_spread(cpu, cptvf->node), in cptvf_set_irq_affinity() 818 cptvf->node = dev_to_node(&pdev->dev); in otx_cptvf_probe()
|
| /linux-6.15/drivers/media/platform/st/stm32/ |
| H A D | stm32-dcmi.c | 698 struct dcmi_buf *buf, *node; in dcmi_start_streaming() local 836 list_for_each_entry_safe(buf, node, &dcmi->buffers, list) { in dcmi_start_streaming() 849 struct dcmi_buf *buf, *node; in dcmi_stop_streaming() local 868 list_for_each_entry_safe(buf, node, &dcmi->buffers, list) { in dcmi_stop_streaming()
|
| /linux-6.15/Documentation/core-api/ |
| H A D | xarray.rst | 368 - An XArray node. May be visible when using a multi-index xa_state. 373 which slot in this node has the canonical entry. 378 xa_lock. The node containing this entry may be freed at the end 449 called each time the XArray updates a node. This is used by the page
|
| /linux-6.15/drivers/nvme/host/ |
| H A D | tcp.c | 432 struct llist_node *node; in nvme_tcp_process_req_list() local 434 for (node = llist_del_all(&queue->req_list); node; node = node->next) { in nvme_tcp_process_req_list() 435 req = llist_entry(node, struct nvme_tcp_request, lentry); in nvme_tcp_process_req_list()
|
| /linux-6.15/drivers/mtd/nand/raw/brcmnand/ |
| H A D | brcmnand.c | 307 struct list_head node; member 2962 list_for_each_entry(host, &ctrl->host_list, node) in brcmnand_suspend() 3005 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_resume() 3300 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 3328 list_add_tail(&host->node, &ctrl->host_list); in brcmnand_probe() 3352 list_for_each_entry(host, &ctrl->host_list, node) { in brcmnand_remove()
|
| /linux-6.15/block/ |
| H A D | bfq-iosched.c | 2697 struct rb_node *parent, *node; in bfqq_find_close() local 2721 node = rb_next(&__bfqq->pos_node); in bfqq_find_close() 2723 node = rb_prev(&__bfqq->pos_node); in bfqq_find_close() 2724 if (!node) in bfqq_find_close() 2727 __bfqq = rb_entry(node, struct bfq_queue, pos_node); in bfqq_find_close() 5868 bfqd->queue->node); in bfq_get_queue() 7246 bfqd = kzalloc_node(sizeof(*bfqd), GFP_KERNEL, q->node); in bfq_init_queue() 7391 bfqd->root_group = bfq_create_group_hierarchy(bfqd, q->node); in bfq_init_queue()
|
| /linux-6.15/arch/arm/boot/dts/nvidia/ |
| H A D | tegra20-asus-tf101.dts | 33 * pre-existing /chosen node to be available to insert the 1131 /delete-node/ opp-666000000; 1132 /delete-node/ opp-760000000;
|
| /linux-6.15/kernel/trace/ |
| H A D | trace_output.c | 785 hash_for_each_possible(event_hash, event, node, type) { in ftrace_find_event() 872 hash_add(event_hash, &event->node, event->type); in register_trace_event() 887 hash_del(&event->node); in __unregister_trace_event()
|
| /linux-6.15/drivers/gpu/drm/tegra/ |
| H A D | dsi.c | 201 struct drm_info_node *node = s->private; in tegra_dsi_show_regs() local 202 struct tegra_dsi *dsi = node->info_ent->data; in tegra_dsi_show_regs() 204 struct drm_device *drm = node->minor->dev; in tegra_dsi_show_regs()
|
| /linux-6.15/Documentation/admin-guide/blockdev/ |
| H A D | zram.rst | 130 Set disk size by writing the value to sysfs node 'disksize'. 150 Set memory limit by writing the value to sysfs node 'mem_limit'. 308 Write any positive value to 'reset' sysfs node::
|
| /linux-6.15/drivers/gpio/ |
| H A D | gpio-omap.c | 1396 struct device_node *node = dev->of_node; in omap_gpio_probe() local 1426 if (node) { in omap_gpio_probe() 1427 if (!of_property_read_bool(node, "ti,gpio-always-on")) in omap_gpio_probe()
|
| /linux-6.15/Documentation/driver-api/ |
| H A D | generic-counter.rst | 540 standard read operation on the respective character device node. 545 on the Counter character device node. There following ioctl codes are 572 calling ``poll`` first) on the Counter character device node to retrieve
|
| /linux-6.15/include/acpi/ |
| H A D | actbl2.h | 1291 u8 node; member 1957 #define ACPI_NFIT_BUILD_DEVICE_HANDLE(dimm, channel, memory, socket, node) \ argument 1962 ((node) << ACPI_NFIT_NODE_ID_OFFSET))
|
| /linux-6.15/drivers/clocksource/ |
| H A D | Kconfig | 348 fsl,erratum-a008585 property is found in the timer node. 358 property is found in the timer node. 379 allwinner,erratum-unknown1 property is found in the timer node.
|
| /linux-6.15/drivers/net/ethernet/ibm/ |
| H A D | ibmvnic.c | 321 static int ibmvnic_cpu_online(unsigned int cpu, struct hlist_node *node) in ibmvnic_cpu_online() argument 325 adapter = hlist_entry_safe(node, struct ibmvnic_adapter, node); in ibmvnic_cpu_online() 330 static int ibmvnic_cpu_dead(unsigned int cpu, struct hlist_node *node) in ibmvnic_cpu_dead() argument 334 adapter = hlist_entry_safe(node, struct ibmvnic_adapter, node_dead); in ibmvnic_cpu_dead() 339 static int ibmvnic_cpu_down_prep(unsigned int cpu, struct hlist_node *node) in ibmvnic_cpu_down_prep() argument 343 adapter = hlist_entry_safe(node, struct ibmvnic_adapter, node); in ibmvnic_cpu_down_prep() 354 ret = cpuhp_state_add_instance_nocalls(ibmvnic_online, &adapter->node); in ibmvnic_cpu_notif_add() 361 cpuhp_state_remove_instance_nocalls(ibmvnic_online, &adapter->node); in ibmvnic_cpu_notif_add() 367 cpuhp_state_remove_instance_nocalls(ibmvnic_online, &adapter->node); in ibmvnic_cpu_notif_remove()
|
| /linux-6.15/arch/arm64/boot/dts/qcom/ |
| H A D | sm6375-sony-xperia-murray-pdx225.dts | 18 /delete-node/ &pmk8350_pon;
|
| /linux-6.15/mm/ |
| H A D | slab.h | 314 struct kmem_cache_node *node[MAX_NUMNODES]; member
|
| /linux-6.15/fs/btrfs/ |
| H A D | ctree.h | 170 struct extent_buffer *node; member
|