Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/base/
Dproperty.c1077 if (!next_child || fwnode_device_is_available(next_child)) in fwnode_get_next_available_child_node()
1163 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available() function
1167 EXPORT_SYMBOL_GPL(fwnode_device_is_available);
1456 return fwnode_device_is_available(remote) ? remote : NULL; in fwnode_graph_get_remote_node()
/Linux-v4.19/drivers/media/v4l2-core/
Dv4l2-fwnode.c426 is_available = fwnode_device_is_available(dev_fwnode); in __v4l2_async_notifier_parse_fwnode_endpoints()
460 is_available = fwnode_device_is_available(dev_fwnode); in __v4l2_async_notifier_parse_fwnode_endpoints()
/Linux-v4.19/include/linux/
Dproperty.h54 bool fwnode_device_is_available(const struct fwnode_handle *fwnode);