Searched refs:THERMAL_GENL_CMD_TZ_GET_TEMP (Results 1 - 7 of 7) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/thermal/ |
H A D | commands.c | 201 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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | thermal.h | 83 THERMAL_GENL_CMD_TZ_GET_TEMP, /* Get the thermal zone temperature */ enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | thermal.h | 87 THERMAL_GENL_CMD_TZ_GET_TEMP, /* Get the thermal zone temperature */ enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | thermal.h | 87 THERMAL_GENL_CMD_TZ_GET_TEMP, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | thermal.h | 87 THERMAL_GENL_CMD_TZ_GET_TEMP, enumerator
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_netlink.c | 540 [THERMAL_GENL_CMD_TZ_GET_TEMP] = thermal_genl_cmd_tz_get_temp, 618 .cmd = THERMAL_GENL_CMD_TZ_GET_TEMP,
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_netlink.c | 591 [THERMAL_GENL_CMD_TZ_GET_TEMP] = thermal_genl_cmd_tz_get_temp, 669 .cmd = THERMAL_GENL_CMD_TZ_GET_TEMP,
|
Completed in 4 milliseconds