Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_uart.c155 int nComStatus; in phDal4Nfc_uart_open_and_configure() local
246 ret = ioctl(gComPortContext.nHandle, TIOCMGET, &nComStatus); in phDal4Nfc_uart_open_and_configure()
248 nComStatus &= ~TIOCM_DTR; in phDal4Nfc_uart_open_and_configure()
249 ret = ioctl(gComPortContext.nHandle, TIOCMSET, &nComStatus); in phDal4Nfc_uart_open_and_configure()
251 DAL_DEBUG("Com port status=%d\n", nComStatus); in phDal4Nfc_uart_open_and_configure()