D | core.c | 815 bool shared, bool optional, bool acquired) in __of_reset_control_get() argument 832 return optional ? NULL : ERR_PTR(-ENOENT); in __of_reset_control_get() 840 return optional ? NULL : ERR_PTR(ret); in __of_reset_control_get() 898 bool shared, bool optional, bool acquired) in __reset_control_get_from_lookup() argument 934 return optional ? NULL : ERR_PTR(-ENOENT); in __reset_control_get_from_lookup() 940 int index, bool shared, bool optional, in __reset_control_get() argument 948 optional, acquired); in __reset_control_get() 950 return __reset_control_get_from_lookup(dev, id, shared, optional, in __reset_control_get() 957 bool shared, bool optional, bool acquired) in __reset_control_bulk_get() argument 963 shared, optional, acquired); in __reset_control_bulk_get() [all …]
|