HomeSort by relevance Sort by last modified time
    Searched refs:fdKMod (Results 1 - 3 of 3) sorted by null

  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/
CKMod.cpp 48 fdKMod = INVALID_FILE_DESCRIPTOR;
62 return (INVALID_FILE_DESCRIPTOR == fdKMod) ? false : true;
83 fdKMod = openRet;
94 if (::close(fdKMod) != 0) {
97 fdKMod = INVALID_FILE_DESCRIPTOR;
CKMod.h 48 int fdKMod;
  /hardware/samsung_slsi/exynos5/mobicore/daemon/Kernel/Platforms/Generic/
CMcKMod.cpp 72 ret = ioctl(fdKMod, MC_IO_MAP_WSM, &mapParams);
79 fdKMod, mapParams.phys_addr);
123 int ret = ioctl(fdKMod, MC_IO_MAP_MCI, &mapParams);
130 fdKMod, 0);
183 ret = ::read(fdKMod, buffer, len);
228 ret = ioctl(fdKMod, MC_IO_INIT, &fcInitParams);
250 ret = ioctl(fdKMod, MC_IO_INFO, &fcInfoParams);
278 ret = ioctl(fdKMod, MC_IO_YIELD, NULL);
298 ret = ioctl(fdKMod, MC_IO_NSIQ, NULL);
324 int ret = ioctl(fdKMod, MC_IO_FREE, handle)
    [all...]

Completed in 141 milliseconds