Lines Matching full:hot
1120 * drm_bridge_hpd_enable - enable hot plug detection for the bridge
1122 * @cb: hot-plug detection callback
1123 * @data: data to be passed to the hot-plug detection callback
1126 * and @data as hot plug notification callback. From now on the @cb will be
1128 * until hot plug notification gets disabled with drm_bridge_hpd_disable().
1130 * Hot plug detection is supported only if the DRM_BRIDGE_OP_HPD flag is set in
1133 * Only one hot plug detection callback can be registered at a time, it is an
1134 * error to call this function when hot plug detection is already enabled for
1147 if (WARN(bridge->hpd_cb, "Hot plug detection already enabled\n")) in drm_bridge_hpd_enable()
1162 * drm_bridge_hpd_disable - disable hot plug detection for the bridge
1165 * Call &drm_bridge_funcs.hpd_disable if implemented and unregister the hot
1170 * Hot plug detection is supported only if the DRM_BRIDGE_OP_HPD flag is set in
1189 * drm_bridge_hpd_notify - notify hot plug detection events
1193 * Bridge drivers shall call this function to report hot plug events when they
1194 * detect a change in the output status, when hot plug detection has been