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.
226 * Use of id names is optional.
251 * Use of id names is optional.