Searched refs:of_find_node_with_property (Results 1 - 13 of 13) sorted by relevance
/kernel/linux/linux-5.10/drivers/soc/ti/ |
H A D | ti_sci_pm_domains.c | 142 np = of_find_node_with_property(np, "power-domains"); in ti_sci_pm_domain_probe()
|
/kernel/linux/linux-5.10/drivers/usb/common/ |
H A D | common.c | 265 controller = of_find_node_with_property(controller, "phys"); in of_usb_get_dr_mode_by_phy()
|
/kernel/linux/linux-6.6/drivers/usb/common/ |
H A D | common.c | 286 controller = of_find_node_with_property(controller, "phys"); in of_usb_get_dr_mode_by_phy()
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | of.h | 301 extern struct device_node *of_find_node_with_property( 536 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function 1289 for (dn = of_find_node_with_property(NULL, prop_name); dn; \ 1290 dn = of_find_node_with_property(dn, prop_name))
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | of.h | 306 extern struct device_node *of_find_node_with_property( 544 static inline struct device_node *of_find_node_with_property( in of_find_node_with_property() function 1440 for (dn = of_find_node_with_property(NULL, prop_name); dn; \ 1441 dn = of_find_node_with_property(dn, prop_name))
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 295 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
|
/kernel/linux/linux-5.10/drivers/clk/keystone/ |
H A D | sci-clk.c | 539 np = of_find_node_with_property(np, *clk_name); in ti_sci_scan_clocks_from_dt()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/powermac/ |
H A D | setup.c | 281 ic = of_find_node_with_property(NULL, "interrupt-controller"); in pmac_setup_arch()
|
/kernel/linux/linux-6.6/drivers/clk/keystone/ |
H A D | sci-clk.c | 530 np = of_find_node_with_property(np, *clk_name); in ti_sci_scan_clocks_from_dt()
|
/kernel/linux/linux-5.10/drivers/of/ |
H A D | base.c | 1047 * of_find_node_with_property - Find a node which has a property with 1058 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function 1079 EXPORT_SYMBOL(of_find_node_with_property); variable
|
/kernel/linux/linux-6.6/drivers/of/ |
H A D | base.c | 909 * of_find_node_with_property - Find a node which has a property with 920 struct device_node *of_find_node_with_property(struct device_node *from, in of_find_node_with_property() function 941 EXPORT_SYMBOL(of_find_node_with_property); variable
|
/kernel/linux/linux-5.10/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 927 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()
|
/kernel/linux/linux-6.6/arch/powerpc/platforms/cell/ |
H A D | iommu.c | 932 np = of_find_node_with_property(NULL, "dma-ranges"); in cell_iommu_fixed_mapping_init()
|
Completed in 19 milliseconds