Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/thermal/
H A Drockchip_thermal.c176 * @otp_state: pinctrl select otp out function
198 struct pinctrl_state *otp_state; member
1244 if (!IS_ERR(thermal->pinctrl) && !IS_ERR_OR_NULL(thermal->otp_state)) { in thermal_pinctrl_select_otp()
1245 pinctrl_select_state(thermal->pinctrl, thermal->otp_state); in thermal_pinctrl_select_otp()
1512 thermal->otp_state = pinctrl_lookup_state(thermal->pinctrl, "otpout"); in rockchip_thermal_probe()
1513 if (IS_ERR_OR_NULL(thermal->otp_state)) { in rockchip_thermal_probe()

Completed in 3 milliseconds