Home
last modified time | relevance | path

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

/OK3568_Linux_fs/kernel/drivers/thermal/
H A Dthermal_netlink.c66 static struct genl_family thermal_gnl_family; variable
79 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0, in thermal_genl_sampling_temp()
92 genlmsg_multicast(&thermal_gnl_family, skb, 0, 0, GFP_KERNEL); in thermal_genl_sampling_temp()
244 hdr = genlmsg_put(msg, 0, 0, &thermal_gnl_family, 0, event); in thermal_genl_send_event()
254 genlmsg_multicast(&thermal_gnl_family, msg, 0, 1, GFP_KERNEL); in thermal_genl_send_event()
560 hdr = genlmsg_put(skb, 0, 0, &thermal_gnl_family, 0, cmd); in thermal_genl_cmd_dumpit()
592 hdr = genlmsg_put_reply(msg, info, &thermal_gnl_family, 0, cmd); in thermal_genl_cmd_doit()
640 static struct genl_family thermal_gnl_family __ro_after_init = {
654 return genl_register_family(&thermal_gnl_family); in thermal_netlink_init()