Searched refs:thermal_gnl_family (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/drivers/thermal/ |
H A D | thermal_netlink.c | 65 static struct genl_family thermal_gnl_family; variable 78 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0, in thermal_genl_sampling_temp() 91 genlmsg_multicast(&thermal_gnl_family, skb, 0, 0, GFP_KERNEL); in thermal_genl_sampling_temp() 238 hdr = genlmsg_put(msg, 0, 0, &thermal_gnl_family, 0, event); in thermal_genl_send_event() 248 genlmsg_multicast(&thermal_gnl_family, msg, 0, 1, GFP_KERNEL); in thermal_genl_send_event() 554 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0, cmd); in thermal_genl_cmd_dumpit() 586 hdr = genlmsg_put_reply(msg, info, &thermal_gnl_family, 0, cmd); in thermal_genl_cmd_doit() 634 static struct genl_family thermal_gnl_family __ro_after_init = { 648 return genl_register_family(&thermal_gnl_family); in thermal_netlink_init()
|
/kernel/linux/linux-6.6/drivers/thermal/ |
H A D | thermal_netlink.c | 72 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() [all...] |
Completed in 2 milliseconds