Home
last modified time | relevance | path

Searched refs:node (Results 2001 – 2025 of 6034) sorted by relevance

1...<<81828384858687888990>>...242

/linux-6.15/net/ieee802154/
H A Dpan.c59 list_for_each_entry(child, &wpan_dev->children, node) in cfg802154_device_is_child()
86 list_for_each_entry(child, &wpan_dev->children, node) in cfg802154_get_free_short_addr()
/linux-6.15/drivers/remoteproc/
H A Dqcom_common.h18 struct device_node *node; member
26 struct device_node *node; member
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-config.h208 struct list_head node; member
234 struct list_head node; member
/linux-6.15/Documentation/devicetree/bindings/arm/firmware/
H A Dtlm,trusted-foundations.yaml11 presence by declaring a node compatible under the /firmware/ node
/linux-6.15/Documentation/devicetree/bindings/clock/
H A Darmada3700-xtal-clock.txt6 This node must be a subnode of the node exposing the register address
/linux-6.15/arch/loongarch/pci/
H A Dpci.c39 phys_addr_t mcfg_addr_init(int node) in mcfg_addr_init() argument
41 return (((u64)node << 44) | MCFG_EXT_PCICFG_BASE); in mcfg_addr_init()
/linux-6.15/drivers/rapidio/devices/
H A Drio_mport_cdev.c122 struct list_head node; member
164 struct list_head node; member
387 list_add_tail(&map->node, &md->mappings); in rio_mport_create_outbound_mapping()
538 struct list_head node; member
1035 list_del(&req->node); in rio_mport_wait_for_async_dma()
1110 list_add_tail(&map->node, &md->mappings); in rio_mport_create_dma_mapping()
1237 list_add_tail(&map->node, &md->mappings); in rio_mport_create_inbound_mapping()
1982 list_del(&req->node); in mport_cdev_release_dma()
2159 list_del(&map->node); in mport_release_mapping()
2436 list_add_tail(&md->node, &mport_devs); in mport_cdev_add()
[all …]
/linux-6.15/drivers/net/ethernet/sfc/siena/
H A Defx.c214 list_add_tail(&efx->node, &efx_primary_list); in efx_associate()
217 node) { in efx_associate()
219 list_del(&other->node); in efx_associate()
224 list_add_tail(&other->node, in efx_associate()
232 list_for_each_entry(other, &efx_primary_list, node) { in efx_associate()
238 list_add_tail(&efx->node, in efx_associate()
247 list_add_tail(&efx->node, &efx_unassociated_list); in efx_associate()
255 list_del(&efx->node); in efx_dissociate()
258 list_for_each_entry_safe(other, next, &efx->secondary_list, node) { in efx_dissociate()
259 list_del(&other->node); in efx_dissociate()
[all …]
/linux-6.15/drivers/firmware/
H A Dstratix10-svc.c97 struct list_head node; member
146 struct list_head node; member
187 list_for_each_entry(pmem, &svc_data_mem, node) in svc_pa_to_va()
897 struct stratix10_svc_controller, node); in stratix10_svc_request_channel_byname()
993 list_for_each_entry(p_mem, &svc_data_mem, node) in stratix10_svc_send()
1000 list_for_each_entry(p_mem, &svc_data_mem, node) in stratix10_svc_send()
1085 list_add_tail(&pmem->node, &svc_data_mem); in stratix10_svc_allocate_memory()
1104 list_for_each_entry(pmem, &svc_data_mem, node) in stratix10_svc_free_memory()
1109 list_del(&pmem->node); in stratix10_svc_free_memory()
1200 list_add_tail(&controller->node, &svc_ctrl); in stratix10_svc_drv_probe()
[all …]
/linux-6.15/arch/x86/kvm/mmu/
H A Dpage_track.c237 hlist_add_head_rcu(&n->node, &head->track_notifier_list); in kvm_page_track_register_notifier()
255 hlist_del_rcu(&n->node); in kvm_page_track_unregister_notifier()
282 hlist_for_each_entry_srcu(n, &head->track_notifier_list, node, in __kvm_page_track_write()
305 hlist_for_each_entry_srcu(n, &head->track_notifier_list, node, in kvm_page_track_delete_slot()
/linux-6.15/drivers/edac/
H A Dti_edac.c202 static int _emif_get_id(struct device_node *node) in _emif_get_id() argument
209 addrp = of_get_address(node, 0, NULL, NULL); in _emif_get_id()
210 my_addr = (u32)of_translate_address(node, addrp); in _emif_get_id()
213 if (np == node) in _emif_get_id()
/linux-6.15/drivers/acpi/acpica/
H A Ddbstats.c218 struct acpi_namespace_node *node; in acpi_db_classify_one_object() local
224 node = (struct acpi_namespace_node *)obj_handle; in acpi_db_classify_one_object()
225 obj_desc = acpi_ns_get_attached_object(node); in acpi_db_classify_one_object()
229 type = node->type; in acpi_db_classify_one_object()
/linux-6.15/Documentation/devicetree/bindings/interrupt-controller/
H A Dinterrupts.txt21 controller node. This property is inherited, so it may be specified in an
22 interrupt client node or in any of its parent nodes. Interrupts listed in the
23 "interrupts" property are always in reference to the node's interrupt parent.
25 The "interrupts-extended" property is a special form; useful when a node needs
/linux-6.15/drivers/pwm/
H A Dpwm-lp3943.c217 struct device_node *node = dev->of_node; in lp3943_pwm_parse_dt() local
223 if (!node) in lp3943_pwm_parse_dt()
236 num_outputs = of_property_count_u32_elems(node, name[i]); in lp3943_pwm_parse_dt()
245 err = of_property_read_u32_array(node, name[i], output, in lp3943_pwm_parse_dt()
/linux-6.15/arch/mips/kernel/
H A Drelocate.c229 int node, len; in get_random_boot() local
232 node = fdt_path_offset(initial_boot_params, "/chosen"); in get_random_boot()
233 if (node >= 0) { in get_random_boot()
234 prop = fdt_getprop_w(initial_boot_params, node, in get_random_boot()
/linux-6.15/drivers/soc/qcom/
H A Dice.c296 struct device_node *node __free(device_node) = of_parse_phandle(dev->of_node, in of_qcom_ice_get()
298 if (!node) in of_qcom_ice_get()
301 pdev = of_find_device_by_node(node); in of_qcom_ice_get()
303 dev_err(dev, "Cannot find device node %s\n", node->name); in of_qcom_ice_get()
/linux-6.15/Documentation/devicetree/bindings/soc/fsl/cpm_qe/
H A Dfsl,qe.yaml20 the "root" qe node, using the common properties from there.
58 required only if there is no fsl,qe-firmware child node
60 Points to a firmware node (see "QE Firmware Node" below)
62 The compatible property for the firmware node should say,
/linux-6.15/drivers/irqchip/
H A Dirq-loongson-htvec.c230 static int htvec_of_init(struct device_node *node, in htvec_of_init() argument
238 if (of_address_to_resource(node, 0, &res)) in htvec_of_init()
243 parent_irq[i] = irq_of_parse_and_map(node, i); in htvec_of_init()
251 num_parents, parent_irq, of_node_to_fwnode(node)); in htvec_of_init()
/linux-6.15/Documentation/devicetree/bindings/reset/
H A Dreset.txt23 the DT node of each affected HW block, since if activated, an unrelated block
24 may be reset. Instead, reset signals should be represented in the DT node
25 where it makes most sense to control it; this may be a bus node if all
27 block node for dedicated reset signals. The intent of this binding is to give
/linux-6.15/Documentation/devicetree/bindings/
H A Dexample-schema.yaml29 # 'select' is a schema applied to a DT node to determine if this binding
30 # schema should be applied to the node. It is optional and by default the
177 child-node:
184 vendor,a-child-node-property:
185 description: Child node properties have all the same schema
190 - vendor,a-child-node-property
253 # be overridden or an appropriate parent bus node should be shown (such as on
258 node@1000 {
/linux-6.15/drivers/scsi/device_handler/
H A Dscsi_dh_rdac.c155 struct list_head node; /* list of all controllers */ member
185 struct list_head node; member
322 list_del(&ctlr->node); in release_controller()
331 list_for_each_entry(tmp, &ctlr_list, node) { in get_controller()
356 list_add(&ctlr->node, &ctlr_list); in get_controller()
425 list_for_each_entry_rcu(tmp, &h->ctlr->dh_list, node) { in check_ownership()
457 list_add_rcu(&h->node, &h->ctlr->dh_list); in initialize_controller()
793 list_del_rcu(&h->node); in rdac_bus_detach()
/linux-6.15/drivers/gpu/drm/mediatek/
H A Dmtk_ddp_comp.c557 int mtk_ddp_comp_get_id(struct device_node *node, in mtk_ddp_comp_get_id() argument
560 int id = of_alias_get_id(node, mtk_ddp_comp_stem[comp_type]); in mtk_ddp_comp_get_id()
623 int mtk_ddp_comp_init(struct device_node *node, struct mtk_ddp_comp *comp, in mtk_ddp_comp_init() argument
643 if (!node) in mtk_ddp_comp_init()
646 comp_pdev = of_find_device_by_node(node); in mtk_ddp_comp_init()
648 DRM_INFO("Waiting for device %s\n", node->full_name); in mtk_ddp_comp_init()
672 priv->regs = of_iomap(node, 0); in mtk_ddp_comp_init()
673 priv->clk = of_clk_get(node, 0); in mtk_ddp_comp_init()
/linux-6.15/drivers/mfd/
H A Dtwl4030-power.c678 struct device_node *node) in twl4030_power_use_poweroff() argument
683 if (of_property_read_bool(node, "ti,system-power-controller")) in twl4030_power_use_poweroff()
686 if (of_property_read_bool(node, "ti,use_poweroff")) in twl4030_power_use_poweroff()
689 if (of_device_is_system_power_controller(node->parent)) in twl4030_power_use_poweroff()
888 struct device_node *node = pdev->dev.of_node; in twl4030_power_probe() local
893 if (!pdata && !node) { in twl4030_power_probe()
909 if (node) in twl4030_power_probe()
926 if (twl4030_power_use_poweroff(pdata, node) && !pm_power_off) { in twl4030_power_probe()
/linux-6.15/drivers/staging/nvec/
H A Dnvec.c271 list_add_tail(&msg->node, &nvec->tx_data); in nvec_write_async()
388 msg = list_first_entry(&nvec->tx_data, struct nvec_msg, node); in nvec_request_master()
403 list_del_init(&msg->node); in nvec_request_master()
451 msg = list_first_entry(&nvec->rx_data, struct nvec_msg, node); in nvec_dispatch()
452 list_del_init(&msg->node); in nvec_dispatch()
517 list_add_tail(&nvec->rx->node, &nvec->rx_data); in nvec_rx_completed()
561 list_add_tail(&nvec->tx->node, &nvec->tx_data); in nvec_tx_set()
564 node); in nvec_tx_set()
/linux-6.15/drivers/media/pci/cobalt/
H A Dcobalt-v4l2.c1202 struct cobalt_stream *s = cobalt->streams + node; in cobalt_node_register()
1211 "%s-%d", cobalt->v4l2_dev.name, node); in cobalt_node_register()
1231 cobalt_warn("Setting up dummy video node %d\n", node); in cobalt_node_register()
1281 node); in cobalt_node_register()
1284 cobalt_info("registered node %d\n", node); in cobalt_node_register()
1291 int node, ret; in cobalt_nodes_register() local
1294 for (node = 0; node < COBALT_NUM_STREAMS; node++) { in cobalt_nodes_register()
1295 ret = cobalt_node_register(cobalt, node); in cobalt_nodes_register()
1305 int node; in cobalt_nodes_unregister() local
1308 for (node = 0; node < COBALT_NUM_STREAMS; node++) { in cobalt_nodes_unregister()
[all …]

1...<<81828384858687888990>>...242