• Home
  • Raw
  • Download

Lines Matching defs:fwnode_operations

6606 struct fwnode_operations {  struct
6607 struct fwnode_handle * (*get)(struct fwnode_handle *);
6608 void (*put)(struct fwnode_handle *);
6609 bool (*device_is_available)(const struct fwnode_handle *);
6610 const void * (*device_get_match_data)(const struct fwnode_handle *, const struct device *);
6611 bool (*property_present)(const struct fwnode_handle *, const char *);
6612 …property_read_int_array)(const struct fwnode_handle *, const char *, unsigned int, void *, size_t);
6613 …t (*property_read_string_array)(const struct fwnode_handle *, const char *, const char **, size_t);
6614 const char * (*get_name)(const struct fwnode_handle *);
6615 const char * (*get_name_prefix)(const struct fwnode_handle *);
6616 struct fwnode_handle * (*get_parent)(const struct fwnode_handle *);
6617 …truct fwnode_handle * (*get_next_child_node)(const struct fwnode_handle *, struct fwnode_handle *);
6618 struct fwnode_handle * (*get_named_child_node)(const struct fwnode_handle *, const char *);
6619 …_handle *, const char *, const char *, unsigned int, unsigned int, struct fwnode_reference_args *);
6620 …t fwnode_handle * (*graph_get_next_endpoint)(const struct fwnode_handle *, struct fwnode_handle *);
6621 struct fwnode_handle * (*graph_get_remote_endpoint)(const struct fwnode_handle *);
6622 struct fwnode_handle * (*graph_get_port_parent)(struct fwnode_handle *);
6623 int (*graph_parse_endpoint)(const struct fwnode_handle *, struct fwnode_endpoint *);
6624 int (*add_links)(struct fwnode_handle *);