of_fwnode_ops     988 drivers/of/property.c const struct fwnode_operations of_fwnode_ops = {
of_fwnode_ops    1005 drivers/of/property.c EXPORT_SYMBOL_GPL(of_fwnode_ops);
of_fwnode_ops     105 include/linux/of.h extern const struct fwnode_operations of_fwnode_ops;
of_fwnode_ops     111 include/linux/of.h 	node->fwnode.ops = &of_fwnode_ops;
of_fwnode_ops     157 include/linux/of.h 	return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &of_fwnode_ops;