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