of_device_compatible_match   63 arch/powerpc/platforms/40x/ppc40x_simple.c 	if (of_device_compatible_match(of_root, board)) {
of_device_compatible_match   36 arch/powerpc/platforms/512x/mpc512x_generic.c 	if (!of_device_compatible_match(of_root, board))
of_device_compatible_match  183 arch/powerpc/platforms/52xx/lite5200.c 	return of_device_compatible_match(of_root, board);
of_device_compatible_match  240 arch/powerpc/platforms/52xx/media5200.c 	return of_device_compatible_match(of_root, board);
of_device_compatible_match   69 arch/powerpc/platforms/52xx/mpc5200_simple.c 	return of_device_compatible_match(of_root, board);
of_device_compatible_match   42 arch/powerpc/platforms/83xx/mpc830x_rdb.c 	return of_device_compatible_match(of_root, board);
of_device_compatible_match   42 arch/powerpc/platforms/83xx/mpc831x_rdb.c 	return of_device_compatible_match(of_root, board);
of_device_compatible_match   69 arch/powerpc/platforms/83xx/mpc837x_rdb.c 	return of_device_compatible_match(of_root, board);
of_device_compatible_match  164 arch/powerpc/platforms/85xx/corenet_generic.c 	if (of_device_compatible_match(of_root, boards))
of_device_compatible_match  121 arch/powerpc/platforms/85xx/tqm85xx.c 	return of_device_compatible_match(of_root, board);
of_device_compatible_match  327 drivers/clk/renesas/clk-rcar-gen2.c 		if (of_device_compatible_match(np, pll0_mult_match)) {
of_device_compatible_match  345 include/linux/of.h extern int of_device_compatible_match(struct device_node *device,