Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/kyro/
H A Dfbdev.c80 static device_info_t deviceInfo; variable
306 StopVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
307 DisableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
310 DisableVGA(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
312 if (InitialiseRamdac(deviceInfo.pSTGReg, in kyro_dev_video_mode_set()
318 SetupVTG(deviceInfo.pSTGReg, par); in kyro_dev_video_mode_set()
320 ResetOverlayRegisters(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
323 EnableRamdacOutput(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
324 StartVTG(deviceInfo.pSTGReg); in kyro_dev_video_mode_set()
326 deviceInfo.ulNextFreeVidMem = info->var.xres * info->var.yres * in kyro_dev_video_mode_set()
[all …]
/openbmc/estoraged/src/
H A Dmain.cpp74 auto deviceInfo = in createStorageObjects() local
76 if (!deviceInfo) in createStorageObjects()
91 std::move(deviceInfo->deviceFile); in createStorageObjects()
93 std::move(deviceInfo->sysfsDir); in createStorageObjects()
94 std::string luksName = std::move(deviceInfo->luksName); in createStorageObjects()
95 std::string locationCode = std::move(deviceInfo->locationCode); in createStorageObjects()
96 uint64_t eraseMaxGeometry = deviceInfo->eraseMaxGeometry; in createStorageObjects()
97 uint64_t eraseMinGeometry = deviceInfo->eraseMinGeometry; in createStorageObjects()
109 const std::string& driveType = deviceInfo->driveType; in createStorageObjects()
110 const std::string& driveProtocol = deviceInfo->driveProtocol; in createStorageObjects()
/openbmc/linux/tools/power/pm-graph/
H A Dsleepgraph.py1358 self.rslist = deviceInfo(self.rstgt)
5620 def deviceInfo(output=''): function
7057 deviceInfo()