Symbol: dispc_features
drivers/gpu/drm/omapdrm/dss/dispc.c
184
const struct dispc_features *feat;
drivers/gpu/drm/omapdrm/dss/dispc.c
4094
static const struct dispc_features omap24xx_dispc_feats = {
drivers/gpu/drm/omapdrm/dss/dispc.c
4134
static const struct dispc_features omap34xx_rev1_0_dispc_feats = {
drivers/gpu/drm/omapdrm/dss/dispc.c
4171
static const struct dispc_features omap34xx_rev3_0_dispc_feats = {
drivers/gpu/drm/omapdrm/dss/dispc.c
4208
static const struct dispc_features omap36xx_dispc_feats = {
drivers/gpu/drm/omapdrm/dss/dispc.c
4245
static const struct dispc_features am43xx_dispc_feats = {
drivers/gpu/drm/omapdrm/dss/dispc.c
4282
static const struct dispc_features omap44xx_dispc_feats = {
drivers/gpu/drm/omapdrm/dss/dispc.c
4323
static const struct dispc_features omap54xx_dispc_feats = {
drivers/gpu/drm/tidss/tidss_dispc.c
142
const struct dispc_features dispc_am65x_feats = {
drivers/gpu/drm/tidss/tidss_dispc.c
237
const struct dispc_features dispc_j721e_feats = {
drivers/gpu/drm/tidss/tidss_dispc.c
2965
const struct dispc_features *feat;
drivers/gpu/drm/tidss/tidss_dispc.c
303
const struct dispc_features dispc_am625_feats = {
drivers/gpu/drm/tidss/tidss_dispc.c
359
const struct dispc_features dispc_am62a7_feats = {
drivers/gpu/drm/tidss/tidss_dispc.c
415
const struct dispc_features dispc_am62l_feats = {
drivers/gpu/drm/tidss/tidss_dispc.c
466
const struct dispc_features *feat;
drivers/gpu/drm/tidss/tidss_dispc.c
60
const struct dispc_features dispc_k2g_feats = {
drivers/gpu/drm/tidss/tidss_dispc.h
100
extern const struct dispc_features dispc_am62l_feats;
drivers/gpu/drm/tidss/tidss_dispc.h
101
extern const struct dispc_features dispc_am65x_feats;
drivers/gpu/drm/tidss/tidss_dispc.h
102
extern const struct dispc_features dispc_j721e_feats;
drivers/gpu/drm/tidss/tidss_dispc.h
97
extern const struct dispc_features dispc_k2g_feats;
drivers/gpu/drm/tidss/tidss_dispc.h
98
extern const struct dispc_features dispc_am625_feats;
drivers/gpu/drm/tidss/tidss_dispc.h
99
extern const struct dispc_features dispc_am62a7_feats;
drivers/gpu/drm/tidss/tidss_drv.h
25
const struct dispc_features *feat;
drivers/gpu/drm/tidss/tidss_kms.c
138
const struct dispc_features *feat = tidss->feat;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
118
const struct dispc_features *feat;
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3722
static const struct dispc_features omap24xx_dispc_feats = {
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3742
static const struct dispc_features omap34xx_rev1_0_dispc_feats = {
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3763
static const struct dispc_features omap34xx_rev3_0_dispc_feats = {
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3784
static const struct dispc_features omap44xx_dispc_feats = {
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3806
static const struct dispc_features omap54xx_dispc_feats = {
drivers/video/fbdev/omap2/omapfb/dss/dispc.c
3829
static const struct dispc_features *dispc_get_features(void)