Home
last modified time | relevance | path

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

/linux-6.15/include/linux/
H A Dfwnode.h150 bool (*property_read_bool)(const struct fwnode_handle *fwnode, member
/linux-6.15/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-6.15/drivers/of/
H A Dproperty.c1628 .property_read_bool = of_fwnode_property_read_bool,
/linux-6.15/drivers/acpi/
H A Dproperty.c1659 .property_read_bool = acpi_fwnode_property_present, \