Lines Matching full:p_dev
35 static int hal_open (const struct nfc_nci_device *p_dev, nfc_stack_callback_t *p_hal_cback, nfc_stack_data_callback_t *p_hal_data_callback)
38 bcm2079x_dev_t *dev = (bcm2079x_dev_t*) p_dev;
45 static int hal_write (const struct nfc_nci_device *p_dev,
49 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
56 static int hal_core_initialized (const struct nfc_nci_device *p_dev,
60 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
67 static int hal_pre_discover (const struct nfc_nci_device *p_dev)
70 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
77 static int hal_close (const struct nfc_nci_device *p_dev)
80 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
87 static int hal_control_granted (const struct nfc_nci_device *p_dev)
90 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
97 static int hal_power_cycle (const struct nfc_nci_device *p_dev)
100 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;
107 static int hal_get_max_nfcee (const struct nfc_nci_device *p_dev, uint8_t* maxNfcee)
110 bcm2079x_dev_t* dev = (bcm2079x_dev_t*) p_dev;