Home
last modified time | relevance | path

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

/external/libnfc-nci/halimpl/bcm2079x/
Dnfc_nci.c35 static int hal_open (const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_hal_cback, nfc_sta… in hal_open() argument
38 bcm2079x_dev_t *dev = (bcm2079x_dev_t*) p_dev; in hal_open()
45 static int hal_write (const struct nfc_nci_device *p_dev, in hal_write() argument
49 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_write()
56 static int hal_core_initialized (const struct nfc_nci_device *p_dev, in hal_core_initialized() argument
60 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_core_initialized()
67 static int hal_pre_discover (const struct nfc_nci_device *p_dev) in hal_pre_discover() argument
70 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_pre_discover()
77 static int hal_close (const struct nfc_nci_device *p_dev) in hal_close() argument
80 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev; in hal_close()
[all …]
/external/libnfc-nci/halimpl/pn54x/
Dnfc_nci.c40 static int hal_open(const struct nfc_nci_device *p_dev, in hal_open() argument
46 pn547_dev_t *dev = (pn547_dev_t*) p_dev; in hal_open()
61 static int hal_write(const struct nfc_nci_device *p_dev, uint16_t data_len, in hal_write() argument
65 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_write()
81 static int hal_core_initialized(const struct nfc_nci_device *p_dev, in hal_core_initialized() argument
85 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_core_initialized()
100 static int hal_pre_discover(const struct nfc_nci_device *p_dev) in hal_pre_discover() argument
103 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_pre_discover()
118 static int hal_close(const struct nfc_nci_device *p_dev) in hal_close() argument
121 pn547_dev_t* dev = (pn547_dev_t*) p_dev; in hal_close()
[all …]