Home
last modified time | relevance | path

Searched refs:PlatformManagerFindDevice (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/drivers/hdf_core/framework/support/platform/src/fwk/
H A Dplatform_manager.c259 struct PlatformDevice *PlatformManagerFindDevice(struct PlatformManager *manager, void *data, in PlatformManagerFindDevice() function
302 … return PlatformManagerFindDevice(manager, (void *)(uintptr_t)number, PlatformDeviceMatchByNumber); in PlatformManagerGetDeviceByNumber()
323 return PlatformManagerFindDevice(manager, (void *)name, PlatformDeviceMatchByName); in PlatformManagerGetDeviceByName()
/ohos5.0/drivers/hdf_core/framework/support/platform/include/fwk/
H A Dplatform_manager.h100 struct PlatformDevice *PlatformManagerFindDevice(struct PlatformManager *manager, void *data,
/ohos5.0/drivers/hdf_core/framework/support/platform/src/gpio/
H A Dgpio_manager.c239 device = PlatformManagerFindDevice(gpioMgr, (void *)(uintptr_t)gpio, GpioCntlrFindMatch); in GpioCntlrGetByGpio()
278 device = PlatformManagerFindDevice(gpioMgr, (void *)gpioName, GpioCntlrFindMatchByName); in GpioCntlrGetByGpioName()