Home
last modified time | relevance | path

Searched defs:omap_dss_device (Results 1 – 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/include/video/
Domapfb_dss.h598 struct omap_dss_device { struct
599 struct kobject kobj;
600 struct device *dev;
602 struct module *owner;
604 struct list_head panel_list;
607 char alias[16];
609 enum omap_display_type type;
610 enum omap_display_type output_type;
612 union {
629 } phy;
[all …]
/kernel/linux/linux-5.10/drivers/gpu/drm/omapdrm/dss/
Domapdss.h365 struct omap_dss_device { struct
371 struct omap_dss_device *next; argument
394 const struct omap_dss_device_ops *ops; argument
415 int (*update)(struct omap_dss_device *dssdev, argument
/kernel/linux/linux-4.19/include/video/
Domapfb_dss.h628 struct omap_dss_device { struct
629 struct kobject kobj;
630 struct device *dev;
632 struct module *owner;
634 struct list_head panel_list;
637 char alias[16];
639 enum omap_display_type type;
640 enum omap_display_type output_type;
642 union {
664 } phy;
[all …]
/kernel/linux/linux-4.19/drivers/gpu/drm/omapdrm/dss/
Domapdss.h460 struct omap_dss_device { struct
461 struct kobject kobj;
462 struct device *dev;
464 struct module *owner;
466 struct list_head panel_list;
469 char alias[16];
471 enum omap_display_type type;
472 enum omap_display_type output_type;
474 struct {
499 struct omap_dss_device *src; argument
[all …]