Home
last modified time | relevance | path

Searched refs:dmps (Results 1 - 12 of 12) sorted by relevance

/device/soc/hisilicon/common/hal/display/source/display_device/src/drm/
H A Ddrm_connector.cpp243 int32_t DrmConnector::SetDpmsState(uint64_t dmps) in SetDpmsState() argument
245 DISPLAY_LOGD("dmps %{public}" PRIu64 "", dmps); in SetDpmsState()
246 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps); in SetDpmsState()
248 mDpmsState = dmps; in SetDpmsState()
H A Ddrm_connector.h101 int32_t SetDpmsState(uint64_t dmps);
/device/soc/rockchip/common/hardware/display/src/display_device/
H A Ddrm_connector.cpp350 int32_t DrmConnector::SetDpmsState(uint64_t dmps) in SetDpmsState() argument
352 DISPLAY_DEBUGLOG("dmps %{public}" PRIu64 "", dmps); in SetDpmsState()
353 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps); in SetDpmsState()
355 mDpmsState = dmps; in SetDpmsState()
H A Ddrm_connector.h107 int32_t SetDpmsState(uint64_t dmps);
/device/soc/rockchip/rk3399/hardware/display/src/display_device/
H A Ddrm_connector.cpp351 int32_t DrmConnector::SetDpmsState(uint64_t dmps) in SetDpmsState() argument
353 DISPLAY_DEBUGLOG("dmps %{public}" PRIu64 "", dmps); in SetDpmsState()
354 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps); in SetDpmsState()
356 mDpmsState = dmps; in SetDpmsState()
H A Ddrm_connector.h105 int32_t SetDpmsState(uint64_t dmps);
/device/soc/rockchip/rk3566/hardware/display/src/display_device/
H A Ddrm_connector.cpp348 int32_t DrmConnector::SetDpmsState(uint64_t dmps) in SetDpmsState() argument
350 DISPLAY_LOGD("dmps %{public}" PRIu64 "", dmps); in SetDpmsState()
351 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps); in SetDpmsState()
353 mDpmsState = dmps; in SetDpmsState()
H A Ddrm_connector.h104 int32_t SetDpmsState(uint64_t dmps);
/device/soc/rockchip/rk3568/hardware/display/src/display_device/
H A Ddrm_connector.cpp343 int32_t DrmConnector::SetDpmsState(uint64_t dmps) in SetDpmsState() argument
345 DISPLAY_LOGD("dmps %{public}" PRIu64 "", dmps); in SetDpmsState()
346 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps); in SetDpmsState()
348 mDpmsState = dmps; in SetDpmsState()
H A Ddrm_connector.h104 int32_t SetDpmsState(uint64_t dmps);
/device/soc/rockchip/rk3588/hardware/display/src/display_device/
H A Ddrm_connector.cpp351 int32_t DrmConnector::SetDpmsState(uint64_t dmps) in SetDpmsState() argument
353 DISPLAY_LOGD("dmps %{public}" PRIu64 "", dmps); in SetDpmsState()
354 int ret = drmModeConnectorSetProperty(mDrmFdPtr->GetFd(), mId, mPropDpmsId, dmps); in SetDpmsState()
356 mDpmsState = dmps; in SetDpmsState()
H A Ddrm_connector.h104 int32_t SetDpmsState(uint64_t dmps);

Completed in 7 milliseconds