Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_platform.rs141 let prop = fwnode.property_read_bool(c"test,bool-prop"); in properties_parse()
/linux/include/linux/
H A Dfwnode.h121 * @property_read_bool: Return a boolean property value.
151 bool (*property_read_bool)(const struct fwnode_handle *fwnode, member
/linux/drivers/base/
H A Dproperty.c111 ret = fwnode_call_bool_op(fwnode, property_read_bool, propname); in fwnode_property_read_bool()
115 return fwnode_call_bool_op(fwnode->secondary, property_read_bool, propname); in fwnode_property_read_bool()
/linux/drivers/acpi/
H A Dproperty.c1746 .property_read_bool = acpi_fwnode_property_present, \