Lines Matching full:controls
36 * @array: Is this an array of reset controls (1)?
55 * struct reset_control_array - an array of reset controls
57 * @num_rstcs: number of reset controls
58 * @rstc: array of reset controls
365 * @rstcs: array of struct reset_control_bulk_data with reset controls set
367 * Issue a reset on all provided reset controls, in order.
434 * For shared reset controls a driver cannot expect the hw's registers and
464 * Shared reset controls allow the reset line to be in any state in reset_control_assert()
492 * @rstcs: array of struct reset_control_bulk_data with reset controls set
494 * Assert the reset lines for all provided reset controls, in order.
572 * @rstcs: array of struct reset_control_bulk_data with reset controls set
574 * Deassert the reset lines for all provided reset controls, in reverse order.
629 * control. Such reset controls are not acquired by default.
677 * reset_control_bulk_acquire - acquires reset controls for exclusive use
679 * @rstcs: array of struct reset_control_bulk_data with reset controls set
681 * This is used to explicitly acquire reset controls requested with
729 * reset_control_bulk_release() - releases exclusive access to reset controls
731 * @rstcs: array of struct reset_control_bulk_data with reset controls set
733 * Releases exclusive access right to reset controls previously obtained by a
1015 * @rstcs: array of struct reset_control_bulk_data with reset controls set
1136 * APIs to manage an array of reset controls.
1162 * of_reset_control_array_get - Get a list of reset controls using
1165 * @np: device node for the device that requests the reset controls array
1166 * @shared: whether reset controls are shared or not
1167 * @optional: whether it is optional to get the reset controls
1216 * @dev: device that requests the list of reset controls
1217 * @shared: whether reset controls are shared or not
1218 * @optional: whether it is optional to get the reset controls