Searched refs:pDalHwContext (Results 1 - 5 of 5) sorted by relevance

/external/libnfc-nxp/Linux_x86/
H A DphDal4Nfc_i2c.h32 void phDal4Nfc_i2c_set_open_from_handle(phHal_sHwReference_t * pDalHwContext);
H A DphDal4Nfc_uart.h36 void phDal4Nfc_uart_set_open_from_handle(phHal_sHwReference_t * pDalHwContext);
H A DphDal4Nfc_link.h36 typedef void (*phDal4Nfc_link_set_open_from_handle_CB_t) (phHal_sHwReference_t * pDalHwContext);
H A DphDal4Nfc_i2c.c83 void phDal4Nfc_i2c_set_open_from_handle(phHal_sHwReference_t * pDalHwContext) argument
85 gI2cPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver;
H A DphDal4Nfc_uart.c98 void phDal4Nfc_uart_set_open_from_handle(phHal_sHwReference_t * pDalHwContext) argument
100 gComPortContext.nHandle = (int)(intptr_t) pDalHwContext->p_board_driver;

Completed in 250 milliseconds