Home
last modified time | relevance | path

Searched defs:fwnode_operations (Results 1 – 1 of 1) sorted by relevance

/Linux-v5.4/include/linux/
Dfwnode.h69 struct fwnode_operations { struct
70 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
71 void (*put)(struct fwnode_handle *fwnode);
72 bool (*device_is_available)(const struct fwnode_handle *fwnode);
73 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
75 bool (*property_present)(const struct fwnode_handle *fwnode,
77 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
82 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
85 struct fwnode_handle *(*get_parent)(const struct fwnode_handle *fwnode);
87 (*get_next_child_node)(const struct fwnode_handle *fwnode,
[all …]