Lines Matching full:callback
42 * This callback is invoked whenever our bridge is being attached to a
45 * The attach callback is optional.
56 * This callback is invoked whenever our bridge is being detached from a
59 * The detach callback is optional.
66 * This callback is used to check if a specific mode is valid in this
70 * produce all the values for the available modes then this callback
100 * This callback is used to validate and adjust a mode. The parameter
104 * requires. It can be modified by this callback and does not need to
111 * The mode_fixup callback is optional.
138 * This callback should disable the bridge. It is called right before
147 * signals) feeding it is still running when this callback is called.
149 * The disable callback is optional.
156 * This callback should disable the bridge. It is called right after the
165 * singals) feeding it is no longer running when this callback is
168 * The post_disable callback is optional.
175 * This callback should set the given mode on the bridge. It is called
176 * after the @mode_set callback for the preceding element in the display
204 * This callback should enable the bridge. It is called right before
213 * will not yet be running when this callback is called. The bridge must
215 * there is one) when this callback is called.
217 * The pre_enable callback is optional.
224 * This callback should enable the bridge. It is called right after
233 * signals) feeding it is running when this callback is called. This
234 * callback must enable the display link feeding the next bridge in the
237 * The enable callback is optional.