Searched refs:parsed_static_opps (Results 1 - 3 of 3) sorted by last modified time

/linux-master/drivers/opp/
H A Dof.c1027 if (opp_table->parsed_static_opps) {
1028 opp_table->parsed_static_opps++;
1033 opp_table->parsed_static_opps = 1;
1075 if (opp_table->parsed_static_opps) {
1076 opp_table->parsed_static_opps++;
1081 opp_table->parsed_static_opps = 1;
H A Dcore.c1780 if (!opp_table->parsed_static_opps) {
1785 if (--opp_table->parsed_static_opps) {
H A Dopp.h171 * @parsed_static_opps: Count of devices for which OPPs are initialized from DT.
220 unsigned int parsed_static_opps; member in struct:opp_table

Completed in 150 milliseconds