Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/pn54x/
Dnfc_nci.c203 dev->nci_device.common.tag = HARDWARE_DEVICE_TAG; in nfc_open()
204 dev->nci_device.common.version = 0x00010000; /* [31:16] major, [15:0] minor */ in nfc_open()
205 dev->nci_device.common.module = (struct hw_module_t*) module; in nfc_open()
206 dev->nci_device.common.close = nfc_close; in nfc_open()
209 dev->nci_device.open = hal_open; in nfc_open()
210 dev->nci_device.write = hal_write; in nfc_open()
211 dev->nci_device.core_initialized = hal_core_initialized; in nfc_open()
212 dev->nci_device.pre_discover = hal_pre_discover; in nfc_open()
213 dev->nci_device.close = hal_close; in nfc_open()
214 dev->nci_device.control_granted = hal_control_granted; in nfc_open()
[all …]
/external/libnfc-nci/halimpl/bcm2079x/
Dnfc_nci.c142 dev->nci_device.common.tag = HARDWARE_DEVICE_TAG; in nfc_open()
143 dev->nci_device.common.version = 0x00010000; // [31:16] major, [15:0] minor in nfc_open()
144 dev->nci_device.common.module = (struct hw_module_t*) module; in nfc_open()
145 dev->nci_device.common.close = nfc_close; in nfc_open()
148 dev->nci_device.open = hal_open; in nfc_open()
149 dev->nci_device.write = hal_write; in nfc_open()
150 dev->nci_device.core_initialized = hal_core_initialized; in nfc_open()
151 dev->nci_device.pre_discover = hal_pre_discover; in nfc_open()
152 dev->nci_device.close = hal_close; in nfc_open()
153 dev->nci_device.control_granted = hal_control_granted; in nfc_open()
[all …]
/external/libnfc-nci/halimpl/pn54x/inc/
DphNxpNciHal_Adaptation.h25 struct nfc_nci_device nci_device; member
/external/libnfc-nci/halimpl/bcm2079x/include/
DHalAdaptation.h38 struct nfc_nci_device nci_device; member