Home
last modified time | relevance | path

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

/components/legacy/fdt/inc/
A Ddtb_fwnode.h50 struct fwnode_operations struct
52 struct fwnode_handle *(*get)(struct fwnode_handle *fwnode);
53 void (*put)(struct fwnode_handle *fwnode);
54 bool (*device_is_available)(const struct fwnode_handle *fwnode);
57 bool (*property_present)(const struct fwnode_handle *fwnode,
59 int (*property_read_int_array)(const struct fwnode_handle *fwnode,
66 const char *(*get_name)(const struct fwnode_handle *fwnode);
67 const char *(*get_name_prefix)(const struct fwnode_handle *fwnode);
73 int (*get_reference_args)(const struct fwnode_handle *fwnode,
81 int (*graph_parse_endpoint)(const struct fwnode_handle *fwnode,
[all …]

Completed in 3 milliseconds