Home
last modified time | relevance | path

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

/linux-5.19.10/include/uapi/linux/
Dthermal.h77 THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE, /* CPU capability changed */ enumerator
/linux-5.19.10/tools/power/x86/intel-speed-select/
Dhfi-events.c198 if (genlhdr->cmd == THERMAL_GENL_EVENT_CPU_CAPABILITY_CHANGE) { in handle_event()
/linux-5.19.10/drivers/thermal/
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()