| D | core.c | 602 bool optional, bool acquired) in __of_reset_control_get() argument 619 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get() 627 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get() 685 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument 721 return optional ? NULL : ERR_PTR(-ENOENT); in __reset_control_get_from_lookup() 727 int index, bool shared, bool optional, in __reset_control_get() argument 735 optional, acquired); in __reset_control_get() 737 return __reset_control_get_from_lookup(dev, id, shared, optional, in __reset_control_get() 780 bool optional, bool acquired) in __devm_reset_control_get() argument 789 rstc = __reset_control_get(dev, id, index, shared, optional, acquired); in __devm_reset_control_get() [all …]
|