Home
last modified time | relevance | path

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

/system/nfc/halimpl/bcm2079x/hal/hal/
Dnfc_hal_main.c151 USERIAL_Close(USERIAL_NFC_PORT); in nfc_hal_main_close()
275 USERIAL_Close(USERIAL_NFC_PORT); in nfc_hal_main_pre_init_done()
624 USERIAL_Close(USERIAL_NFC_PORT); in nfc_hal_main_task()
/system/nfc/halimpl/bcm2079x/include/
Duserial.h246 extern void USERIAL_Close(tUSERIAL_PORT);
/system/nfc/halimpl/bcm2079x/adaptation/
Duserial_linux.c1269 USERIAL_Close(linux_cb.port); in userial_change_rate()
1314 void userial_close_port(void) { USERIAL_Close(linux_cb.port); } in userial_close_port()
1388 void USERIAL_Close(tUSERIAL_PORT port) { in USERIAL_Close() function