Home
last modified time | relevance | path

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

/openbmc/linux/include/linux/
H A Dfwnode.h134 bool (*property_present)(const struct fwnode_handle *fwnode, member
/openbmc/linux/drivers/base/
H A Dproperty.c64 ret = fwnode_call_bool_op(fwnode, property_present, propname); in fwnode_property_present()
68 return fwnode_call_bool_op(fwnode->secondary, property_present, propname); in fwnode_property_present()
H A Dswnode.c668 .property_present = software_node_property_present,
/openbmc/linux/drivers/of/
H A Dproperty.c1441 .property_present = of_fwnode_property_present,
/openbmc/linux/drivers/acpi/
H A Dproperty.c1587 .property_present = acpi_fwnode_property_present, \