Lines Matching refs:dp
469 DIR *dp; in getI2cBusNumber() local
478 dp = opendir(kHsi2cPath); in getI2cBusNumber()
479 if (dp != NULL) { in getI2cBusNumber()
482 while ((ep = readdir(dp))) { in getI2cBusNumber()
490 closedir(dp); in getI2cBusNumber()
500 DIR *dp; in getI2cClientPath() local
520 dp = opendir(i2cClientPathLabeled); in getI2cClientPath()
521 if (dp != NULL) { in getI2cClientPath()
523 closedir(dp); in getI2cClientPath()
527 dp = opendir(i2cClientPathUnLabeled); in getI2cClientPath()
528 if (dp != NULL) { in getI2cClientPath()
530 closedir(dp); in getI2cClientPath()