Searched refs:mcgrp (Results 1 – 3 of 3) sorted by relevance
835 static int thermal_genl_bind(int mcgrp) in thermal_genl_bind() argument837 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() argument848 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()
23 int mcgrp; member
628 if (notify->mcgrp != THERMAL_GENL_EVENT_GROUP) in hfi_thermal_notify()
Completed in 8 milliseconds