Searched defs:nfc_nci_device (Results 1 – 2 of 2) sorted by relevance
28 static int hal_open(const struct nfc_nci_device* /*dev*/, in hal_open()35 static int hal_write(const struct nfc_nci_device* /*dev*/, in hal_write()41 static int hal_core_initialized(const struct nfc_nci_device* /*dev*/, in hal_core_initialized()47 static int hal_pre_discover(const struct nfc_nci_device* /*dev*/) { in hal_pre_discover()52 static int hal_close(const struct nfc_nci_device* /*dev*/) { in hal_close()57 static int hal_control_granted (const struct nfc_nci_device* /*p_dev*/) in hal_control_granted()64 static int hal_power_cycle (const struct nfc_nci_device* /*p_dev*/) in hal_power_cycle()
93 typedef struct nfc_nci_device { struct115 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, argument124 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); argument136 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params); argument149 int (*pre_discover)(const struct nfc_nci_device *p_dev); argument154 int (*close)(const struct nfc_nci_device *p_dev); argument162 int (*control_granted)(const struct nfc_nci_device *p_dev); argument168 int (*power_cycle)(const struct nfc_nci_device *p_dev); argument