Lines Matching defs:thermal_gnl_family
72 static struct genl_family thermal_gnl_family;
85 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0,
98 genlmsg_multicast(&thermal_gnl_family, skb, 0, 0, GFP_KERNEL);
283 hdr = genlmsg_put(msg, 0, 0, &thermal_gnl_family, 0, event);
293 genlmsg_multicast(&thermal_gnl_family, msg, 0, 1, GFP_KERNEL);
605 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0, cmd);
637 hdr = genlmsg_put_reply(msg, info, &thermal_gnl_family, 0, cmd);
685 static struct genl_family thermal_gnl_family __ro_after_init = {
700 return genl_register_family(&thermal_gnl_family);
705 genl_unregister_family(&thermal_gnl_family);