Searched refs:atIntf (Results 1 – 1 of 1) sorted by relevance
| /OK3568_Linux_fs/app/forlinx/quectelCM/ |
| H A D | device.c | 340 int atIntf = -1; in qmidevice_detect() local 344 atIntf = 4; in qmidevice_detect() 346 atIntf = 4; in qmidevice_detect() 348 atIntf = 3; in qmidevice_detect() 353 if (atIntf != -1) { in qmidevice_detect() 354 snprintf(pl->path, sizeof(pl->path), "%s/%s:1.%d", rootdir, ent->d_name, atIntf); in qmidevice_detect() 357 … snprintf(pl->path, sizeof(pl->path), "%s/%s:1.%d/tty", rootdir, ent->d_name, atIntf); in qmidevice_detect()
|