Searched refs:nfc_genl_family (Results 1 – 1 of 1) sorted by relevance
/linux-6.3-rc2/net/nfc/ |
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() 208 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_target_lost() 238 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_activated() 269 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_deactivated() 309 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_device_added() 338 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_device_removed() 372 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_llc_send_sdres() 1904 rc = genl_register_family(&nfc_genl_family); in nfc_genl_init() [all …]
|
Completed in 6 milliseconds