Home
last modified time | relevance | path

Searched refs:path_count (Results 1 – 2 of 2) sorted by relevance

/linux/drivers/opp/
H A Dcore.c125 return opp_table->path_count > index; in assert_bandwidth_index()
143 if (index >= opp->opp_table->path_count) in dev_pm_opp_get_bw()
1093 for (i = 0; i < opp_table->path_count; i++) { in _set_opp_bw()
1677 for (i = 0; i < opp_table->path_count; i++) in _opp_table_kref_release()
1881 icc_size = sizeof(*opp->bandwidth) * opp_table->path_count; in _opp_allocate()
1947 for (i = 0; i < opp_table->path_count; i++) { in _opp_compare_bw()
H A Ddebugfs.c64 for (i = 0; i < opp_table->path_count; i++) { in opp_debug_create_bw()