Lines Matching refs:optional
20 bool optional);
23 bool optional);
25 int __device_reset(struct device *dev, bool optional);
28 bool optional);
31 bool shared, bool optional);
33 bool shared, bool optional);
61 static inline int __device_reset(struct device *dev, bool optional) in __device_reset() argument
63 return optional ? 0 : -ENOTSUPP; in __device_reset()
69 bool optional) in __of_reset_control_get() argument
71 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __of_reset_control_get()
76 int index, bool shared, bool optional) in __reset_control_get() argument
78 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __reset_control_get()
83 int index, bool shared, bool optional) in __devm_reset_control_get() argument
85 return optional ? NULL : ERR_PTR(-ENOTSUPP); in __devm_reset_control_get()
89 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
91 return optional ? NULL : ERR_PTR(-ENOTSUPP); in devm_reset_control_array_get()
95 of_reset_control_array_get(struct device_node *np, bool shared, bool optional) in of_reset_control_array_get() argument
97 return optional ? NULL : ERR_PTR(-ENOTSUPP); in of_reset_control_array_get()