Lines Matching refs:reset
14 #include <linux/reset.h>
197 /* Sw reset and PLL lock are exclusive so we can use the same
293 * Helper to reset info frame
296 * @slot: infoframe to reset
549 * Software reset of the hdmi subsystem
560 /* Enable hdmi_audio clock only during hdmi reset */
564 /* Sw reset */
571 /* Wait reset completed */
582 DRM_DEBUG_DRIVER("Warning: HDMI sw reset timeout occurs\n");
923 /* Sw reset */
1126 .reset = drm_atomic_helper_connector_reset,
1452 hdmi->reset = devm_reset_control_get(dev, "hdmi");
1453 /* Take hdmi out of reset */
1454 if (!IS_ERR(hdmi->reset))
1455 reset_control_deassert(hdmi->reset);