drm_crtc          911 include/drm/drmP.h extern int drm_crtc_vblank_get(struct drm_crtc *crtc);
drm_crtc          912 include/drm/drmP.h extern void drm_crtc_vblank_put(struct drm_crtc *crtc);
drm_crtc          914 include/drm/drmP.h extern void drm_crtc_wait_one_vblank(struct drm_crtc *crtc);
drm_crtc          917 include/drm/drmP.h extern void drm_crtc_vblank_off(struct drm_crtc *crtc);
drm_crtc          918 include/drm/drmP.h extern void drm_crtc_vblank_on(struct drm_crtc *crtc);
drm_crtc          925 include/drm/drmP.h 						 const struct drm_crtc *refcrtc,
drm_crtc          927 include/drm/drmP.h extern void drm_calc_timestamping_constants(struct drm_crtc *crtc,
drm_crtc          937 include/drm/drmP.h static inline wait_queue_head_t *drm_crtc_vblank_waitqueue(struct drm_crtc *crtc)
drm_crtc          221 include/drm/drm_crtc.h struct drm_crtc;
drm_crtc          252 include/drm/drm_crtc.h 	void (*save)(struct drm_crtc *crtc); /* suspend? */
drm_crtc          254 include/drm/drm_crtc.h 	void (*restore)(struct drm_crtc *crtc); /* resume? */
drm_crtc          256 include/drm/drm_crtc.h 	void (*reset)(struct drm_crtc *crtc);
drm_crtc          259 include/drm/drm_crtc.h 	int (*cursor_set)(struct drm_crtc *crtc, struct drm_file *file_priv,
drm_crtc          261 include/drm/drm_crtc.h 	int (*cursor_set2)(struct drm_crtc *crtc, struct drm_file *file_priv,
drm_crtc          264 include/drm/drm_crtc.h 	int (*cursor_move)(struct drm_crtc *crtc, int x, int y);
drm_crtc          267 include/drm/drm_crtc.h 	void (*gamma_set)(struct drm_crtc *crtc, u16 *r, u16 *g, u16 *b,
drm_crtc          270 include/drm/drm_crtc.h 	void (*destroy)(struct drm_crtc *crtc);
drm_crtc          283 include/drm/drm_crtc.h 	int (*page_flip)(struct drm_crtc *crtc,
drm_crtc          288 include/drm/drm_crtc.h 	int (*set_property)(struct drm_crtc *crtc,
drm_crtc          457 include/drm/drm_crtc.h 	struct drm_crtc *crtc;
drm_crtc          577 include/drm/drm_crtc.h 			    struct drm_crtc *crtc, struct drm_framebuffer *fb,
drm_crtc          620 include/drm/drm_crtc.h 	struct drm_crtc *crtc;
drm_crtc          694 include/drm/drm_crtc.h 	struct drm_crtc *crtc;
drm_crtc          864 include/drm/drm_crtc.h #define obj_to_crtc(x) container_of(x, struct drm_crtc, base)
drm_crtc          879 include/drm/drm_crtc.h 				     struct drm_crtc *crtc,
drm_crtc          884 include/drm/drm_crtc.h 			 struct drm_crtc *crtc,
drm_crtc          886 include/drm/drm_crtc.h extern void drm_crtc_cleanup(struct drm_crtc *crtc);
drm_crtc          887 include/drm/drm_crtc.h extern unsigned int drm_crtc_index(struct drm_crtc *crtc);
drm_crtc          896 include/drm/drm_crtc.h static inline uint32_t drm_crtc_mask(struct drm_crtc *crtc)
drm_crtc          932 include/drm/drm_crtc.h 				       struct drm_crtc *crtc)
drm_crtc          953 include/drm/drm_crtc.h extern int drm_crtc_check_viewport(const struct drm_crtc *crtc,
drm_crtc         1052 include/drm/drm_crtc.h extern int drm_mode_crtc_set_gamma_size(struct drm_crtc *crtc,
drm_crtc         1156 include/drm/drm_crtc.h static inline struct drm_crtc *drm_crtc_find(struct drm_device *dev,
drm_crtc           59 include/drm/drm_crtc_helper.h 	void (*dpms)(struct drm_crtc *crtc, int mode);
drm_crtc           60 include/drm/drm_crtc_helper.h 	void (*prepare)(struct drm_crtc *crtc);
drm_crtc           61 include/drm/drm_crtc_helper.h 	void (*commit)(struct drm_crtc *crtc);
drm_crtc           64 include/drm/drm_crtc_helper.h 	bool (*mode_fixup)(struct drm_crtc *crtc,
drm_crtc           68 include/drm/drm_crtc_helper.h 	int (*mode_set)(struct drm_crtc *crtc, struct drm_display_mode *mode,
drm_crtc           73 include/drm/drm_crtc_helper.h 	int (*mode_set_base)(struct drm_crtc *crtc, int x, int y,
drm_crtc           75 include/drm/drm_crtc_helper.h 	int (*mode_set_base_atomic)(struct drm_crtc *crtc,
drm_crtc           80 include/drm/drm_crtc_helper.h 	void (*load_lut)(struct drm_crtc *crtc);
drm_crtc           83 include/drm/drm_crtc_helper.h 	void (*disable)(struct drm_crtc *crtc);
drm_crtc          106 include/drm/drm_crtc_helper.h 	struct drm_crtc *(*get_crtc)(struct drm_encoder *encoder);
drm_crtc          130 include/drm/drm_crtc_helper.h extern bool drm_crtc_helper_set_mode(struct drm_crtc *crtc,
drm_crtc          134 include/drm/drm_crtc_helper.h extern bool drm_helper_crtc_in_use(struct drm_crtc *crtc);
drm_crtc          144 include/drm/drm_crtc_helper.h static inline void drm_crtc_helper_add(struct drm_crtc *crtc,
drm_crtc           65 include/drm/drm_fb_helper.h 	void (*gamma_set)(struct drm_crtc *crtc, u16 red, u16 green,
drm_crtc           67 include/drm/drm_fb_helper.h 	void (*gamma_get)(struct drm_crtc *crtc, u16 *red, u16 *green,
drm_crtc          128 include/drm/drm_modeset_lock.h struct drm_crtc;
drm_crtc          133 include/drm/drm_modeset_lock.h void drm_modeset_lock_crtc(struct drm_crtc *crtc);
drm_crtc          134 include/drm/drm_modeset_lock.h void drm_modeset_unlock_crtc(struct drm_crtc *crtc);
drm_crtc          137 include/drm/drm_modeset_lock.h drm_modeset_legacy_acquire_ctx(struct drm_crtc *crtc);
drm_crtc           46 include/drm/drm_plane_helper.h 					 struct drm_crtc *crtc,
drm_crtc           57 include/drm/drm_plane_helper.h 				     struct drm_crtc *crtc,