Home
last modified time | relevance | path

Searched refs:property_present (Results 1 – 5 of 5) 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.h148 bool (*property_present)(const struct fwnode_handle *fwnode, member
/linux/drivers/base/
H A Dproperty.c65 ret = fwnode_call_bool_op(fwnode, property_present, propname); in fwnode_property_present()
69 return fwnode_call_bool_op(fwnode->secondary, property_present, propname); in fwnode_property_present()
H A Dswnode.c697 .property_present = software_node_property_present,
/linux/drivers/acpi/
H A Dproperty.c1745 .property_present = acpi_fwnode_property_present, \