Home
last modified time | relevance | path

Searched refs:fwnode_call_bool_op (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/include/linux/
Dfwnode.h159 #define fwnode_call_bool_op(fwnode, op, ...) \ macro
/kernel/linux/linux-5.10/drivers/base/
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()
791 return fwnode_call_bool_op(fwnode, device_is_available); in fwnode_device_is_available()