Home
last modified time | relevance | path

Searched refs:thermal_events_fd (Results 1 – 4 of 4) sorted by relevance

/openbmc/linux/tools/lib/thermal/
H A Dlibthermal.map13 thermal_events_fd;
H A Devents.c133 int thermal_events_fd(struct thermal_handler *th) in thermal_events_fd() function
/openbmc/linux/tools/lib/thermal/include/
H A Dthermal.h103 LIBTHERMAL_API int thermal_events_fd(struct thermal_handler *th);
/openbmc/linux/tools/thermal/thermal-engine/
H A Dthermal-engine.c328 if (mainloop_add(thermal_events_fd(td.th), thermal_event, &td)) { in main()