Home
last modified time | relevance | path

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

/drivers/thermal/
A Dthermal_netlink.c835 static int thermal_genl_bind(int mcgrp) in thermal_genl_bind() argument
837 struct thermal_genl_notify n = { .mcgrp = mcgrp }; in thermal_genl_bind()
839 if (WARN_ON_ONCE(mcgrp > THERMAL_GENL_MAX_GROUP)) in thermal_genl_bind()
846 static void thermal_genl_unbind(int mcgrp) in thermal_genl_unbind() argument
848 struct thermal_genl_notify n = { .mcgrp = mcgrp }; in thermal_genl_unbind()
850 if (WARN_ON_ONCE(mcgrp > THERMAL_GENL_MAX_GROUP)) in thermal_genl_unbind()
A Dthermal_netlink.h23 int mcgrp; member
/drivers/thermal/intel/
A Dintel_hfi.c628 if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP) in hfi_thermal_notify()

Completed in 8 milliseconds