Searched refs:userial_dev (Results 1 - 1 of 1) sorted by relevance

/external/libnfc-nci/halimpl/bcm2079x/adaptation/
H A Duserial_linux.c64 char userial_dev[BTE_APPL_MAX_USERIAL_DEV_NAME+1]; variable
977 if ( !GetStrValue ( NAME_TRANSPORT_DRIVER, userial_dev, sizeof ( userial_dev ) ) )
978 strcpy ( userial_dev, default_transport );
998 (char*)userial_dev, port, uart_port, nfc_wake_delay, nfc_write_delay, gPowerOnDelay, gPrePowerOffDelay,
1001 strcpy((char*)device_name, (char*)userial_dev);
1005 if ((strncmp(userial_dev, ttyusb, sizeof(ttyusb)-1) == 0) ||
1006 (strncmp(userial_dev, devtty, sizeof(devtty)-1) == 0) )
1014 sprintf((char*)device_name, "%s%d", (char*)userial_dev, uart_port);
1047 strcpy((char*)device_name, (char*)userial_dev);
[all...]

Completed in 51 milliseconds