Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/linux/
Dfwnode.h110 struct fwnode_operations { struct
111 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
112 void (*put)(struct fwnode_handle *fwnode);
113 bool (*device_is_available)(const struct fwnode_handle *fwnode);
114 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
116 bool (*property_present)(const struct fwnode_handle *fwnode,
118 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
123 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
126 const char *(*get_name)(const struct fwnode_handle *fwnode);
127 const char *(*get_name_prefix)(const struct fwnode_handle *fwnode);
[all …]
/kernel/linux/linux-4.19/include/linux/
Dfwnode.h72 struct fwnode_operations { struct
73 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
74 void (*put)(struct fwnode_handle *fwnode);
75 bool (*device_is_available)(const struct fwnode_handle *fwnode);
76 const void *(*device_get_match_data)(const struct fwnode_handle *fwnode,
78 bool (*property_present)(const struct fwnode_handle *fwnode,
80 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
85 (*property_read_string_array)(const struct fwnode_handle *fwnode_handle,
88 struct fwnode_handle *(*get_parent)(const struct fwnode_handle *fwnode);
90 (*get_next_child_node)(const struct fwnode_handle *fwnode,
[all …]