Searched refs:of_fwnode_ops (Results 1 – 2 of 2) sorted by relevance
988 const struct fwnode_operations of_fwnode_ops = { variable1005 EXPORT_SYMBOL_GPL(of_fwnode_ops);
105 extern const struct fwnode_operations of_fwnode_ops;111 node->fwnode.ops = &of_fwnode_ops; in of_node_init()157 return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &of_fwnode_ops; in is_of_node()