Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c117 * @get_trim_code: get the trim code by otp value
141 int (*get_trim_code)(struct platform_device *pdev, int code, int trim_base); member
914 .get_trim_code = rk_tsadcv1_get_trim_code,
1333 if (tsadc->trim_temp && tsadc->get_trim_code) { in rockchip_configure_from_dt()
1349 thermal->trim = tsadc->get_trim_code(thermal->pdev, (trim_h << ROCKCHIP_THERMAL_EIGHT) | trim_l, trim_bsae); in rockchip_configure_from_dt()

Completed in 3 milliseconds