Home
last modified time | relevance | path

Searched refs:parsed_static_opps (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/opp/
H A Dof.c842 if (opp_table->parsed_static_opps) { in _of_add_opp_table_v2()
843 opp_table->parsed_static_opps++; in _of_add_opp_table_v2()
848 opp_table->parsed_static_opps = 1; in _of_add_opp_table_v2()
896 if (opp_table->parsed_static_opps) { in _of_add_opp_table_v1()
897 opp_table->parsed_static_opps++; in _of_add_opp_table_v1()
902 opp_table->parsed_static_opps = 1; in _of_add_opp_table_v1()
H A Dopp.h136 * @parsed_static_opps: Count of devices for which OPPs are initialized from DT.
183 unsigned int parsed_static_opps; member
H A Dcore.c1333 if (!opp_table->parsed_static_opps) { in _opp_remove_all_static()
1338 if (--opp_table->parsed_static_opps) in _opp_remove_all_static()
/kernel/linux/linux-6.6/drivers/opp/
H A Dof.c1000 if (opp_table->parsed_static_opps) { in _of_add_opp_table_v2()
1001 opp_table->parsed_static_opps++; in _of_add_opp_table_v2()
1006 opp_table->parsed_static_opps = 1; in _of_add_opp_table_v2()
1048 if (opp_table->parsed_static_opps) { in _of_add_opp_table_v1()
1049 opp_table->parsed_static_opps++; in _of_add_opp_table_v1()
1054 opp_table->parsed_static_opps = 1; in _of_add_opp_table_v1()
H A Dopp.h158 * @parsed_static_opps: Count of devices for which OPPs are initialized from DT.
209 unsigned int parsed_static_opps; member
H A Dcore.c1753 if (!opp_table->parsed_static_opps) { in _opp_remove_all_static()
1758 if (--opp_table->parsed_static_opps) { in _opp_remove_all_static()

Completed in 12 milliseconds