Home
last modified time | relevance | path

Searched defs:bit_clk_rate (Results 1 – 6 of 6) sorted by relevance

/hardware/qcom/sm8150/display/sdm/libs/core/
Ddisplay_base.h97 virtual DisplayError SetDynamicDSIClock(uint64_t bit_clk_rate) { in SetDynamicDSIClock()
100 virtual DisplayError GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock()
Ddisplay_builtin.cpp718 DisplayError DisplayBuiltIn::SetDynamicDSIClock(uint64_t bit_clk_rate) { in SetDynamicDSIClock()
736 DisplayError DisplayBuiltIn::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock()
/hardware/qcom/sm8150/display/sdm/libs/core/drm/
Dhw_peripheral_drm.cpp96 DisplayError HWPeripheralDRM::SetDynamicDSIClock(uint64_t bit_clk_rate) { in SetDynamicDSIClock()
103 DisplayError HWPeripheralDRM::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock()
Dhw_device_drm.cpp2045 DisplayError HWDeviceDRM::SetDynamicDSIClock(uint64_t bit_clk_rate) { in SetDynamicDSIClock()
2049 DisplayError HWDeviceDRM::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock()
/hardware/qcom/sm8150/display/sdm/libs/core/fb/
Dhw_device.cpp1409 DisplayError HWDevice::SetDynamicDSIClock(uint64_t bit_clk_rate) { in SetDynamicDSIClock()
1413 DisplayError HWDevice::GetDynamicDSIClock(uint64_t *bit_clk_rate) { in GetDynamicDSIClock()
/hardware/qcom/sm8150/display/libdrmutils/
Ddrm_interface.h589 uint64_t bit_clk_rate; member