Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c36 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/83xx/
H A Dmpc830x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
H A Dmpc831x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
H A Dmpc837x_rdb.c69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c69 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
H A Dlite5200.c183 return of_device_compatible_match(of_root, board); in lite5200_probe()
H A Dmedia5200.c240 return of_device_compatible_match(of_root, board); in media5200_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c63 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
/OK3568_Linux_fs/kernel/arch/powerpc/platforms/85xx/
H A Dtqm85xx.c121 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
H A Dcorenet_generic.c152 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
/OK3568_Linux_fs/kernel/include/linux/
H A Dof.h345 extern int of_device_compatible_match(struct device_node *device,
684 static inline int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function
/OK3568_Linux_fs/kernel/drivers/of/
H A Dbase.c542 int of_device_compatible_match(struct device_node *device, in of_device_compatible_match() function