Lines Matching +full:inactive +full:-
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2007-2009, 2012 Texas Instruments, Inc.
6 * Copyright (C) 2007-2009 Nokia Corporation
15 * PRCM to request that a module exit the inactive state in the case of
18 * module to reach the functionnal state from an inactive state.
25 #include "prcm-common.h"
33 * the PRCM to request that a module enter the inactive state in the
35 * in microseconds for the module to reach the inactive state from
45 * struct cm_ll_data - fn ptrs to per-SoC CM function implementations
46 * @split_idlest_reg: ptr to the SoC CM-specific split_idlest_reg impl
47 * @wait_module_ready: ptr to the SoC CM-specific wait_module_ready impl
48 * @wait_module_idle: ptr to the SoC CM-specific wait_module_idle impl
49 * @module_enable: ptr to the SoC CM-specific module_enable impl
50 * @module_disable: ptr to the SoC CM-specific module_disable impl
51 * @xlate_clkctrl: ptr to the SoC CM-specific clkctrl xlate addr impl