Searched refs:p_dev (Results 1 – 4 of 4) sorted by relevance
/hardware/libhardware/include/hardware/ |
D | nfc.h | 115 int (*open)(const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_cback, 124 int (*write)(const struct nfc_nci_device *p_dev, uint16_t data_len, const uint8_t *p_data); 136 int (*core_initialized)(const struct nfc_nci_device *p_dev, uint8_t* p_core_init_rsp_params); 149 int (*pre_discover)(const struct nfc_nci_device *p_dev); 154 int (*close)(const struct nfc_nci_device *p_dev); 162 int (*control_granted)(const struct nfc_nci_device *p_dev); 168 int (*power_cycle)(const struct nfc_nci_device *p_dev);
|
/hardware/st/nfc/1.0/ |
D | nfc_nci_st21nfc.c | 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 [all …]
|
/hardware/nxp/nfc/pn8x/extns/impl/ |
D | hal_nxpnfc.h | 137 int (*ioctl)(const struct nxpnfc_nci_device* p_dev, long arg, void* p_data); 141 int (*check_fw_dwnld_flag)(const struct nxpnfc_nci_device* p_dev,
|
/hardware/nxp/secure_element/snxxx/extns/impl/ |
D | hal_nxpese.h | 163 int (*ioctl)(const struct nxpese_nxp_device* p_dev, long arg, void* p_data);
|