| /linux-6.15/net/ieee802154/ |
| H A D | pan.c | 59 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 D | qcom_common.h | 18 struct device_node *node; member 26 struct device_node *node; member
|
| /linux-6.15/drivers/hwtracing/coresight/ |
| H A D | coresight-config.h | 208 struct list_head node; member 234 struct list_head node; member
|
| /linux-6.15/Documentation/devicetree/bindings/arm/firmware/ |
| H A D | tlm,trusted-foundations.yaml | 11 presence by declaring a node compatible under the /firmware/ node
|
| /linux-6.15/Documentation/devicetree/bindings/clock/ |
| H A D | armada3700-xtal-clock.txt | 6 This node must be a subnode of the node exposing the register address
|
| /linux-6.15/arch/loongarch/pci/ |
| H A D | pci.c | 39 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 D | rio_mport_cdev.c | 122 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 D | efx.c | 214 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 D | stratix10-svc.c | 97 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 D | page_track.c | 237 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 D | ti_edac.c | 202 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 D | dbstats.c | 218 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 D | interrupts.txt | 21 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 D | pwm-lp3943.c | 217 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 D | relocate.c | 229 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 D | ice.c | 296 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 D | fsl,qe.yaml | 20 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 D | irq-loongson-htvec.c | 230 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 D | reset.txt | 23 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 D | example-schema.yaml | 29 # '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 D | scsi_dh_rdac.c | 155 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 D | mtk_ddp_comp.c | 557 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 D | twl4030-power.c | 678 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 D | nvec.c | 271 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 D | cobalt-v4l2.c | 1202 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 …]
|