Home
last modified time | relevance | path

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

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