Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/include/linux/
H A Dfwnode.h109 bool (*property_present)(const struct fwnode_handle *fwnode, member
/OK3568_Linux_fs/kernel/drivers/base/
H A Dproperty.c51 ret = fwnode_call_bool_op(fwnode, property_present, propname); in fwnode_property_present()
54 ret = fwnode_call_bool_op(fwnode->secondary, property_present, in fwnode_property_present()
H A Dswnode.c559 .property_present = software_node_property_present,
/OK3568_Linux_fs/kernel/drivers/of/
H A Dproperty.c1421 .property_present = of_fwnode_property_present,
/OK3568_Linux_fs/kernel/drivers/acpi/
H A Dproperty.c1414 .property_present = acpi_fwnode_property_present, \