Lines Matching full:p_dev
40 static int hal_open(const struct nfc_nci_device *p_dev,
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,
65 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
81 static int hal_core_initialized(const struct nfc_nci_device *p_dev,
85 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
100 static int hal_pre_discover(const struct nfc_nci_device *p_dev)
103 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
118 static int hal_close(const struct nfc_nci_device *p_dev)
121 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
136 static int hal_control_granted(const struct nfc_nci_device *p_dev)
139 pn547_dev_t* dev = (pn547_dev_t*) p_dev;
154 static int hal_power_cycle(const struct nfc_nci_device *p_dev)
157 pn547_dev_t* dev = (pn547_dev_t*) p_dev;