Lines Matching full:nfc
27 #define NFC_GENL_NAME "nfc"
33 * enum nfc_commands - supported nfc commands
38 * %NFC_ATTR_DEVICE_INDEX) or dump request to get a list of all nfc devices
39 * @NFC_CMD_DEV_UP: turn on the nfc device
41 * @NFC_CMD_DEV_DOWN: turn off the nfc device
75 * This typically will be sent whenever a new NFC controller with either
78 * the system, as a consequence of e.g. an NFC controller being unplugged.
87 * @NFC_CMD_GET_SE: Dump all discovered secure elements from an NFC controller.
89 * @NFC_CMD_ACTIVATE_TARGET: Request NFC controller to reactivate target.
92 * @NFC_CMD_DEACTIVATE_TARGET: Request NFC controller to deactivate target.
132 * enum nfc_attrs - supported nfc attributes
136 * @NFC_ATTR_DEVICE_INDEX: index of nfc device
138 * @NFC_ATTR_PROTOCOLS: nfc protocols - bitwise or-ed combination from
140 * @NFC_ATTR_TARGET_INDEX: index of the nfc target
141 * @NFC_ATTR_TARGET_SENS_RES: NFC-A targets extra information such as NFCID
142 * @NFC_ATTR_TARGET_SEL_RES: NFC-A targets extra information (useful if the
143 * target is not NFC-Forum compliant)
144 * @NFC_ATTR_TARGET_NFCID1: NFC-A targets identifier, max 10 bytes
145 * @NFC_ATTR_TARGET_SENSB_RES: NFC-B targets extra information, max 12 bytes
146 * @NFC_ATTR_TARGET_SENSF_RES: NFC-F targets extra information, max 18 bytes
163 * @NFC_ATTR_VENDOR_ID: NFC manufacturer unique ID, typically an OUI
229 /* NFC protocols */
240 /* NFC communication modes */
244 /* NFC RF modes */
249 /* NFC protocols masks used in bitsets */
258 /* NFC Secure Elements */
284 /* NFC socket protocols */