Home
last modified time | relevance | path

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

/linux/samples/rust/
H A Drust_driver_platform.rs140 let prop = fwnode.property_read_bool(c_str!("test,bool-prop")); in properties_parse()
/linux/include/linux/
H A Dfwnode.h150 bool (*property_read_bool)(const struct fwnode_handle *fwnode, member
/linux/drivers/base/
H A Dproperty.c103 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()
H A Dswnode.c680 .property_read_bool = software_node_property_present,
/linux/rust/kernel/device/
H A Dproperty.rs104 pub fn property_read_bool(&self, name: &CStr) -> bool { in property_read_bool() method
/linux/drivers/acpi/
H A Dproperty.c1659 .property_read_bool = acpi_fwnode_property_present, \