Searched defs:p_dev (Results 1 - 2 of 2) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/
H A Dnfc_nci.c35 static int hal_open (const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_hal_cback, nfc_stack_data_callback_t *p_hal_data_callback) argument
38 bcm2079x_dev_t *dev = (bcm2079x_dev_t*) p_dev;
45 static int hal_write (const struct nfc_nci_device *p_dev, argument
49 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
56 static int hal_core_initialized (const struct nfc_nci_device *p_dev, argument
60 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
67 static int hal_pre_discover (const struct nfc_nci_device *p_dev) argument
70 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
77 static int hal_close (const struct nfc_nci_device *p_dev) argument
80 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
87 hal_control_granted(const struct nfc_nci_device *p_dev) argument
97 hal_power_cycle(const struct nfc_nci_device *p_dev) argument
107 hal_get_max_nfcee(const struct nfc_nci_device *p_dev, uint8_t* maxNfcee) argument
[all...]
/external/libnfc-nci/halimpl/pn54x/
H A Dnfc_nci.c40 static int hal_open(const struct nfc_nci_device *p_dev, argument
46 pn547_dev_t *dev = (pn547_dev_t*) p_dev;
61 static int hal_write(const struct nfc_nci_device *p_dev, uint16_t data_len, argument
65 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
81 static int hal_core_initialized(const struct nfc_nci_device *p_dev, argument
85 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
100 static int hal_pre_discover(const struct nfc_nci_device *p_dev) argument
103 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
118 static int hal_close(const struct nfc_nci_device *p_dev) argument
121 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
136 hal_control_granted(const struct nfc_nci_device *p_dev) argument
154 hal_power_cycle(const struct nfc_nci_device *p_dev) argument
[all...]

Completed in 338 milliseconds