Lines Matching defs:fwnode

139 static void fwnode_links_purge_suppliers(struct fwnode_handle *fwnode)  in fwnode_links_purge_suppliers()
155 static void fwnode_links_purge_consumers(struct fwnode_handle *fwnode) in fwnode_links_purge_consumers()
171 void fwnode_links_purge(struct fwnode_handle *fwnode) in fwnode_links_purge()
177 void fw_devlink_purge_absent_suppliers(struct fwnode_handle *fwnode) in fw_devlink_purge_absent_suppliers()
223 static void __fw_devlink_pickup_dangling_consumers(struct fwnode_handle *fwnode, in __fw_devlink_pickup_dangling_consumers()
1019 static struct fwnode_handle *fwnode_links_check_suppliers( in fwnode_links_check_suppliers()
1725 static void fw_devlink_parse_fwnode(struct fwnode_handle *fwnode) in fw_devlink_parse_fwnode()
1734 static void fw_devlink_parse_fwtree(struct fwnode_handle *fwnode) in fw_devlink_parse_fwtree()
1884 #define get_dev_from_fwnode(fwnode) get_device((fwnode)->dev) argument
1886 static bool fwnode_init_without_drv(struct fwnode_handle *fwnode) in fwnode_init_without_drv()
1901 static bool fwnode_ancestor_init_without_drv(struct fwnode_handle *fwnode) in fwnode_ancestor_init_without_drv()
1957 static struct device *fwnode_get_next_parent_dev(const struct fwnode_handle *fwnode) in fwnode_get_next_parent_dev()
2220 struct fwnode_handle *fwnode = dev->fwnode; in __fw_devlink_link_to_consumers() local
2292 struct fwnode_handle *fwnode) in __fw_devlink_link_to_suppliers()
2321 struct fwnode_handle *fwnode = dev->fwnode; in fw_devlink_link_device() local
5103 static inline bool fwnode_is_primary(struct fwnode_handle *fwnode) in fwnode_is_primary()
5122 void set_primary_fwnode(struct device *dev, struct fwnode_handle *fwnode) in set_primary_fwnode()
5162 void set_secondary_fwnode(struct device *dev, struct fwnode_handle *fwnode) in set_secondary_fwnode()
5190 void device_set_node(struct device *dev, struct fwnode_handle *fwnode) in device_set_node()
5215 int device_match_fwnode(struct device *dev, const void *fwnode) in device_match_fwnode()