Home
last modified time | relevance | path

Searched refs:node (Results 5351 – 5375 of 6034) sorted by relevance

1...<<211212213214215216217218219220>>...242

/linux-6.15/Documentation/devicetree/bindings/mux/
H A Dmux-controller.yaml54 An example mux controller node look like this (the adg972a chip is a triple
/linux-6.15/Documentation/userspace-api/media/v4l/
H A Dvidioc-g-edid.rst113 device node the pad represents the input or output index as
/linux-6.15/Documentation/devicetree/bindings/regulator/
H A Dti-abb-regulator.txt19 - clocks: should point to the clock node used by ABB module
/linux-6.15/Documentation/networking/device_drivers/ethernet/freescale/dpaa2/
H A Doverview.rst328 node in the device tree (compatible "fsl,qoriq-mc") passed in by boot
341 The binding for the MC-bus device-tree node can be consulted at
/linux-6.15/drivers/pci/controller/
H A Dpcie-altera.c855 struct device_node *node = dev->of_node; in altera_pcie_init_irq_domain() local
858 pcie->irq_domain = irq_domain_add_linear(node, PCI_NUM_INTX, in altera_pcie_init_irq_domain()
/linux-6.15/drivers/media/pci/mgb4/
H A Dmgb4_vout.c90 struct mgb4_frame_buffer *buf, *node; in return_all_buffers() local
94 list_for_each_entry_safe(buf, node, &voutdev->buf_list, list) { in return_all_buffers()
/linux-6.15/Documentation/driver-api/media/
H A Dmc-core.rst79 defined: a device node. Such interfaces are represented by a
82 Drivers initialize and create device node interfaces by calling
/linux-6.15/drivers/pci/endpoint/functions/
H A Dpci-epf-test.c203 static bool epf_dma_filter_fn(struct dma_chan *chan, void *node) in epf_dma_filter_fn() argument
205 struct epf_dma_filter *filter = node; in epf_dma_filter_fn()
/linux-6.15/drivers/media/pci/sta2x11/
H A Dsta2x11_vip.c351 struct vip_buffer *vip_buf, *node; in stop_streaming() local
360 list_for_each_entry_safe(vip_buf, node, &vip->buffer_list, list) { in stop_streaming()
/linux-6.15/drivers/input/touchscreen/
H A Dsur40.c899 struct sur40_buffer *buf, *node; in return_all_buffers() local
902 list_for_each_entry_safe(buf, node, &sur40->buf_list, list) { in return_all_buffers()
/linux-6.15/drivers/iommu/intel/
H A Dpasid.c63 dir = iommu_alloc_pages_node(info->iommu->node, GFP_KERNEL, order); in intel_pasid_alloc_table()
151 entries = iommu_alloc_page_node(info->iommu->node, GFP_ATOMIC); in intel_pasid_get_entry()
/linux-6.15/arch/powerpc/boot/dts/
H A Dglacier.dts522 * to avoid putting a node for it in the tree, so the numbers
564 * to avoid putting a node for it in the tree, so the numbers
/linux-6.15/Documentation/networking/device_drivers/can/ctu/
H A Dctucanfd-driver.rst502 It may be desirable to report when the node reaches *Error Passive*,
510 the node may be either *Error Passive* or *Bus Off*. If the node goes
512 Otherwise, the node is *or was* *Error Passive*. However, it may happen
/linux-6.15/drivers/mtd/nand/raw/
H A Dsunxi_nand.c193 struct list_head node; member
1929 node); in sunxi_nand_chips_cleanup()
1934 list_del(&sunxi_nand->node); in sunxi_nand_chips_cleanup()
2020 list_add_tail(&sunxi_nand->node, &nfc->chips); in sunxi_nand_chip_init()
H A Dmarvell_nand.c340 struct list_head node; member
2751 list_add_tail(&marvell_nand->node, &nfc->chips); in marvell_nand_chip_init()
2762 list_for_each_entry_safe(entry, temp, &nfc->chips, node) { in marvell_nand_chips_cleanup()
2767 list_del(&entry->node); in marvell_nand_chips_cleanup()
3047 list_for_each_entry(chip, &nfc->chips, node) in marvell_nfc_suspend()
/linux-6.15/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c98 struct list_head node; member
110 list_add_tail(&obj->node, &a6xx_state->objs); in state_kcalloc()
1663 list_for_each_entry_safe(obj, tmp, &a6xx_state->objs, node) { in a6xx_gpu_state_destroy()
1664 list_del(&obj->node); in a6xx_gpu_state_destroy()
/linux-6.15/Documentation/driver-api/
H A Duio-howto.rst138 the last time the device node was read.
274 region, it will show up in the corresponding sysfs node.
413 string of the node the driver is supposed to handle. By default, the
414 node's name (without the unit address) is exposed as name for the
416 ``"linux,uio-name"`` may be specified in the DT node.
/linux-6.15/drivers/rapidio/devices/
H A Dtsi721.c423 list_for_each_entry(dbell, &mport->dbells, node) { in tsi721_db_dpc()
1197 list_add_tail(&map->node, &ib_win->mappings); in tsi721_rio_map_inb_mem()
1232 list_add_tail(&map->node, &ib_win->mappings); in tsi721_rio_map_inb_mem()
1290 &ib_win->mappings, node) { in tsi721_rio_unmap_inb_mem()
1292 list_del(&map->node); in tsi721_rio_unmap_inb_mem()
/linux-6.15/drivers/net/ethernet/mellanox/mlx4/
H A Den_netdev.c2160 int node; in mlx4_en_alloc_resources() local
2165 node = cpu_to_node(i % num_online_cpus()); in mlx4_en_alloc_resources()
2167 prof->tx_ring_size, i, t, node)) in mlx4_en_alloc_resources()
2172 TXBB_SIZE, node, i)) in mlx4_en_alloc_resources()
2179 node = cpu_to_node(i % num_online_cpus()); in mlx4_en_alloc_resources()
2181 prof->rx_ring_size, i, RX, node)) in mlx4_en_alloc_resources()
2186 node, i)) in mlx4_en_alloc_resources()
/linux-6.15/drivers/net/ethernet/freescale/
H A Dfec_main.c2529 struct device_node *node; in fec_enet_mii_init() local
2562 node = of_get_child_by_name(pdev->dev.of_node, "mdio"); in fec_enet_mii_init()
2563 if (node) { in fec_enet_mii_init()
2564 of_property_read_u32(node, "clock-frequency", &bus_freq); in fec_enet_mii_init()
2565 suppress_preamble = of_property_read_bool(node, in fec_enet_mii_init()
2642 err = of_mdiobus_register(fep->mii_bus, node); in fec_enet_mii_init()
2645 of_node_put(node); in fec_enet_mii_init()
2665 of_node_put(node); in fec_enet_mii_init()
/linux-6.15/arch/powerpc/platforms/powermac/
H A Dpic.c256 static int pmac_pic_host_match(struct irq_domain *h, struct device_node *node, in pmac_pic_host_match() argument
/linux-6.15/drivers/dma/hsu/
H A Dhsu.c127 list_del(&vdesc->node); in hsu_dma_start_transfer()
/linux-6.15/drivers/bus/
H A Dhisi_lpc.c434 list_for_each_entry(rentry, &resource_list, node) { in hisi_lpc_acpi_set_io_res()
/linux-6.15/Documentation/devicetree/bindings/display/
H A Dxylon,logicvc-display.yaml24 Layers are declared in the "layers" sub-node and have dedicated configuration.
/linux-6.15/drivers/video/fbdev/
H A Dgrvga.c473 info->node, info->var.xres, info->var.yres, info->var.bits_per_pixel, in grvga_probe()

1...<<211212213214215216217218219220>>...242