Lines Matching defs:disable
160 * @disable:
162 * This callback should disable the bridge. It is called right before
165 * bridge's @disable vfunc. If the preceding element is a &drm_encoder
166 * it's called right before the &drm_encoder_helper_funcs.disable,
173 * The @disable callback is optional.
175 void (*disable)(struct drm_bridge *bridge);
180 * This callback should disable the bridge. It is called right after the
185 * &drm_encoder_helper_funcs.disable, &drm_encoder_helper_funcs.prepare
318 * This callback should disable the bridge. It is called right before
321 * bridge's @atomic_disable or @disable vfunc. If the preceding element
331 * implementation of @disable if you are expecting driver calls into
342 * This callback should disable the bridge. It is called right after the