Lines Matching full:optional

24 				     bool optional, bool acquired);
27 bool optional, bool acquired);
29 int __device_reset(struct device *dev, bool optional);
32 bool optional, bool acquired);
35 bool shared, bool optional);
37 bool shared, bool optional,
77 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() argument
79 return optional ? 0 : -ENOTSUPP; in __device_reset()
85 bool optional, bool acquired) in __of_reset_control_get() argument
87 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __of_reset_control_get()
92 int index, bool shared, bool optional, in __reset_control_get() argument
95 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __reset_control_get()
100 int index, bool shared, bool optional, in __devm_reset_control_get() argument
103 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __devm_reset_control_get()
107 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
109 return optional ? NULL : ERR_PTR(-ENOTSUPP); in devm_reset_control_array_get()
113 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() argument
116 return optional ? NULL : ERR_PTR(-ENOTSUPP); in of_reset_control_array_get()
149 * Use of id names is optional.
169 * Use of id names is optional.
198 * Use of id names is optional.
207 * reset_control_get_optional_exclusive - optional reset_control_get_exclusive()
211 * Optional variant of reset_control_get_exclusive(). If the requested reset
224 * reset_control_get_optional_shared - optional reset_control_get_shared()
228 * Optional variant of reset_control_get_shared(). If the requested reset
248 * Use of id names is optional.
273 * Use of id names is optional.