Searched refs:THERMAL_GENL_ATTR_TZ_TRIP_HYST (Results 1 - 8 of 8) sorted by relevance
/kernel/linux/linux-6.6/tools/lib/thermal/ |
H A D | events.c | 59 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()
|
H A D | commands.c | 21 [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()
|
/kernel/linux/linux-5.10/include/uapi/linux/ |
H A D | thermal.h | 35 THERMAL_GENL_ATTR_TZ_TRIP_HYST, enumerator
|
/kernel/linux/linux-6.6/include/uapi/linux/ |
H A D | thermal.h | 35 THERMAL_GENL_ATTR_TZ_TRIP_HYST, enumerator
|
/kernel/linux/patches/linux-6.6/prebuilts/usr/include/linux/ |
H A D | thermal.h | 45 THERMAL_GENL_ATTR_TZ_TRIP_HYST, enumerator
|
/kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
H A D | thermal.h | 45 THERMAL_GENL_ATTR_TZ_TRIP_HYST, enumerator
|
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_netlink.c | 30 [THERMAL_GENL_ATTR_TZ_TRIP_HYST] = { .type = NLA_U32 }, 136 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, p->trip_hyst)) in thermal_genl_event_tz_trip_add() 431 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, hyst)) in thermal_genl_cmd_tz_get_trip()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_netlink.c | 30 [THERMAL_GENL_ATTR_TZ_TRIP_HYST] = { .type = NLA_U32 }, 144 nla_put_u32(p->msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, p->trip_hyst)) in thermal_genl_event_tz_trip_add() 482 nla_put_u32(msg, THERMAL_GENL_ATTR_TZ_TRIP_HYST, trip.hysteresis)) in thermal_genl_cmd_tz_get_trip()
|
Completed in 5 milliseconds