software_node_ops   34 drivers/base/swnode.c static const struct fwnode_operations software_node_ops;
software_node_ops   38 drivers/base/swnode.c 	return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &software_node_ops;
software_node_ops  612 drivers/base/swnode.c static const struct fwnode_operations software_node_ops = {
software_node_ops  727 drivers/base/swnode.c 	swnode->fwnode.ops = &software_node_ops;