Home
last modified time | relevance | path

Searched refs:fdt_root (Results 1 – 1 of 1) sorted by relevance

/linux-6.12.1/drivers/platform/surface/
Dsurface_aggregator_registry.c475 struct device_node *fdt_root; in ssam_platform_hub_probe() local
482 fdt_root = of_find_node_by_path("/"); in ssam_platform_hub_probe()
483 if (!fdt_root) in ssam_platform_hub_probe()
486 match = of_match_node(ssam_platform_hub_of_match, fdt_root); in ssam_platform_hub_probe()
487 of_node_put(fdt_root); in ssam_platform_hub_probe()