Home
last modified time | relevance | path

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

/openbmc/linux/drivers/soc/sunxi/
H A Dsunxi_mbus.c74 if (!of_device_compatible_match(dev->of_node, sunxi_mbus_devices)) in sunxi_mbus_notifier()
121 if (!of_device_compatible_match(of_root, sunxi_mbus_platforms)) in sunxi_mbus_init()
/openbmc/linux/arch/powerpc/platforms/512x/
H A Dmpc512x_generic.c35 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
/openbmc/linux/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()
/openbmc/linux/arch/powerpc/platforms/52xx/
H A Dmpc5200_simple.c67 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
H A Dlite5200.c180 return of_device_compatible_match(of_root, board); in lite5200_probe()
/openbmc/linux/arch/powerpc/platforms/40x/
H A Dppc40x_simple.c62 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
/openbmc/linux/arch/powerpc/platforms/85xx/
H A Dtqm85xx.c120 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()
/openbmc/linux/drivers/of/
H A Dirq.c249 (!imap || of_device_compatible_match(ipar, of_irq_imap_abusers))) { in of_irq_parse_raw()
H A Dbase.c378 int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function
395 EXPORT_SYMBOL_GPL(of_device_compatible_match);
/openbmc/linux/include/linux/
H A Dof.h352 extern int of_device_compatible_match(const struct device_node *device,
576 static inline int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function
/openbmc/linux/net/dsa/
H A Dport.c1981 !of_device_compatible_match(ds->dev->of_node, in dsa_shared_port_link_register_of()