Lines Matching refs:p_dev
63 static int hal_open(const struct nfc_nci_device* p_dev, in hal_open() argument
71 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_open()
93 static int hal_write(const struct nfc_nci_device* p_dev, uint16_t data_len, in hal_write() argument
97 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_write()
123 static int hal_core_initialized(const struct nfc_nci_device* p_dev, in hal_core_initialized() argument
128 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_core_initialized()
136 static int hal_pre_discover(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_pre_discover() argument
142 static int hal_close(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_close() argument
164 static int hal_control_granted(__attribute__((unused)) const struct nfc_nci_device* p_dev) { in hal_control_granted() argument
170 static int hal_power_cycle(const struct nfc_nci_device* p_dev) { in hal_power_cycle() argument
173 st21nfc_dev_t* dev = (st21nfc_dev_t*)p_dev; in hal_power_cycle()