Home
last modified time | relevance | path

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

/linux-6.12.1/tools/lib/thermal/
Devents.c59 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_HYST]), arg); in handle_thermal_event()
66 nla_get_u32(attrs[THERMAL_GENL_ATTR_TZ_TRIP_HYST]), arg); in handle_thermal_event()
Dcommands.c21 [THERMAL_GENL_ATTR_TZ_TRIP_HYST] = { .type = NLA_U32 },
138 if (nla_type(attr) == THERMAL_GENL_ATTR_TZ_TRIP_HYST) in parse_tz_get_trip()
/linux-6.12.1/include/uapi/linux/
Dthermal.h35 THERMAL_GENL_ATTR_TZ_TRIP_HYST, enumerator
/linux-6.12.1/drivers/thermal/
Dthermal_netlink.c31 [THERMAL_GENL_ATTR_TZ_TRIP_HYST] = { .type = NLA_U32 },
154 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, p->trip_hyst)) in thermal_genl_event_tz_trip_change()
471 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, trip->hysteresis)) in thermal_genl_cmd_tz_get_trip()