Searched refs:nfc_genl_family (Results 1 - 2 of 2) sorted by relevance
/kernel/linux/linux-5.10/net/nfc/ |
H A D | netlink.c | 29 static struct genl_family nfc_genl_family; variable 67 &nfc_genl_family, flags, NFC_CMD_GET_TARGET); in nfc_genl_send_target() 181 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_targets_found() 191 return genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_ATOMIC); in nfc_genl_targets_found() 208 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_target_lost() 219 genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_KERNEL); in nfc_genl_target_lost() 238 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_activated() 250 genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_KERNEL); in nfc_genl_tm_activated() 269 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_deactivated() 279 genlmsg_multicast(&nfc_genl_family, ms in nfc_genl_tm_deactivated() [all...] |
/kernel/linux/linux-6.6/net/nfc/ |
H A D | netlink.c | 29 static struct genl_family nfc_genl_family; variable 67 &nfc_genl_family, flags, NFC_CMD_GET_TARGET); in nfc_genl_send_target() 181 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_targets_found() 191 return genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_ATOMIC); in nfc_genl_targets_found() 208 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_target_lost() 219 genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_KERNEL); in nfc_genl_target_lost() 238 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_activated() 250 genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_KERNEL); in nfc_genl_tm_activated() 269 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_deactivated() 279 genlmsg_multicast(&nfc_genl_family, ms in nfc_genl_tm_deactivated() [all...] |
Completed in 3 milliseconds