Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/soc/sunxi/
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()
/linux-6.1.9/arch/powerpc/platforms/512x/
Dmpc512x_generic.c35 if (!of_device_compatible_match(of_root, board)) in mpc512x_generic_probe()
/linux-6.1.9/arch/powerpc/platforms/83xx/
Dmpc830x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc830x_rdb_probe()
Dmpc831x_rdb.c42 return of_device_compatible_match(of_root, board); in mpc831x_rdb_probe()
Dmpc837x_rdb.c69 return of_device_compatible_match(of_root, board); in mpc837x_rdb_probe()
/linux-6.1.9/arch/powerpc/platforms/52xx/
Dmpc5200_simple.c67 return of_device_compatible_match(of_root, board); in mpc5200_simple_probe()
Dlite5200.c180 return of_device_compatible_match(of_root, board); in lite5200_probe()
Dmedia5200.c241 return of_device_compatible_match(of_root, board); in media5200_probe()
/linux-6.1.9/arch/powerpc/platforms/40x/
Dppc40x_simple.c62 if (of_device_compatible_match(of_root, board)) { in ppc40x_probe()
/linux-6.1.9/arch/powerpc/platforms/85xx/
Dtqm85xx.c120 return of_device_compatible_match(of_root, board); in tqm85xx_probe()
Dcorenet_generic.c152 if (of_device_compatible_match(of_root, boards)) in corenet_generic_probe()
/linux-6.1.9/drivers/of/
Dirq.c190 (!imap || of_device_compatible_match(ipar, of_irq_imap_abusers))) { in of_irq_parse_raw()
Dbase.c564 int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function
581 EXPORT_SYMBOL_GPL(of_device_compatible_match);
/linux-6.1.9/include/linux/
Dof.h345 extern int of_device_compatible_match(const struct device_node *device,
565 static inline int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function
/linux-6.1.9/net/dsa/
Dport.c1975 !of_device_compatible_match(ds->dev->of_node, in dsa_shared_port_link_register_of()