Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/thermal/
Dcommands.c201 case THERMAL_GENL_CMD_TZ_GET_TEMP: in handle_netlink()
236 .c_id = THERMAL_GENL_CMD_TZ_GET_TEMP,
315 return thermal_genl_auto(th, tz->id, THERMAL_GENL_CMD_TZ_GET_TEMP, 0, tz); in thermal_cmd_get_temp()
/linux-6.1.9/include/uapi/linux/
Dthermal.h87 THERMAL_GENL_CMD_TZ_GET_TEMP, /* Get the thermal zone temperature */ enumerator
/linux-6.1.9/drivers/thermal/
Dthermal_netlink.c594 [THERMAL_GENL_CMD_TZ_GET_TEMP] = thermal_genl_cmd_tz_get_temp,
672 .cmd = THERMAL_GENL_CMD_TZ_GET_TEMP,