Searched refs:thermal_genl_auto (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/tools/lib/thermal/ |
H A D | commands.c | 278 static thermal_error_t thermal_genl_auto(struct thermal_handler *th, cmd_cb_t cmd_cb, in thermal_genl_auto() function 310 return thermal_genl_auto(th, NULL, NULL, THERMAL_GENL_CMD_TZ_GET_ID, in thermal_cmd_get_tz() 316 return thermal_genl_auto(th, NULL, NULL, THERMAL_GENL_CMD_CDEV_GET, in thermal_cmd_get_cdev() 324 return thermal_genl_auto(th, thermal_genl_tz_id_encode, &p, in thermal_cmd_get_trip() 332 return thermal_genl_auto(th, thermal_genl_tz_id_encode, &p, in thermal_cmd_get_governor() 340 return thermal_genl_auto(th, thermal_genl_tz_id_encode, &p, in thermal_cmd_get_temp()
|