omap_crtc_state
struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state);
#define to_omap_crtc_state(x) container_of(x, struct omap_crtc_state, base)
struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state);
struct omap_crtc_state *omap_state = to_omap_crtc_state(crtc->state);
struct omap_crtc_state *omap_crtc_state =
omap_crtc_state->zpos = pri_state->zpos;
omap_crtc_state->rotation = pri_state->rotation;
omap_crtc_state->manually_updated = omap_crtc_is_manually_updated(crtc);
struct omap_crtc_state *omap_crtc_state = to_omap_crtc_state(crtc->state);
if (omap_crtc_state->manually_updated) {
struct omap_crtc_state *omap_state = to_omap_crtc_state(state);
struct omap_crtc_state *state;
struct omap_crtc_state *state, *current_state;