Searched refs:nfc_nci_device (Results 1 – 2 of 2) sorted by relevance
117 typedef struct nfc_nci_device { struct139 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, argument148 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); argument160 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params); argument173 int (*pre_discover)(const struct nfc_nci_device *p_dev); argument178 int (*close)(const struct nfc_nci_device *p_dev); argument186 int (*control_granted)(const struct nfc_nci_device *p_dev); argument192 int (*power_cycle)(const struct nfc_nci_device *p_dev); argument
28 static int hal_open(const struct nfc_nci_device *dev, in hal_open()34 static int hal_write(const struct nfc_nci_device *dev, in hal_write()40 static int hal_core_initialized(const struct nfc_nci_device *dev, in hal_core_initialized()46 static int hal_pre_discover(const struct nfc_nci_device *dev) { in hal_pre_discover()51 static int hal_close(const struct nfc_nci_device *dev) { in hal_close()56 static int hal_control_granted (const struct nfc_nci_device *p_dev) in hal_control_granted()63 static int hal_power_cycle (const struct nfc_nci_device *p_dev) in hal_power_cycle()