Home
last modified time | relevance | path

Searched refs:node (Results 5001 – 5025 of 6034) sorted by relevance

1...<<201202203204205206207208209210>>...242

/linux-6.15/drivers/dma/amd/ptdma/
H A Dptdma-dmaengine.c229 list_del(&desc->vd.node); in pt_handle_active_desc()
375 list_del(&desc->vd.node); in pt_cmd_callback_work()
/linux-6.15/drivers/fpga/
H A Dfpga-mgr.c714 struct fpga_manager *of_fpga_mgr_get(struct device_node *node) in of_fpga_mgr_get() argument
719 mgr_dev = class_find_device_by_of_node(&fpga_mgr_class, node); in of_fpga_mgr_get()
/linux-6.15/drivers/clk/
H A Dclk-en7523.c706 struct device_node *node = pdev->dev.of_node; in en7523_clk_probe() local
724 return of_clk_add_hw_provider(node, of_clk_hw_onecell_get, clk_data); in en7523_clk_probe()
/linux-6.15/drivers/pci/controller/plda/
H A Dpcie-plda-host.c386 struct device_node *node = dev->of_node; in plda_pcie_init_irq_domains() local
390 pcie_intc_node = of_get_next_child(node, NULL); in plda_pcie_init_irq_domains()
/linux-6.15/drivers/net/ethernet/amd/xgbe/
H A Dxgbe.h470 int node; member
524 int node; member
/linux-6.15/drivers/phy/st/
H A Dphy-stm32-usbphyc.c443 struct device_node *node = usbphyc->dev->of_node; in stm32_usbphyc_clk48_register() local
456 ret = of_clk_add_hw_provider(node, of_clk_hw_simple_get, &usbphyc->clk48_hw); in stm32_usbphyc_clk48_register()
/linux-6.15/arch/arm/boot/dts/rockchip/
H A Drk3288-veyron.dtsi23 * and would instead create another memory node.
132 /delete-node/ opp-312000000;
/linux-6.15/drivers/power/supply/
H A Dcpcap-charger.c149 struct list_head node; member
778 list_add(&d->node, &ddata->irq_list); in cpcap_usb_init_irq()
/linux-6.15/lib/kunit/
H A Dtest.c264 list_for_each_entry(fragment, &stream->fragments, node) { in kunit_print_string_stream()
920 node); in kunit_cleanup()
/linux-6.15/Documentation/devicetree/bindings/net/
H A Dkeystone-netcp.txt107 - cpts: sub-node time synchronization (CPTS) submodule configuration
110 -- cpts-refclk-mux: multiplexer clock definition sub-node for CPTS reference (RFTCLK) clock
/linux-6.15/Documentation/devicetree/bindings/pci/
H A Dmvebu-pci.txt57 In addition, the device tree node must have sub-nodes describing each
71 - ranges, translating the MBus windows ranges of the parent node into
/linux-6.15/drivers/media/platform/xilinx/
H A Dxilinx-tpg.c714 struct device_node *node = xtpg->xvip.dev->of_node; in xtpg_parse_of() local
718 for_each_of_graph_port(node, port) { in xtpg_parse_of()
/linux-6.15/drivers/video/fbdev/omap2/omapfb/dss/
H A Dvenc.c763 struct device_node *node = pdev->dev.of_node; in venc_probe_of() local
768 ep = of_graph_get_endpoint_by_regs(node, 0, -1); in venc_probe_of()
/linux-6.15/drivers/net/phy/
H A Dnxp-tja11xx.c519 struct device_node *node = phydev->mdio.dev.of_node; in tja11xx_parse_dt() local
525 if (of_property_read_bool(node, "nxp,rmii-refclk-in")) in tja11xx_parse_dt()
/linux-6.15/tools/testing/selftests/alsa/
H A Dpcm-test.c81 static long device_from_id(snd_config_t *node) in device_from_id() argument
87 if (snd_config_get_id(node, &id)) in device_from_id()
/linux-6.15/drivers/hwtracing/coresight/
H A Dcoresight-etm-perf.c156 int node = event->cpu == -1 ? -1 : cpu_to_node(event->cpu); in etm_addr_filters_alloc() local
158 filters = kzalloc_node(sizeof(struct etm_filters), GFP_KERNEL, node); in etm_addr_filters_alloc()
/linux-6.15/drivers/gpu/drm/omapdrm/dss/
H A Dhdmi4.c744 struct device_node *node = pdev->dev.of_node; in hdmi4_probe_of() local
748 ep = of_graph_get_endpoint_by_regs(node, 0, 0); in hdmi4_probe_of()
H A Dhdmi5.c710 struct device_node *node = pdev->dev.of_node; in hdmi5_probe_of() local
714 ep = of_graph_get_endpoint_by_regs(node, 0, 0); in hdmi5_probe_of()
/linux-6.15/drivers/staging/most/Documentation/ABI/
H A Dsysfs-class-most.txt160 Indicates the current node address.
168 Indicates the current node position.
/linux-6.15/drivers/rtc/
H A Drtc-rv8803.c571 struct device_node *node = client->dev.of_node; in rx8900_trickle_charger_init() local
575 if (!node) in rx8900_trickle_charger_init()
/linux-6.15/Documentation/devicetree/bindings/pinctrl/
H A Dmediatek,mt7988-pinctrl.yaml72 $ref: /schemas/pinctrl/pinmux-node.yaml
379 $ref: /schemas/pinctrl/pincfg-node.yaml
/linux-6.15/arch/arm/boot/dts/nvidia/
H A Dtegra124-nyan-blaze-emc.dtsi2063 /delete-node/ opp-924000000;
2064 /delete-node/ opp-1200000000;
2068 /delete-node/ opp-924000000-1100;
2069 /delete-node/ opp-1200000000-1100;
/linux-6.15/mm/
H A Dmemcontrol-v1.c2207 int node; in memcg1_init() local
2209 for_each_node(node) { in memcg1_init()
2212 rtpn = kzalloc_node(sizeof(*rtpn), GFP_KERNEL, node); in memcg1_init()
2217 soft_limit_tree.rb_tree_per_node[node] = rtpn; in memcg1_init()
/linux-6.15/sound/soc/intel/atom/
H A Dsst-atom-controls.c306 list_for_each_entry(algo, &ids->algo_list, node) { in sst_find_and_send_pipe_algo()
607 list_for_each_entry(gain, &ids->gain_list, node) { in sst_set_pipe_gain()
1404 list_add_tail(&module->node, &ids->gain_list); in sst_fill_module_list()
1410 list_add_tail(&module->node, &ids->algo_list); in sst_fill_module_list()
/linux-6.15/arch/arm/mach-omap2/
H A Domap_hwmod_3xxx_data.c2474 struct device_node *node; in omap3xxx_hwmod_is_hs_ip_block_usable() local
2480 node = of_get_child_by_name(bus, dev_name); in omap3xxx_hwmod_is_hs_ip_block_usable()
2481 available = of_device_is_available(node); in omap3xxx_hwmod_is_hs_ip_block_usable()
2482 of_node_put(node); in omap3xxx_hwmod_is_hs_ip_block_usable()

1...<<201202203204205206207208209210>>...242