Home
last modified time | relevance | path

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

/Linux-v5.10/drivers/base/
Dswnode.c34 static const struct fwnode_operations software_node_ops; variable
38 return !IS_ERR_OR_NULL(fwnode) && fwnode->ops == &software_node_ops; in is_software_node()
539 static const struct fwnode_operations software_node_ops = { variable
656 swnode->fwnode.ops = &software_node_ops; in swnode_register()