Home
last modified time | relevance | path

Searched refs:node (Results 3726 – 3750 of 6034) sorted by relevance

1...<<141142143144145146147148149150>>...242

/linux-6.15/Documentation/devicetree/bindings/net/
H A Dstm32-dwmac.yaml94 - description: phandle to the syscon node which encompases the glue register
98 Should be phandle/offset pair. The phandle to the syscon node which
H A Dfsl,fec.yaml180 - description: phandle to general purpose register node
200 # To avoid these, create a phy node according to ethernet-phy.yaml in the same
244 # place PHY OF properties in the MAC node, such as Micrel PHY, and we can find
H A Drenesas,etheravb.yaml131 # In older bindings there where no mdio child-node to describe the MDIO bus
132 # and the PHY. To not fail older bindings accept any node with an address. New
133 # users should describe the PHY inside the mdio child-node.
/linux-6.15/Documentation/userspace-api/media/drivers/
H A Dimx-uapi.rst21 subdev node. This event is generated by the Frame Interval Monitor
52 the FIM event notification on the ipuX_csiY subdev device node.
/linux-6.15/include/sound/
H A Dsimple_card_utils.h141 struct device_node *node,
156 struct device_node *node,
/linux-6.15/kernel/dma/
H A DKconfig184 or set the node id and its size of CMA by specifying "numa_cma=
185 <node>:size[,<node>:size]" on the kernel's command line.
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dmt6359-regulator.yaml15 MT6359 regulators node should be sub node of the MT6397 MFD node.
/linux-6.15/drivers/rtc/
H A Drtc-sc27xx.c419 rtc_ktime_to_tm(rtc->rtc->aie_timer.node.expires); in sprd_rtc_set_alarm()
564 struct device_node *node = pdev->dev.of_node; in sprd_rtc_probe() local
576 ret = of_property_read_u32(node, "reg", &rtc->base); in sprd_rtc_probe()
H A Drtc-nct3018y.c456 struct device_node *node = client->dev.of_node; in nct3018y_clkout_register_clk() local
468 of_property_read_string(node, "clock-output-names", &init.name); in nct3018y_clkout_register_clk()
474 of_clk_add_provider(node, of_clk_src_simple_get, clk); in nct3018y_clkout_register_clk()
/linux-6.15/arch/powerpc/platforms/pseries/
H A Ddlpar.c458 struct device_node *node) in changeset_detach_node_recursive() argument
463 for_each_child_of_node(node, child) { in changeset_detach_node_recursive()
471 return of_changeset_detach_node(ocs, node); in changeset_detach_node_recursive()
/linux-6.15/drivers/scsi/aic7xxx/aicasm/
H A Daicasm_symbol.c315 symbol_node_t *node; in symlist_merge() local
318 while((node = SLIST_FIRST(symlist_src2)) != NULL) { in symlist_merge()
320 SLIST_INSERT_HEAD(symlist_dest, node, links); in symlist_merge()
/linux-6.15/drivers/memory/
H A Datmel-ebi.c33 struct list_head node; member
372 list_add_tail(&ebid->node, &ebi->devs); in atmel_ebi_dev_setup()
618 list_for_each_entry(ebid, &ebi->devs, node) { in atmel_ebi_resume()
/linux-6.15/drivers/virtio/
H A Dvirtio_vdpa.c43 struct list_head node; member
255 list_add(&info->node, &vd_dev->virtqueues); in virtio_vdpa_setup_vq()
280 list_del(&info->node); in virtio_vdpa_del_vq()
/linux-6.15/drivers/amba/
H A Dbus.c254 struct device_node *node = dev->dev.of_node; in of_amba_device_decode_irq() local
257 if (IS_ENABLED(CONFIG_OF_IRQ) && node) { in of_amba_device_decode_irq()
260 irq = of_irq_get(node, i); in of_amba_device_decode_irq()
/linux-6.15/drivers/net/ethernet/marvell/octeontx2/af/
H A Drvu_rep.c78 node); in rvu_rep_wq_handler()
80 list_del(&qentry->node); in rvu_rep_wq_handler()
104 list_add_tail(&qentry->node, &rvu->rep_evtq_head); in rvu_mbox_handler_rep_event_notify()
/linux-6.15/drivers/hwtracing/coresight/
H A Dultrasoc-smb.c310 int node; in smb_alloc_buffer() local
312 node = (event->cpu == -1) ? NUMA_NO_NODE : cpu_to_node(event->cpu); in smb_alloc_buffer()
313 buf = kzalloc_node(sizeof(struct cs_buffers), GFP_KERNEL, node); in smb_alloc_buffer()
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dactions,s900-pinctrl.txt11 - gpio-controller: Marks the device node as a GPIO controller.
16 - interrupt-controller: Marks the device node as an interrupt controller.
29 phrase "pin configuration node".
H A Dmediatek,mt7622-pinctrl.yaml76 $ref: /schemas/pinctrl/pinmux-node.yaml
274 $ref: /schemas/pinctrl/pincfg-node.yaml
280 Valid values are the same as the pinmux node.
/linux-6.15/drivers/soc/qcom/
H A Dqcom_aoss.c377 struct device_node *node) in qmp_cooling_device_add() argument
379 char *cdev_name = (char *)node->name; in qmp_cooling_device_add()
385 (qmp->dev, node, in qmp_cooling_device_add()
/linux-6.15/Documentation/arch/x86/
H A Dtopology.rst181 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
222 [node 0] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 0
227 [node 1] -> [Compute Unit 0] -> [Compute Unit Core 0] -> Linux CPU 4
/linux-6.15/arch/powerpc/platforms/52xx/
H A Dmpc52xx_gpt.c240 mpc52xx_gpt_irq_setup(struct mpc52xx_gpt_priv *gpt, struct device_node *node) in mpc52xx_gpt_irq_setup() argument
246 cascade_virq = irq_of_parse_and_map(node, 0); in mpc52xx_gpt_irq_setup()
250 gpt->irqhost = irq_domain_add_linear(node, 1, &mpc52xx_gpt_irq_ops, gpt); in mpc52xx_gpt_irq_setup()
/linux-6.15/Documentation/trace/
H A Dboottime-trace.rst59 These options can be used for each instance including global ftrace node.
125 instance node, but those are also visible from other instances. So please
245 Also, boot-time tracing supports "instance" node, which allows us to run
261 The instance node also accepts event nodes so that each instance
/linux-6.15/drivers/tty/
H A Dvcc.c567 u64 node; in vcc_probe() local
617 node = vio_vdev_node(hp, vdev); in vcc_probe()
618 if (node == MDESC_NODE_NULL) { in vcc_probe()
624 domain = mdesc_get_property(hp, node, "vcc-domain-name", NULL); in vcc_probe()
/linux-6.15/drivers/edac/
H A Dskx_common.c258 int node; in skx_get_pkg_id() local
261 node = pcibus_to_node(d->util_all->bus); in skx_get_pkg_id()
262 if (numa_valid_node(node)) { in skx_get_pkg_id()
266 if (c->initialized && cpu_to_node(cpu) == node) { in skx_get_pkg_id()
/linux-6.15/fs/ubifs/
H A Dgc.c309 err = ubifs_wbuf_write_nolock(wbuf, snod->node, snod->len); in move_node()
368 snod->node, snod->len); in move_nodes()
400 snod->node, snod->len); in move_nodes()
551 struct ubifs_idx_node *idx = snod->node; in ubifs_garbage_collect_leb()

1...<<141142143144145146147148149150>>...242