Searched refs:of_device_compatible_match (Results 1 – 13 of 13) sorted by relevance
| /Linux-v5.4/arch/powerpc/platforms/512x/ |
| D | mpc512x_generic.c | 36 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
|
| /Linux-v5.4/arch/powerpc/platforms/83xx/ |
| D | mpc830x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
|
| D | mpc831x_rdb.c | 42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
|
| D | mpc837x_rdb.c | 69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
|
| /Linux-v5.4/arch/powerpc/platforms/52xx/ |
| D | mpc5200_simple.c | 69 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
|
| D | lite5200.c | 183 return of_device_compatible_match(of_root, board); in lite5200_probe()
|
| D | media5200.c | 240 return of_device_compatible_match(of_root, board); in media5200_probe()
|
| /Linux-v5.4/arch/powerpc/platforms/40x/ |
| D | ppc40x_simple.c | 63 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
|
| /Linux-v5.4/arch/powerpc/platforms/85xx/ |
| D | tqm85xx.c | 121 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
|
| D | corenet_generic.c | 164 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
|
| /Linux-v5.4/drivers/clk/renesas/ |
| D | clk-rcar-gen2.c | 327 if (of_device_compatible_match(np, pll0_mult_match)) { in rcar_gen2_cpg_register_clock()
|
| /Linux-v5.4/include/linux/ |
| D | of.h | 345 extern int of_device_compatible_match(struct device_node *device, 675 static inline int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
|
| /Linux-v5.4/drivers/of/ |
| D | base.c | 568 int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
|