Home
last modified time | relevance | path

Searched defs:nfc_driver (Results 1 – 2 of 2) sorted by relevance

/dports/devel/libnfc/libnfc-1.7.1/libnfc/
H A Dnfc-internal.h122 struct nfc_driver { struct
123 const char *name;
124 const scan_type_enum scan_type;
127 void (*close)(struct nfc_device *pnd);
128 const char *(*strerror)(const struct nfc_device *pnd);
130 int (*initiator_init)(struct nfc_device *pnd);
131 int (*initiator_init_secure_element)(struct nfc_device *pnd);
135 int (*initiator_deselect_target)(struct nfc_device *pnd);
154 int (*abort_command)(struct nfc_device *pnd);
155 int (*idle)(struct nfc_device *pnd);
[all …]
/dports/devel/libnfc/libnfc-1.7.1/include/nfc/
H A Dnfc-types.h57 typedef struct nfc_driver nfc_driver; typedef