Home
last modified time | relevance | path

Searched refs:USERIAL_Open (Results 1 – 3 of 3) sorted by relevance

/system/nfc/halimpl/bcm2079x/include/
Duserial.h240 extern void USERIAL_Open(tUSERIAL_PORT, tUSERIAL_OPEN_CFG*, tUSERIAL_CBACK*);
/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c115 USERIAL_Open(USERIAL_NFC_PORT, &open_cfg, nfc_hal_main_userial_cback); in nfc_hal_main_open_transport()
/system/nfc/halimpl/bcm2079x/adaptation/
Duserial_linux.c916 void USERIAL_Open(tUSERIAL_PORT port, tUSERIAL_OPEN_CFG* p_cfg, in USERIAL_Open() function
1281 USERIAL_Open(linux_cb.port, &linux_cb.open_cfg, linux_cb.ser_cb); in userial_change_rate()