st7920_crtc_state
static inline struct st7920_crtc_state *to_st7920_crtc_state(struct drm_crtc_state *state)
return container_of(state, struct st7920_crtc_state, base);
struct st7920_crtc_state *st7920_crtc_state = to_st7920_crtc_state(crtc_state);
st7920_crtc_state->data_array,
struct st7920_crtc_state *st7920_crtc_state;
st7920_crtc_state = to_st7920_crtc_state(crtc_state);
st7920_clear_screen(st7920, st7920_crtc_state->data_array);
struct st7920_crtc_state *st7920_state = to_st7920_crtc_state(crtc_state);
struct st7920_crtc_state *st7920_state;
struct st7920_crtc_state *st7920_state;
struct st7920_crtc_state *st7920_state = to_st7920_crtc_state(state);