Searched refs:of_flat_dt_match (Results 1 - 12 of 12) sorted by relevance

/linux-4.1.27/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c41 return of_flat_dt_match(of_get_flat_dt_root(), board); mpc512x_generic_probe()
/linux-4.1.27/arch/powerpc/platforms/83xx/
H A Dmpc831x_rdb.c49 return of_flat_dt_match(of_get_flat_dt_root(), board); mpc831x_rdb_probe()
H A Dmpc830x_rdb.c49 return of_flat_dt_match(of_get_flat_dt_root(), board); mpc830x_rdb_probe()
H A Dmpc837x_rdb.c76 return of_flat_dt_match(of_get_flat_dt_root(), board); mpc837x_rdb_probe()
/linux-4.1.27/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c66 if (of_flat_dt_match(of_get_flat_dt_root(), board)) { ppc40x_probe()
/linux-4.1.27/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c73 return of_flat_dt_match(of_get_flat_dt_root(), board); mpc5200_simple_probe()
H A Dlite5200.c186 return of_flat_dt_match(of_get_flat_dt_root(), board); lite5200_probe()
H A Dmedia5200.c245 return of_flat_dt_match(of_get_flat_dt_root(), board); media5200_probe()
/linux-4.1.27/arch/powerpc/platforms/85xx/
H A Dtqm85xx.c125 return of_flat_dt_match(of_get_flat_dt_root(), board); tqm85xx_probe()
H A Dcorenet_generic.c174 if (of_flat_dt_match(root, boards)) corenet_generic_probe()
/linux-4.1.27/include/linux/
H A Dof_fdt.h58 extern int of_flat_dt_match(unsigned long node, const char *const *matches);
/linux-4.1.27/drivers/of/
H A Dfdt.c669 * 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