Home
last modified time | relevance | path

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

/linux-6.12.1/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.12.1/drivers/of/
Dbase.c379 int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function
396 EXPORT_SYMBOL_GPL(of_device_compatible_match);
412 rc = of_device_compatible_match(root, compats); in of_machine_compatible_match()
Dirq.c248 (!imap || of_device_compatible_match(ipar, of_irq_imap_abusers))) { in of_irq_parse_raw()
/linux-6.12.1/include/linux/
Dof.h349 extern int of_device_compatible_match(const struct device_node *device,
584 static inline int of_device_compatible_match(const struct device_node *device, in of_device_compatible_match() function
/linux-6.12.1/drivers/gpu/drm/msm/
Dmsm_drv.c998 if (!of_device_compatible_match(dev->of_node, msm_mdp5_dpu_migration)) in msm_disp_drv_should_bind()
/linux-6.12.1/net/dsa/
Dport.c1889 !of_device_compatible_match(ds->dev->of_node, in dsa_shared_port_link_register_of()