Lines Matching defs:optional

46 				     bool optional, bool acquired);
49 bool optional, bool acquired);
53 bool shared, bool optional, bool acquired);
56 int __device_reset(struct device *dev, bool optional);
59 bool optional, bool acquired);
62 bool shared, bool optional, bool acquired);
65 bool shared, bool optional);
67 bool shared, bool optional,
112 static inline int __device_reset(struct device *dev, bool optional)
114 return optional ? 0 : -ENOTSUPP;
120 bool optional, bool acquired)
122 return optional ? NULL : ERR_PTR(-ENOTSUPP);
127 int index, bool shared, bool optional,
130 return optional ? NULL : ERR_PTR(-ENOTSUPP);
165 bool shared, bool optional, bool acquired)
167 return optional ? 0 : -EOPNOTSUPP;
177 int index, bool shared, bool optional,
180 return optional ? NULL : ERR_PTR(-ENOTSUPP);
186 bool shared, bool optional, bool acquired)
188 return optional ? 0 : -EOPNOTSUPP;
192 devm_reset_control_array_get(struct device *dev, bool shared, bool optional)
194 return optional ? NULL : ERR_PTR(-ENOTSUPP);
198 of_reset_control_array_get(struct device_node *np, bool shared, bool optional,
201 return optional ? NULL : ERR_PTR(-ENOTSUPP);
234 * Use of id names is optional.
271 * Use of id names is optional.
302 * reset_control_bulk_get_optional_exclusive_released - Lookup and obtain optional
342 * Use of id names is optional.
368 * reset_control_get_optional_exclusive - optional reset_control_get_exclusive()
385 * reset_control_bulk_get_optional_exclusive - optional
405 * reset_control_get_optional_shared - optional reset_control_get_shared()
422 * reset_control_bulk_get_optional_shared - optional
449 * Use of id names is optional.
458 * of_reset_control_get_optional_exclusive - Lookup and obtain an optional exclusive
469 * Use of id names is optional.
494 * Use of id names is optional.
631 * Managed-and-optional variant of reset_control_get_exclusive_released(). For