Searched refs:of_flat_dt_match (Results 1 – 12 of 12) sorted by relevance
| /linux-4.4.14/arch/powerpc/platforms/512x/ |
| D | mpc512x_generic.c | 41 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc512x_generic_probe()
|
| /linux-4.4.14/arch/powerpc/platforms/52xx/ |
| D | mpc5200_simple.c | 73 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc5200_simple_probe()
|
| D | lite5200.c | 186 return of_flat_dt_match(of_get_flat_dt_root(), board); in lite5200_probe()
|
| D | media5200.c | 245 return of_flat_dt_match(of_get_flat_dt_root(), board); in media5200_probe()
|
| /linux-4.4.14/arch/powerpc/platforms/83xx/ |
| D | mpc831x_rdb.c | 49 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc831x_rdb_probe()
|
| D | mpc830x_rdb.c | 49 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc830x_rdb_probe()
|
| D | mpc837x_rdb.c | 76 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc837x_rdb_probe()
|
| /linux-4.4.14/arch/powerpc/platforms/40x/ |
| D | ppc40x_simple.c | 66 if (of_flat_dt_match(of_get_flat_dt_root(), board)) { in ppc40x_probe()
|
| /linux-4.4.14/arch/powerpc/platforms/85xx/ |
| D | tqm85xx.c | 125 return of_flat_dt_match(of_get_flat_dt_root(), board); in tqm85xx_probe()
|
| D | corenet_generic.c | 180 if (of_flat_dt_match(root, boards)) in corenet_generic_probe()
|
| /linux-4.4.14/include/linux/ |
| D | of_fdt.h | 58 extern int of_flat_dt_match(unsigned long node, const char *const *matches);
|
| /linux-4.4.14/drivers/of/ |
| D | fdt.c | 688 int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match() function 733 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()
|