Home
last modified time | relevance | path

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

/system/dev/thermal/aml-thermal-s905d2g/
A Daml-thermal.cpp135 auto thermal_device = fbl::make_unique_checked<AmlThermal>(&ac, device, in Create() local
145 status = thermal_device->DdkAdd("thermal"); in Create()
154 uint32_t opp_idx = thermal_device->thermal_config_.trip_point_info[0].big_cluster_dvfs_opp; in Create()
155 status = thermal_device->SetTarget(opp_idx); in Create()
161 __UNUSED auto ptr = thermal_device.release(); in Create()

Completed in 2 milliseconds