Home
last modified time | relevance | path

Searched refs:opp_debug_create_one (Results 1 – 3 of 3) sorted by relevance

/Linux-v4.19/drivers/opp/
Dopp.h210 int opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table);
216 static inline int opp_debug_create_one(struct dev_pm_opp *opp, in opp_debug_create_one() function
Ddebugfs.c76 int opp_debug_create_one(struct dev_pm_opp *opp, struct opp_table *opp_table) in opp_debug_create_one() function
Dcore.c1068 ret = opp_debug_create_one(new_opp, opp_table); in _opp_add()