Home
last modified time | relevance | path

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

/linux-4.1.27/arch/powerpc/platforms/512x/
Dmpc512x_generic.c41 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc512x_generic_probe()
/linux-4.1.27/arch/powerpc/platforms/52xx/
Dmpc5200_simple.c73 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc5200_simple_probe()
Dlite5200.c186 return of_flat_dt_match(of_get_flat_dt_root(), board); in lite5200_probe()
Dmedia5200.c245 return of_flat_dt_match(of_get_flat_dt_root(), board); in media5200_probe()
/linux-4.1.27/arch/powerpc/platforms/83xx/
Dmpc830x_rdb.c49 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc830x_rdb_probe()
Dmpc831x_rdb.c49 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc831x_rdb_probe()
Dmpc837x_rdb.c76 return of_flat_dt_match(of_get_flat_dt_root(), board); in mpc837x_rdb_probe()
/linux-4.1.27/arch/powerpc/platforms/40x/
Dppc40x_simple.c66 if (of_flat_dt_match(of_get_flat_dt_root(), board)) { in ppc40x_probe()
/linux-4.1.27/arch/powerpc/platforms/85xx/
Dtqm85xx.c125 return of_flat_dt_match(of_get_flat_dt_root(), board); in tqm85xx_probe()
Dcorenet_generic.c174 if (of_flat_dt_match(root, boards)) in corenet_generic_probe()
/linux-4.1.27/include/linux/
Dof_fdt.h58 extern int of_flat_dt_match(unsigned long node, const char *const *matches);
/linux-4.1.27/drivers/of/
Dfdt.c671 int __init of_flat_dt_match(unsigned long node, const char *const *compat) in of_flat_dt_match() function
716 score = of_flat_dt_match(dt_root, compat); in of_flat_dt_match_machine()