Searched refs:property_read_bool (Results 1 – 6 of 6) sorted by relevance
140 let prop = fwnode.property_read_bool(c_str!("test,bool-prop")); in properties_parse()
150 bool (*property_read_bool)(const struct fwnode_handle *fwnode, member
103 ret = fwnode_call_bool_op(fwnode, property_read_bool, propname); in fwnode_property_read_bool()107 return fwnode_call_bool_op(fwnode->secondary, property_read_bool, propname); in fwnode_property_read_bool()
680 .property_read_bool = software_node_property_present,
104 pub fn property_read_bool(&self, name: &CStr) -> bool { in property_read_bool() method
1659 .property_read_bool = acpi_fwnode_property_present, \