Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dthermal.h47 THERMAL_GENL_ATTR_CPU_CAPABILITY, enumerator
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c206 nla_for_each_nested(cap, attrs[THERMAL_GENL_ATTR_CPU_CAPABILITY], j) { in handle_event()
/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.c47 [THERMAL_GENL_ATTR_CPU_CAPABILITY] = { .type = NLA_NESTED },
207 start_cap = nla_nest_start(msg, THERMAL_GENL_ATTR_CPU_CAPABILITY); in thermal_genl_event_cpu_capability_change()