Home
last modified time | relevance | path

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

/device/soc/rockchip/common/sdk_linux/drivers/gpu/drm/bridge/synopsys/
H A Ddw-hdmi.c479 struct pinctrl_state *unwedge_state; member
723 if (!hdmi->unwedge_state) { in dw_hdmi_i2c_unwedge()
761 pinctrl_select_state(hdmi->pinctrl, hdmi->unwedge_state); in dw_hdmi_i2c_unwedge()
4598 hdmi->unwedge_state = pinctrl_lookup_state(hdmi->pinctrl, "unwedge"); in dw_hdmi_probe()
4601 if (IS_ERR(hdmi->default_state) || IS_ERR(hdmi->unwedge_state)) { in dw_hdmi_probe()
4602 if (!IS_ERR(hdmi->unwedge_state)) { in dw_hdmi_probe()
4606 hdmi->unwedge_state = NULL; in dw_hdmi_probe()

Completed in 7 milliseconds