Searched defs:of_device_is_compatible (Results 1 - 1 of 1) sorted by relevance

/drivers/of/
H A Dbase.c228 int of_device_is_compatible(const struct device_node *device, function
247 EXPORT_SYMBOL(of_device_is_compatible); variable
263 rc = of_device_is_compatible(root, compat);
470 if (of_device_is_compatible(np, compatible) && of_node_get(np))
536 match &= of_device_is_compatible(node,

Completed in 124 milliseconds