Home
last modified time | relevance | path

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

/Linux-v4.19/arch/powerpc/platforms/512x/
Dmpc512x_generic.c41 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
/Linux-v4.19/arch/powerpc/platforms/83xx/
Dmpc831x_rdb.c46 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
Dmpc830x_rdb.c46 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
Dmpc837x_rdb.c73 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
/Linux-v4.19/arch/powerpc/platforms/52xx/
Dmpc5200_simple.c73 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
Dlite5200.c186 return of_device_compatible_match(of_root, board); in lite5200_probe()
Dmedia5200.c245 return of_device_compatible_match(of_root, board); in media5200_probe()
/Linux-v4.19/arch/powerpc/platforms/40x/
Dppc40x_simple.c66 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
/Linux-v4.19/arch/powerpc/platforms/85xx/
Dtqm85xx.c125 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
Dcorenet_generic.c177 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
/Linux-v4.19/drivers/clk/renesas/
Dclk-rcar-gen2.c329 if (of_device_compatible_match(np, pll0_mult_match)) { in rcar_gen2_cpg_register_clock()
/Linux-v4.19/include/linux/
Dof.h348 extern int of_device_compatible_match(struct device_node *device,
669 static inline int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
/Linux-v4.19/drivers/of/
Dbase.c515 int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function