Searched refs:property_read_bool (Results 1 – 4 of 4) sorted by relevance
141 let prop = fwnode.property_read_bool(c"test,bool-prop"); in properties_parse()
121 * @property_read_bool: Return a boolean property value.151 bool (*property_read_bool)(const struct fwnode_handle *fwnode, member
111 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()
1746 .property_read_bool = acpi_fwnode_property_present, \