Lines Matching refs:devPath
47 char devPath[MAX_DEVPATH_LEN];
77 ret = memcpy_s(task.devPath, MAX_DEVPATH_LEN, info->devPath, strlen(info->devPath));
79 HDF_LOGE("%{public}s: copy devPath failed:%{public}s", __func__, info->devPath);
109 static int32_t DdkUeventAddDevice(const char *devPath)
111 const char *pos = strrchr(devPath, '/');
113 HDF_LOGE("%{public}s: no / in devpath:%{public}s", __func__, devPath);
119 HDF_LOGE("%{public}s: create device failed:%{public}s", __func__, devPath);
143 ret = DdkUeventAddDevice(info->devPath);
224 HDF_LOGI("%{public}s: bind=%{public}s, subsystem=%{public}s, devType=%{public}s, devPath=%{public}s",
225 __func__, info->action, info->subSystem, info->devType, info->devPath);