Lines Matching +full:required +full:- +full:opps
1 /* SPDX-License-Identifier: GPL-2.0-only */
5 * Copyright (C) 2009-2010 Texas Instruments Incorporated.
40 * struct opp_config_data - data for set config operations
55 * struct dev_pm_opp_icc_bw - Interconnect bandwidth values
70 * |- device 1 (represents voltage domain 1)
71 * | |- opp 1 (availability, freq, voltage)
72 * | |- opp 2 ..
74 * | `- opp n ..
75 * |- device 2 (represents the next voltage domain)
77 * `- device m (represents mth voltage domain)
83 * struct dev_pm_opp - Generic OPP description structure
85 * of boot. It is expected only an optimal set of OPPs are
90 * @available: true/false - marks if this OPP as available or not
91 * @dynamic: not-created from static DT entries.
101 * @required_opps: List of OPPs that are required by this OPP.
137 * struct opp_device - devices managed by 'struct opp_table'
161 * struct opp_table - Device opp structure
162 * @node: table node - contains the devices with OPPs that
166 * @dev_list: list of devices that share these OPPs
167 * @opp_list: table of opps
172 * @parsed_static_opps: Count of devices for which OPPs are initialized from DT.
177 * @required_opp_tables: List of device OPP tables that are required by OPPs in
179 * @required_devs: List of devices for required OPP tables.
180 * @required_opp_count: Number of required devices.
190 * @regulator_count: Number of power supply regulators. Its value can be -1
191 * (uninitialized), 0 (no opp-microvolt property) or > 0 (has opp-microvolt
202 * This is an internal data structure maintaining the link to opps attached to
268 return unlikely(!list_empty(&opp_table->lazy)); in lazy_linking_pending()