Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/bridge/
H A Dth1520-dw-hdmi.c54 struct reset_control *mainrst, *prst; member
122 hdmi->mainrst = devm_reset_control_get_exclusive_deasserted(dev, "main"); in th1520_dw_hdmi_probe()
123 if (IS_ERR(hdmi->mainrst)) in th1520_dw_hdmi_probe()
124 return dev_err_probe(dev, PTR_ERR(hdmi->mainrst), in th1520_dw_hdmi_probe()