Lines Matching full:shared

23 				     const char *id, int index, bool shared,
26 int index, bool shared,
31 const char *id, int index, bool shared,
35 bool shared, bool optional);
37 bool shared, bool optional,
84 const char *id, int index, bool shared, in __of_reset_control_get() argument
92 int index, bool shared, bool optional, in __reset_control_get() argument
100 int index, bool shared, bool optional, in __devm_reset_control_get() argument
107 devm_reset_control_array_get(struct device *dev, bool shared, bool optional) in devm_reset_control_array_get() argument
113 of_reset_control_array_get(struct device_node *np, bool shared, bool optional, in of_reset_control_array_get() argument
146 * See reset_control_get_shared() for details on shared references to
179 * reset_control_get_shared - Lookup and obtain a shared reference to a
185 * This function is intended for use with reset-controls which are shared
188 * When a reset-control is shared, the behavior of reset_control_assert /
192 * about shared reset-controls in the reset_control_assert docs.
195 * is not allowed on a shared reset control. Calling reset_control_reset is
196 * also not allowed on a shared reset control.
257 * of_reset_control_get_shared - Lookup and obtain a shared reference
262 * When a reset-control is shared, the behavior of reset_control_assert /
266 * about shared reset-controls in the reset_control_assert docs.
269 * is not allowed on a shared reset control. Calling reset_control_reset is
270 * also not allowed on a shared reset control.
299 * of_reset_control_get_shared_by_index - Lookup and obtain a shared
305 * When a reset-control is shared, the behavior of reset_control_assert /
309 * about shared reset-controls in the reset_control_assert docs.
312 * is not allowed on a shared reset control. Calling reset_control_reset is
313 * also not allowed on a shared reset control.