Home
last modified time | relevance | path

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

/ohos5.0/drivers/hdf_core/framework/model/network/wifi/platform/src/
H A Dhdf_wlan_power_manager.c34 struct PowerManagerImpl { struct
92 struct PowerManagerImpl *powerMgrimpl = NULL; in HdfWlanChipPowerOn()
97 powerMgrimpl = (struct PowerManagerImpl*)powerMgr; in HdfWlanChipPowerOn()
116 struct PowerManagerImpl *powerMgrimpl = NULL; in HdfWlanChipPowerOff()
121 powerMgrimpl = (struct PowerManagerImpl*)powerMgr; in HdfWlanChipPowerOff()
150 struct PowerManagerImpl *powerMgrimpl = NULL; in HdfWlanCreatePowerManager()
155 powerMgrimpl = (struct PowerManagerImpl *)OsalMemCalloc(sizeof(struct PowerManagerImpl)); in HdfWlanCreatePowerManager()