Lines Matching defs:previous
118 * @previous: previous bridge in the chain (optional)
120 * Called by a kms driver to link the bridge to an encoder's chain. The previous
121 * argument specifies the previous bridge in the chain. If NULL, the bridge is
123 * previous bridge's output.
125 * If non-NULL the previous bridge must be already attached by a call to this
136 struct drm_bridge *previous)
143 if (previous && (!previous->dev || previous->encoder != encoder))
152 if (previous)
153 list_add(&bridge->chain_node, &previous->chain_node);