Lines Matching defs:enable
207 * This callback should enable the bridge. It is called right before
212 * &drm_encoder_helper_funcs.enable, &drm_encoder_helper_funcs.commit or
217 * not enable the display link feeding the next bridge in the chain (if
225 * @enable:
227 * This callback should enable the bridge. It is called right after
230 * bridge's @enable function. If the preceding element is a
232 * &drm_encoder_helper_funcs.enable, &drm_encoder_helper_funcs.commit or
237 * callback must enable the display link feeding the next bridge in the
240 * The @enable callback is optional.
242 void (*enable)(struct drm_bridge *bridge);
247 * This callback should enable the bridge. It is called right before
256 * not enable the display link feeding the next bridge in the chain (if
273 * This callback should enable the bridge. It is called right after
276 * bridge's @atomic_enable or @enable function. If the preceding element
282 * callback must enable the display link feeding the next bridge in the
287 * It would be prudent to also provide an implementation of @enable if