Home
last modified time | relevance | path

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

/linux-5.19.10/tools/lib/thermal/include/
Dthermal.h75 typedef int (*cb_tc_t)(struct thermal_cdev *, void *); typedef
81 LIBTHERMAL_API int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg);
/linux-5.19.10/tools/lib/thermal/
Dthermal.c8 int for_each_thermal_cdev(struct thermal_cdev *cdev, cb_tc_t cb, void *arg) in for_each_thermal_cdev()