Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfwnode.h125 struct fwnode_operations { struct
126 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
127 void (*put)(struct fwnode_handle *fwnode);
128 bool (*device_is_available)(const struct fwnode_handle *fwnode);
129 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
131 bool (*device_dma_supported)(const struct fwnode_handle *fwnode);
133 (*device_get_dma_attr)(const struct fwnode_handle *fwnode);
134 bool (*property_present)(const struct fwnode_handle *fwnode,
136 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
141 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
[all …]