Home
last modified time | relevance | path

Searched refs:tUSERIAL_OPEN_CFG (Results 1 – 4 of 4) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/include/
Duserial.h214 } tUSERIAL_OPEN_CFG; typedef
248 UDRV_API extern void USERIAL_Open(tUSERIAL_PORT, tUSERIAL_OPEN_CFG *, tUSERIAL_CBACK *);
/external/libnfc-nci/halimpl/bcm2079x/adaptation/
DHalAdaptation.cpp126 tUSERIAL_OPEN_CFG cfg; in HaiInitializeLibrary()
190 memset (&cfg, 0, sizeof(tUSERIAL_OPEN_CFG)); in HaiInitializeLibrary()
Duserial_linux.c182 tUSERIAL_OPEN_CFG open_cfg;
945 UDRV_API void USERIAL_Open(tUSERIAL_PORT port, tUSERIAL_OPEN_CFG *p_cfg, tUSERIAL_CBACK *p_cback) in USERIAL_Open()
1109 memcpy(&linux_cb.open_cfg, p_cfg, sizeof(tUSERIAL_OPEN_CFG)); in USERIAL_Open()
/external/libnfc-nci/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c103 tUSERIAL_OPEN_CFG open_cfg; in nfc_hal_main_open_transport()