Home
last modified time | relevance | path

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

/linux-6.1.9/tools/lib/thermal/
Dcommands.c209 case THERMAL_GENL_CMD_TZ_GET_GOV: in handle_netlink()
229 .c_id = THERMAL_GENL_CMD_TZ_GET_GOV,
310 return thermal_genl_auto(th, tz->id, THERMAL_GENL_CMD_TZ_GET_GOV, 0, tz); in thermal_cmd_get_governor()
/linux-6.1.9/include/uapi/linux/
Dthermal.h88 THERMAL_GENL_CMD_TZ_GET_GOV, /* Get the thermal zone governor */ enumerator
/linux-6.1.9/drivers/thermal/
Dthermal_netlink.c595 [THERMAL_GENL_CMD_TZ_GET_GOV] = thermal_genl_cmd_tz_get_gov,
677 .cmd = THERMAL_GENL_CMD_TZ_GET_GOV,