Lines Matching full:controls

35  * @array: Is this an array of reset controls (1)?
54 * struct reset_control_array - an array of reset controls
56 * @num_rstcs: number of reset controls
57 * @rstc: array of reset controls
364 * @rstcs: array of struct reset_control_bulk_data with reset controls set
366 * Issue a reset on all provided reset controls, in order.
433 * For shared reset controls a driver cannot expect the hw's registers and
463 * Shared reset controls allow the reset line to be in any state in reset_control_assert()
491 * @rstcs: array of struct reset_control_bulk_data with reset controls set
493 * Assert the reset lines for all provided reset controls, in order.
571 * @rstcs: array of struct reset_control_bulk_data with reset controls set
573 * Deassert the reset lines for all provided reset controls, in reverse order.
628 * control. Such reset controls are not acquired by default.
676 * reset_control_bulk_acquire - acquires reset controls for exclusive use
678 * @rstcs: array of struct reset_control_bulk_data with reset controls set
680 * This is used to explicitly acquire reset controls requested with
728 * reset_control_bulk_release() - releases exclusive access to reset controls
730 * @rstcs: array of struct reset_control_bulk_data with reset controls set
732 * Releases exclusive access right to reset controls previously obtained by a
1014 * @rstcs: array of struct reset_control_bulk_data with reset controls set
1123 * APIs to manage an array of reset controls.
1149 * of_reset_control_array_get - Get a list of reset controls using
1152 * @np: device node for the device that requests the reset controls array
1153 * @shared: whether reset controls are shared or not
1154 * @optional: whether it is optional to get the reset controls
1203 * @dev: device that requests the list of reset controls
1204 * @shared: whether reset controls are shared or not
1205 * @optional: whether it is optional to get the reset controls