Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/linux/
H A Dthermal.h77 THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE, /* CPU capability changed */ enumerator
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c201 if (genlhdr->cmd == THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE) { in handle_event()
/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.c265 [THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE] = thermal_genl_event_cpu_capability_change,
408 return thermal_genl_send_event(THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE, &p); in thermal_genl_cpu_capability_event()