Searched refs:HdfDeviceGetServiceName (Results 1 – 10 of 10) sorted by relevance
31 EXPORT_SYMBOL(HdfDeviceGetServiceName);
266 const char *HdfDeviceGetServiceName(const struct HdfDeviceObject *deviceObject);
111 if (sampleDev->devobj == nullptr || HdfDeviceGetServiceName(sampleDev->devobj) == nullptr) { in SampleServiceUnregisterDevice()117 if (strcmp(HdfDeviceGetServiceName(sampleDev->devobj), servName) == 0) { in SampleServiceUnregisterDevice()
46 if (sampleDev->devobj == NULL || HdfDeviceGetServiceName(sampleDev->devobj) == NULL) { in GetRegistedDevice()52 if (strcmp(HdfDeviceGetServiceName(sampleDev->devobj), serviceName) == 0) { in GetRegistedDevice()
142 HDF_LOGI("VirtualWatchdogBind: dev service %s bind success!", HdfDeviceGetServiceName(device)); in VirtualWatchdogBind()
215 HDF_LOGI("HiRtcInit: Hdf dev service:%s init success!", HdfDeviceGetServiceName(device)); in HiRtcInit()
278 HDF_LOGI("HdfWdtBind: dev service %s init success!", HdfDeviceGetServiceName(obj)); in HdfWdtBind()
286 HDF_LOGI("LinuxGpioInit: dev service:%s init done!", HdfDeviceGetServiceName(device)); in LinuxGpioInit()
47 const char *HdfDeviceGetServiceName(const struct HdfDeviceObject *deviceObject) in HdfDeviceGetServiceName() function
132 if (!strcmp(HdfDeviceGetServiceName(g_resistedDevice[i]), serviceName)) { in GetRegistedDevice()