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

/linux-master/include/linux/
H A Dfwnode.h114 * @property_present: Return true if a property is present.
142 bool (*property_present)(const struct fwnode_handle *fwnode, member in struct:fwnode_operations
/linux-master/drivers/base/
H A Dproperty.c65 ret = fwnode_call_bool_op(fwnode, property_present, propname);
69 return fwnode_call_bool_op(fwnode->secondary, property_present, propname);
H A Dswnode.c679 .property_present = software_node_property_present,
/linux-master/drivers/of/
H A Dproperty.c1461 .property_present = of_fwnode_property_present,
/linux-master/drivers/acpi/
H A Dproperty.c1653 .property_present = acpi_fwnode_property_present, \

Completed in 135 milliseconds