Home
last modified time | relevance | path

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

/external/libnfc-nxp/Linux_x86/
DphDal4Nfc_i2c.c147 DAL_DEBUG("Opening port=%s\n", pConfig->deviceNode); in phDal4Nfc_i2c_open_and_configure()
150 gI2cPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_i2c_open_and_configure()
DphDal4Nfc.c270 hw_config.deviceNode = NULL; in phDal4Nfc_Init()
554 config->deviceNode = pn544_dev->device_node; in phDal4Nfc_Config()
555 if (config->deviceNode == NULL) { in phDal4Nfc_Config()
DphDal4Nfc_uart.c171 gComPortContext.nHandle = open(pConfig->deviceNode, O_RDWR | O_NOCTTY); in phDal4Nfc_uart_open_and_configure()
/external/libnfc-nxp/inc/
DphNfcTypes.h233 const char* deviceNode; member
/external/opencv3/modules/videoio/src/
Dcap_openni.cpp587 xn::NodeInfo deviceNode = *it; in CvCapture_OpenNI() local
588 status = context.CreateProductionTree( deviceNode, productionNode ); in CvCapture_OpenNI()