Home
last modified time | relevance | path

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

/Linux-v6.6/include/linux/
Dpowercap.h182 int (*get_max_time_window_us) (struct powercap_zone *, int, u64 *); member
/Linux-v6.6/drivers/powercap/
Darm_scmi_powercap.c257 .get_max_time_window_us = scmi_powercap_get_max_time_window_us,
Dpowercap_sys.c317 if (pconst->ops->get_max_time_window_us) in create_constraints()