Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_platform.rs143 if fwnode.property_present(c"test,u32-prop") { in properties_parse()
/linux/include/linux/
H A Dfwnode.h149 bool (*property_present)(const struct fwnode_handle *fwnode, member
/linux/drivers/base/
H A Dproperty.c71 ret = fwnode_call_bool_op(fwnode, property_present, propname); in fwnode_property_present()
75 return fwnode_call_bool_op(fwnode->secondary, property_present, propname); in fwnode_property_present()
/linux/drivers/acpi/
H A Dproperty.c1745 .property_present = acpi_fwnode_property_present, \