OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nci_device
(Results
1 - 2
of
2
) sorted by null
/external/libnfc-nci/halimpl/bcm2079x/
nfc_nci.c
130
dev->
nci_device
.common.tag = HARDWARE_DEVICE_TAG;
131
dev->
nci_device
.common.version = 0x00010000; // [31:16] major, [15:0] minor
132
dev->
nci_device
.common.module = (struct hw_module_t*) module;
133
dev->
nci_device
.common.close = nfc_close;
136
dev->
nci_device
.open = hal_open;
137
dev->
nci_device
.write = hal_write;
138
dev->
nci_device
.core_initialized = hal_core_initialized;
139
dev->
nci_device
.pre_discover = hal_pre_discover;
140
dev->
nci_device
.close = hal_close;
141
dev->
nci_device
.control_granted = hal_control_granted
[
all
...]
/external/libnfc-nci/halimpl/bcm2079x/include/
HalAdaptation.h
38
struct nfc_nci_device
nci_device
;
member in struct:__anon10160
Completed in 216 milliseconds