Home
last modified time | relevance | path

Searched refs:of_fwnode_ops (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/of/
Dproperty.c990 const struct fwnode_operations of_fwnode_ops = { variable
1007 EXPORT_SYMBOL_GPL(of_fwnode_ops);
/linux-4.19.296/include/linux/
Dof.h107 extern const struct fwnode_operations of_fwnode_ops;
113 node->fwnode.ops = &of_fwnode_ops; in of_node_init()
159 return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &of_fwnode_ops; in is_of_node()