Home
last modified time | relevance | path

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

/system/dev/scpi/aml-scpi-s912/
A Daml-scpi.cpp92 if (!idx || power_domain >= MAX_DVFS_DOMAINS) { in ScpiGetDvfsIdx()
97 &power_domain, sizeof(power_domain), in ScpiGetDvfsIdx()
111 uint8_t power_domain; in ScpiSetDvfsIdx() member
115 if (power_domain >= MAX_DVFS_DOMAINS) { in ScpiSetDvfsIdx()
119 aml_dvfs_idx_info.power_domain = power_domain; in ScpiSetDvfsIdx()
138 if (!out_opps || power_domain >= MAX_DVFS_DOMAINS) { in ScpiGetDvfsInfo()
145 if (scpi_opp[power_domain]) { in ScpiGetDvfsInfo()
151 &power_domain, sizeof(power_domain), in ScpiGetDvfsInfo()
166 zxlogf(INFO, "Cluster %u details\n", power_domain); in ScpiGetDvfsInfo()
179 if (!scpi_opp[power_domain]) { in ScpiGetDvfsInfo()
[all …]
A Daml-scpi.h60 zx_status_t ScpiGetDvfsInfo(uint8_t power_domain, scpi_opp_t* out_opps);
61 zx_status_t ScpiGetDvfsIdx(uint8_t power_domain, uint16_t* out_index);
62 zx_status_t ScpiSetDvfsIdx(uint8_t power_domain, uint16_t index);
/system/banjo/ddk-protocol-scpi/
A Dscpi.banjo29 GetDvfsInfo(uint8 power_domain) -> (zx.status s, ScpiOpp opps);
30 GetDvfsIdx(uint8 power_domain) -> (zx.status s, uint16 index);
31 SetDvfsIdx(uint8 power_domain, uint16 index) -> (zx.status s);
/system/public/zircon/device/
A Dthermal.h89 uint32_t power_domain; member
/system/dev/thermal/aml-thermal-s912/
A Daml-thermal.cpp187 if (in->power_domain == BIG_CLUSTER_POWER_DOMAIN) { in DdkIoctl()
200 return scpi_.SetDvfsIdx(static_cast<uint8_t>(in->power_domain), in->op_idx); in DdkIoctl()
/system/dev/thermal/mtk-thermal/
A Dmtk-thermal.cpp134 .power_domain = BIG_CLUSTER_POWER_DOMAIN in Init()
282 if (opp->power_domain >= MAX_DVFS_DOMAINS) { in SetDvfsOpp()
286 const scpi_opp_t& opps = thermal_info_.opps[opp->power_domain]; in SetDvfsOpp()
/system/dev/thermal/aml-thermal-s905d2g/
A Daml-thermal.cpp192 if (dvfs_info->power_domain != BIG_CLUSTER_POWER_DOMAIN) { in DdkIoctl()

Completed in 15 milliseconds