Home
last modified time | relevance | path

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

/openbmc/linux/drivers/base/
H A Dproperty.c779 } while (!fwnode_device_is_available(next_child)); in fwnode_get_next_available_child_node()
885 bool fwnode_device_is_available(const struct fwnode_handle *fwnode) in fwnode_device_is_available() function
895 EXPORT_SYMBOL_GPL(fwnode_device_is_available);
1162 available = fwnode_device_is_available(dev_node); in fwnode_graph_remote_available()
1302 if (!fwnode_device_is_available(node)) { in fwnode_graph_devcon_matches()
/openbmc/linux/drivers/net/pcs/
H A Dpcs-lynx.c371 if (!fwnode_device_is_available(node)) in lynx_pcs_create_fwnode()
/openbmc/linux/include/linux/
H A Dproperty.h81 bool fwnode_device_is_available(const struct fwnode_handle *fwnode);
/openbmc/linux/drivers/iio/adc/
H A Dxilinx-ams.c1282 if (fwnode_device_is_available(fwnode)) { in ams_parse_firmware()
1291 if (fwnode_device_is_available(child)) { in ams_parse_firmware()
/openbmc/linux/drivers/net/phy/
H A Dsfp-bus.c639 if (!fwnode_device_is_available(ref.fwnode)) { in sfp_bus_find_fwnode()