Home
last modified time | relevance | path

Searched refs:node (Results 1551 – 1575 of 6034) sorted by relevance

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

/linux-6.15/drivers/hwmon/
H A Dapplesmc.c1122 struct applesmc_dev_attr *node; in applesmc_destroy_nodes() local
1125 for (node = grp->nodes; node->sda.dev_attr.attr.name; node++) in applesmc_destroy_nodes()
1127 &node->sda.dev_attr.attr); in applesmc_destroy_nodes()
1139 struct applesmc_dev_attr *node; in applesmc_create_nodes() local
1150 node = &grp->nodes[i]; in applesmc_create_nodes()
1151 scnprintf(node->name, sizeof(node->name), grp->format, in applesmc_create_nodes()
1153 node->sda.index = (grp->option << 16) | (i & 0xffff); in applesmc_create_nodes()
1154 node->sda.dev_attr.show = grp->show; in applesmc_create_nodes()
1155 node->sda.dev_attr.store = grp->store; in applesmc_create_nodes()
1156 attr = &node->sda.dev_attr.attr; in applesmc_create_nodes()
[all …]
/linux-6.15/Documentation/devicetree/bindings/
H A Ddts-coding-style.rst18 The Devicetree Specification allows a broad range of characters in node
56 2. Nodes without unit addresses shall be ordered alpha-numerically by the node
57 name. For a few node types, they can be ordered by the main property, e.g.
124 7. Child nodes, where each node is preceded with a blank line
130 1. Most important properties start the node: compatible then bus addressing to
132 2. Each node will have common properties in similar place.
133 3. Status is the last information to annotate that device node is or is not
/linux-6.15/drivers/accel/amdxdna/
H A Damdxdna_pci_drv.c90 list_add_tail(&client->node, &xdna->client_list); in amdxdna_drm_open()
144 list_del_init(&client->node); in amdxdna_flush()
321 struct amdxdna_client, node); in amdxdna_remove()
323 list_del_init(&client->node); in amdxdna_remove()
330 struct amdxdna_client, node); in amdxdna_remove()
359 list_for_each_entry(client, &xdna->client_list, node) in amdxdna_pmops_suspend()
384 list_for_each_entry(client, &xdna->client_list, node) in amdxdna_pmops_resume()
/linux-6.15/drivers/perf/
H A Dmarvell_cn10k_tad_pmu.c35 struct hlist_node node; member
386 &tad_pmu->node); in tad_pmu_probe()
396 &tad_pmu->node); in tad_pmu_probe()
406 &pmu->node); in tad_pmu_remove()
449 static int tad_pmu_offline_cpu(unsigned int cpu, struct hlist_node *node) in tad_pmu_offline_cpu() argument
451 struct tad_pmu *pmu = hlist_entry_safe(node, struct tad_pmu, node); in tad_pmu_offline_cpu()
H A Dcxl_pmu.c91 struct list_head node; member
107 struct hlist_node node; member
181 list_add(&pmu_ev->node, &info->event_caps_fixed); in cxl_pmu_parse_caps()
204 list_add(&pmu_ev->node, &info->event_caps_configurable); in cxl_pmu_parse_caps()
434 list_for_each_entry(pmu_ev, &info->event_caps_fixed, node) { in cxl_pmu_find_fixed_counter_ev_cap()
451 list_for_each_entry(pmu_ev, &info->event_caps_configurable, node) { in cxl_pmu_find_config_counter_ev_cap()
886 rc = cpuhp_state_add_instance(cxl_pmu_cpuhp_state_num, &info->node); in cxl_pmu_probe()
911 static int cxl_pmu_online_cpu(unsigned int cpu, struct hlist_node *node) in cxl_pmu_online_cpu() argument
913 struct cxl_pmu_info *info = hlist_entry_safe(node, struct cxl_pmu_info, node); in cxl_pmu_online_cpu()
928 static int cxl_pmu_offline_cpu(unsigned int cpu, struct hlist_node *node) in cxl_pmu_offline_cpu() argument
[all …]
/linux-6.15/fs/ubifs/
H A Dtnc_misc.c483 void *node) in ubifs_tnc_read_node() argument
495 err = ubifs_read_node_wbuf(wbuf, node, type, zbr->len, in ubifs_tnc_read_node()
498 err = ubifs_read_node(c, node, type, zbr->len, zbr->lnum, in ubifs_tnc_read_node()
507 key_read(c, node + UBIFS_KEY_OFFSET, &key1); in ubifs_tnc_read_node()
513 ubifs_dump_node(c, node, zbr->len); in ubifs_tnc_read_node()
517 err = ubifs_node_check_hash(c, node, zbr->hash); in ubifs_tnc_read_node()
519 ubifs_bad_hash(c, node, zbr->hash, zbr->lnum, zbr->offs); in ubifs_tnc_read_node()
/linux-6.15/Documentation/devicetree/bindings/remoteproc/
H A Dti,k3-dsp-rproc.yaml23 Each DSP Core sub-system is represented as a single DT node. Each node has a
43 Should contain the phandle to the reset controller node managing the
56 with the sub-mailbox node used in the firmware image.
85 should be defined as child nodes of the respective SRAM node, and
178 /* J721E C66_0 DSP node */
195 /* J721E C71_0 DSP node */
/linux-6.15/arch/arm/boot/dts/nxp/imx/
H A Dimx6ull-phytec-segin-peb-av-02.dtsi10 /delete-node/ edtft5406grp;
11 /delete-node/ stmpegrp;
H A Dimx6ull.dtsi10 /delete-node/ &uart8;
11 /* Delete CAAM node in AIPS-2 (i.MX6UL specific) */
12 /delete-node/ &crypto;
/linux-6.15/kernel/sched/
H A Dext_idle.h19 s32 scx_pick_idle_cpu(const struct cpumask *cpus_allowed, int node, u64 flags);
24 static inline s32 scx_pick_idle_cpu(const struct cpumask *cpus_allowed, int node, u64 flags) in scx_pick_idle_cpu() argument
/linux-6.15/drivers/dma/
H A Dfsldma.c428 list_for_each_entry(child, &desc->tx_list, node) { in fsl_dma_tx_submit()
448 list_del(&desc->node); in fsl_dma_free_descriptor()
542 list_del(&desc->node); in fsldma_clean_running_descriptor()
553 list_add_tail(&desc->node, &chan->ld_completed); in fsldma_clean_running_descriptor()
726 list_for_each_entry_safe(desc, _desc, list, node) in fsldma_free_desc_list()
735 list_for_each_entry_safe_reverse(desc, _desc, list, node) in fsldma_free_desc_list_reverse()
805 list_add_tail(&new->node, &first->tx_list); in fsl_dma_prep_memcpy()
1107 struct device_node *node, u32 feature, const char *compatible) in fsl_dma_chan_probe() argument
1121 chan->regs = of_iomap(node, 0); in fsl_dma_chan_probe()
1128 err = of_address_to_resource(node, 0, &res); in fsl_dma_chan_probe()
[all …]
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Drx_common.c671 struct hlist_node *node; in efx_siena_rps_hash_find() local
676 hlist_for_each(node, head) { in efx_siena_rps_hash_find()
677 rule = container_of(node, struct efx_arfs_rule, node); in efx_siena_rps_hash_find()
690 struct hlist_node *node; in efx_rps_hash_add() local
695 hlist_for_each(node, head) { in efx_rps_hash_add()
696 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_add()
706 hlist_add_head(&rule->node, head); in efx_rps_hash_add()
716 struct hlist_node *node; in efx_siena_rps_hash_del() local
721 hlist_for_each(node, head) { in efx_siena_rps_hash_del()
722 rule = container_of(node, struct efx_arfs_rule, node); in efx_siena_rps_hash_del()
[all …]
/linux-6.15/drivers/net/ethernet/sfc/
H A Drx_common.c684 struct hlist_node *node; in efx_rps_hash_find() local
689 hlist_for_each(node, head) { in efx_rps_hash_find()
690 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_find()
703 struct hlist_node *node; in efx_rps_hash_add() local
708 hlist_for_each(node, head) { in efx_rps_hash_add()
709 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_add()
719 hlist_add_head(&rule->node, head); in efx_rps_hash_add()
728 struct hlist_node *node; in efx_rps_hash_del() local
733 hlist_for_each(node, head) { in efx_rps_hash_del()
734 rule = container_of(node, struct efx_arfs_rule, node); in efx_rps_hash_del()
[all …]
/linux-6.15/drivers/phy/cadence/
H A Dphy-cadence-sierra.c908 of_clk_del_provider(node); in cdns_sierra_clk_unregister()
1292 for (node = 0; node < sp->nsubnodes; node++) { in cdns_sierra_phy_configure_multilink()
1293 if (node == 1) { in cdns_sierra_phy_configure_multilink()
1301 mlane = sp->phys[node].mlane; in cdns_sierra_phy_configure_multilink()
1302 ssc = sp->phys[node].ssc_mode; in cdns_sierra_phy_configure_multilink()
1368 int ret, node = 0; in cdns_sierra_phy_probe() local
1449 sp->phys[node].lnk_rst = in cdns_sierra_phy_probe()
1480 sp->phys[node].phy = gphy; in cdns_sierra_phy_probe()
1483 node++; in cdns_sierra_phy_probe()
1485 sp->nsubnodes = node; in cdns_sierra_phy_probe()
[all …]
/linux-6.15/arch/x86/kernel/
H A Dx86_init.c53 struct device_node *node = of_find_matching_node(NULL, of_cmos_match); in x86_wallclock_init() local
55 if (node && !of_device_is_available(node)) { in x86_wallclock_init()
/linux-6.15/Documentation/devicetree/bindings/sound/
H A Domap-twl4030.txt6 - ti,mcbsp: phandle for the McBSP node
9 - ti,codec: phandle for the twl4030 audio node
10 - ti,mcbsp-voice: phandle for the McBSP node connected to the voice port of twl
/linux-6.15/drivers/media/v4l2-core/
H A Dv4l2-ctrls-priv.h22 static inline u32 node2id(struct list_head *node) in node2id() argument
24 return list_entry(node, struct v4l2_ctrl_ref, node)->ctrl->id; in node2id()
/linux-6.15/drivers/acpi/acpica/
H A Duterror.c306 struct acpi_namespace_node *node = prefix_node; in acpi_ut_method_error() local
313 ACPI_NS_NO_UPSEARCH, &node); in acpi_ut_method_error()
319 acpi_ns_print_node_pathname(node, message); in acpi_ut_method_error()
/linux-6.15/Documentation/devicetree/bindings/firmware/
H A Dcoreboot.txt3 The device tree node to communicate the location of coreboot's memory-resident
5 device-tree-based kernel (yet), this node needs to be inserted by a
20 is identified by a root node descriptor with the magic number
/linux-6.15/arch/arm/kernel/
H A Ddevtree.c34 static int __init set_smp_ops_by_method(struct device_node *node) in set_smp_ops_by_method() argument
39 if (of_property_read_string(node, "enable-method", &method)) in set_smp_ops_by_method()
51 static inline int set_smp_ops_by_method(struct device_node *node) in set_smp_ops_by_method() argument
/linux-6.15/Documentation/devicetree/bindings/leds/
H A Dleds-spi-byte.txt16 configured in a sub-node in the device node.
26 LED sub-node properties:
/linux-6.15/Documentation/devicetree/bindings/media/i2c/
H A Dmax2175.txt11 - port: child port node corresponding to the I2S output, in accordance with
14 node must contain at least one endpoint.
39 /* Fixed XTAL clock node */
/linux-6.15/arch/arm/mach-omap2/
H A Domap-iommu.c21 struct list_head node; member
65 list_for_each_entry(entry, &cache, node) { in _get_pwrdm()
107 list_add(&entry->node, &cache); in _get_pwrdm()
/linux-6.15/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron-tiger.dts21 /delete-node/ vcc18-lcd;
58 /delete-node/ panel-timing;
75 /delete-node/ avdd-1v8-disp-en;
/linux-6.15/arch/riscv/include/asm/
H A Dprocessor.h155 int riscv_of_processor_hartid(struct device_node *node, unsigned long *hartid);
156 int riscv_early_of_processor_hartid(struct device_node *node, unsigned long *hartid);
157 int riscv_of_parent_hartid(struct device_node *node, unsigned long *hartid);

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