Lines Matching refs:reset
15 #include <linux/reset.h>
204 /* Sw reset and PLL lock are exclusive so we can use the same
301 * Helper to reset info frame
304 * @slot: infoframe to reset
557 * Software reset of the hdmi subsystem
568 /* Enable hdmi_audio clock only during hdmi reset */
572 /* Sw reset */
579 /* Wait reset completed */
590 DRM_DEBUG_DRIVER("Warning: HDMI sw reset timeout occurs\n");
931 /* Sw reset */
1134 .reset = drm_atomic_helper_connector_reset,
1460 hdmi->reset = devm_reset_control_get(dev, "hdmi");
1461 /* Take hdmi out of reset */
1462 if (!IS_ERR(hdmi->reset))
1463 reset_control_deassert(hdmi->reset);