Home
last modified time | relevance | path

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

/Linux-v4.19/net/nfc/
Dnetlink.c41 static struct genl_family nfc_genl_family; variable
75 &nfc_genl_family, flags, NFC_CMD_GET_TARGET); in nfc_genl_send_target()
117 struct nlattr **attrbuf = genl_family_attrbuf(&nfc_genl_family); in __get_device_from_cb()
122 rc = nlmsg_parse(cb->nlh, GENL_HDRLEN + nfc_genl_family.hdrsize, in __get_device_from_cb()
123 attrbuf, nfc_genl_family.maxattr, nfc_genl_policy, in __get_device_from_cb()
196 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_targets_found()
206 return genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_ATOMIC); in nfc_genl_targets_found()
223 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_target_lost()
234 genlmsg_multicast(&nfc_genl_family, msg, 0, 0, GFP_KERNEL); in nfc_genl_target_lost()
253 hdr = genlmsg_put(msg, 0, 0, &nfc_genl_family, 0, in nfc_genl_tm_activated()
[all …]