Home
last modified time | relevance | path

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

/linux/drivers/base/
H A Dproperty.c65 ret = fwnode_call_bool_op(fwnode, property_present, propname); in fwnode_property_present()
69 return fwnode_call_bool_op(fwnode->secondary, property_present, propname); in fwnode_property_present()
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()
925 return fwnode_call_bool_op(fwnode, device_is_available); in fwnode_device_is_available()
976 return fwnode_call_bool_op(dev_fwnode(dev), device_dma_supported); in device_dma_supported()
/linux/include/linux/
H A Dfwnode.h194 #define fwnode_call_bool_op(fwnode, op, ...) \ macro