Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/base/
Dproperty.c624 if (!next_child || fwnode_device_is_available(next_child)) in fwnode_get_next_available_child_node()
710 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available() function
714 EXPORT_SYMBOL_GPL(fwnode_device_is_available);
1003 return fwnode_device_is_available(remote) ? remote : NULL; in fwnode_graph_get_remote_node()
1048 available = fwnode_device_is_available(dev_node); in fwnode_graph_get_endpoint_by_id()
Ddevcon.c25 if (!fwnode_device_is_available(con.fwnode)) in fwnode_graph_devcon_match()
/Linux-v5.4/drivers/media/v4l2-core/
Dv4l2-fwnode.c677 is_available = fwnode_device_is_available(dev_fwnode); in __v4l2_async_notifier_parse_fwnode_ep()
1180 if (!fwnode_device_is_available(fwnode)) in v4l2_async_register_fwnode_subdev()
/Linux-v5.4/include/linux/
Dproperty.h52 bool fwnode_device_is_available(const struct fwnode_handle *fwnode);
/Linux-v5.4/drivers/media/platform/
Dvideo-mux.c342 return fwnode_device_is_available(asd->match.fwnode) ? 0 : -ENOTCONN; in video_mux_parse_endpoint()
/Linux-v5.4/drivers/staging/media/imx/
Dimx6-mipi-csi2.c553 if (!fwnode_device_is_available(asd->match.fwnode)) { in csi2_parse_endpoint()
Dimx7-media-csi.c1183 return fwnode_device_is_available(asd->match.fwnode) ? 0 : -EINVAL; in imx7_csi_parse_endpoint()
Dimx-media-csi.c1870 return fwnode_device_is_available(asd->match.fwnode) ? 0 : -ENOTCONN; in imx_csi_parse_endpoint()