Home
last modified time | relevance | path

Searched refs:fwnode_device_is_available (Results 1 – 4 of 4) sorted by relevance

/Linux-v5.15/drivers/base/
Dproperty.c748 } while (!fwnode_device_is_available(next_child)); in fwnode_get_next_available_child_node()
839 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available() function
846 EXPORT_SYMBOL_GPL(fwnode_device_is_available);
1156 return fwnode_device_is_available(remote) ? remote : NULL; in fwnode_graph_get_remote_node()
1201 available = fwnode_device_is_available(dev_node); in fwnode_graph_get_endpoint_by_id()
1272 if (!fwnode_device_is_available(node)) in fwnode_graph_devcon_match()
/Linux-v5.15/drivers/net/ethernet/freescale/dpaa2/
Ddpaa2-mac.c266 if (!fwnode_device_is_available(node)) { in dpaa2_pcs_create()
/Linux-v5.15/include/linux/
Dproperty.h52 bool fwnode_device_is_available(const struct fwnode_handle *fwnode);
/Linux-v5.15/drivers/media/v4l2-core/
Dv4l2-fwnode.c861 is_available = fwnode_device_is_available(dev_fwnode); in __v4l2_async_notifier_parse_fwnode_ep()