| H A D | reset.h | 46 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE: optional, exclusive, acquired 47 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE_DEASSERTED: optional, exclusive, acquired, deasserted 48 * @RESET_CONTROL_OPTIONAL_EXCLUSIVE_RELEASED: optional, exclusive, released 49 * @RESET_CONTROL_OPTIONAL_SHARED: optional, shared 50 * @RESET_CONTROL_OPTIONAL_SHARED_DEASSERTED: optional, shared, deasserted 99 int __device_reset(struct device *dev, bool optional); 153 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() 155 return optional ? 0 : -ENOTSUPP; in __of_reset_control_get() 162 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; in __of_reset_control_get() 164 return optional 150 __device_reset(struct device * dev,bool optional) __device_reset() argument 159 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; __of_reset_control_get() local 168 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; __reset_control_get() local 207 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; __reset_control_bulk_get() local 221 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; __devm_reset_control_get() local 231 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; __devm_reset_control_bulk_get() local 239 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; devm_reset_control_array_get() local 247 bool optional = flags & RESET_CONTROL_FLAGS_BIT_OPTIONAL; of_reset_control_array_get() local [all...] |