lsdc_crtc
static void lsdc_crtc1_enable(struct lsdc_crtc *lcrtc)
static void lsdc_crtc1_disable(struct lsdc_crtc *lcrtc)
static void lsdc_crtc0_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos)
static void lsdc_crtc1_scan_pos(struct lsdc_crtc *lcrtc, int *hpos, int *vpos)
static void lsdc_crtc0_enable_vblank(struct lsdc_crtc *lcrtc)
static void lsdc_crtc0_disable_vblank(struct lsdc_crtc *lcrtc)
static void lsdc_crtc1_enable_vblank(struct lsdc_crtc *lcrtc)
static void lsdc_crtc1_disable_vblank(struct lsdc_crtc *lcrtc)
static void lsdc_crtc0_flip(struct lsdc_crtc *lcrtc)
static void lsdc_crtc1_flip(struct lsdc_crtc *lcrtc)
static void lsdc_crtc0_clone(struct lsdc_crtc *lcrtc)
static void lsdc_crtc1_clone(struct lsdc_crtc *lcrtc)
static void lsdc_crtc0_set_mode(struct lsdc_crtc *lcrtc,
static void lsdc_crtc0_soft_reset(struct lsdc_crtc *lcrtc)
static void lsdc_crtc1_set_mode(struct lsdc_crtc *lcrtc,
static void lsdc_crtc0_reset(struct lsdc_crtc *lcrtc)
static void lsdc_crtc1_reset(struct lsdc_crtc *lcrtc)
static u32 lsdc_crtc0_get_vblank_count(struct lsdc_crtc *lcrtc)
static u32 lsdc_crtc1_get_vblank_count(struct lsdc_crtc *lcrtc)
static void lsdc_crtc0_set_dma_step(struct lsdc_crtc *lcrtc,
static void lsdc_crtc1_set_dma_step(struct lsdc_crtc *lcrtc,
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
static void lsdc_crtc1_soft_reset(struct lsdc_crtc *lcrtc)
struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
struct lsdc_crtc *lcrtc = (struct lsdc_crtc *)node->info_ent->data;
struct lsdc_crtc *lcrtc = m->private;
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
static void lsdc_crtc0_enable(struct lsdc_crtc *lcrtc)
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
static void lsdc_crtc0_disable(struct lsdc_crtc *lcrtc)
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc *lcrtc = to_lsdc_crtc(crtc);
struct lsdc_crtc;
void (*enable)(struct lsdc_crtc *lcrtc);
void (*disable)(struct lsdc_crtc *lcrtc);
void (*enable_vblank)(struct lsdc_crtc *lcrtc);
void (*disable_vblank)(struct lsdc_crtc *lcrtc);
void (*flip)(struct lsdc_crtc *lcrtc);
void (*clone)(struct lsdc_crtc *lcrtc);
void (*get_scan_pos)(struct lsdc_crtc *lcrtc, int *hpos, int *vpos);
void (*set_mode)(struct lsdc_crtc *lcrtc, const struct drm_display_mode *mode);
void (*soft_reset)(struct lsdc_crtc *lcrtc);
void (*reset)(struct lsdc_crtc *lcrtc);
u32 (*get_vblank_counter)(struct lsdc_crtc *lcrtc);
void (*set_dma_step)(struct lsdc_crtc *lcrtc, enum lsdc_dma_steps step);
struct lsdc_crtc crtc;
static inline struct lsdc_crtc *
return container_of(crtc, struct lsdc_crtc, base);