Home
last modified time | relevance | path

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

/openbmc/linux/drivers/thermal/
H A Dthermal_netlink.c72 static struct genl_family thermal_gnl_family; variable
85 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0, in thermal_genl_sampling_temp()
98 genlmsg_multicast(&thermal_gnl_family, skb, 0, 0, GFP_KERNEL); in thermal_genl_sampling_temp()
283 hdr = genlmsg_put(msg, 0, 0, &thermal_gnl_family, 0, event); in thermal_genl_send_event()
293 genlmsg_multicast(&thermal_gnl_family, msg, 0, 1, GFP_KERNEL); in thermal_genl_send_event()
605 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0, cmd); in thermal_genl_cmd_dumpit()
637 hdr = genlmsg_put_reply(msg, info, &thermal_gnl_family, 0, cmd); in thermal_genl_cmd_doit()
685 static struct genl_family thermal_gnl_family __ro_after_init = {
700 return genl_register_family(&thermal_gnl_family); in thermal_netlink_init()
705 genl_unregister_family(&thermal_gnl_family); in thermal_netlink_exit()