Home
last modified time | relevance | path

Searched defs:panel_drv_data (Results 1 – 15 of 15) sorted by relevance

/linux-5.10/drivers/video/fbdev/omap2/omapfb/displays/
Dpanel-sharp-ls037v7dw01.c19 struct panel_drv_data { struct
20 struct omap_dss_device dssdev;
21 struct omap_dss_device *in;
22 struct regulator *vcc;
24 int data_lines;
26 struct omap_video_timings videomode;
28 struct gpio_desc *resb_gpio; /* low = reset active min 20 us */
29 struct gpio_desc *ini_gpio; /* high = power on */
30 struct gpio_desc *mo_gpio; /* low = 480x640, high = 240x320 */
31 struct gpio_desc *lr_gpio; /* high = conventional horizontal scanning */
[all …]
Dpanel-sony-acx565akm.c56 struct panel_drv_data { struct
57 struct omap_dss_device dssdev;
58 struct omap_dss_device *in;
60 int reset_gpio;
61 int datapairs;
63 struct omap_video_timings videomode;
65 char *name;
66 int enabled;
67 int model;
68 int revision;
[all …]
Dpanel-dsi-cm.c38 struct panel_drv_data { struct
39 struct omap_dss_device dssdev;
40 struct omap_dss_device *in;
42 struct omap_video_timings timings;
44 struct platform_device *pdev;
46 struct mutex lock;
48 struct backlight_device *bldev;
50 unsigned long hw_guard_end; /* next value of jiffies when we can
53 unsigned long hw_guard_wait; /* max guard time in jiffies */
56 int reset_gpio;
[all …]
Dpanel-lgphilips-lb035q02.c39 struct panel_drv_data { struct
55 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev) argument
Dpanel-tpo-td043mtea1.c51 struct panel_drv_data { struct
52 struct omap_dss_device dssdev;
53 struct omap_dss_device *in;
55 struct omap_video_timings videomode;
57 int data_lines;
59 struct spi_device *spi;
60 struct regulator *vcc_reg;
61 int nreset_gpio;
62 u16 gamma[12];
63 u32 mode;
[all …]
Dpanel-dpi.c20 struct panel_drv_data { struct
34 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev) argument
Dpanel-nec-nl8048hl11.c19 struct panel_drv_data { struct
20 struct omap_dss_device dssdev;
21 struct omap_dss_device *in;
23 struct omap_video_timings videomode;
25 int data_lines;
27 int res_gpio;
28 int qvga_gpio;
30 struct spi_device *spi;
Dencoder-tfp410.c17 struct panel_drv_data { struct
27 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
Dencoder-tpd12s015.c19 struct panel_drv_data { struct
30 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
Dconnector-analog-tv.c17 struct panel_drv_data { struct
18 struct omap_dss_device dssdev;
19 struct omap_dss_device *in;
44 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
Dconnector-hdmi.c36 struct panel_drv_data { struct
47 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
Dencoder-opa362.c22 struct panel_drv_data { struct
31 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
Dconnector-dvi.c39 struct panel_drv_data { struct
48 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
Dpanel-tpo-td028ttec1.c22 struct panel_drv_data { struct
23 struct omap_dss_device dssdev;
24 struct omap_dss_device *in;
26 int data_lines;
28 struct omap_video_timings videomode;
30 struct spi_device *spi_dev;
/linux-5.10/drivers/gpu/drm/omapdrm/displays/
Dpanel-dsi-cm.c41 struct panel_drv_data { struct
42 struct omap_dss_device dssdev;
43 struct omap_dss_device *src;
45 struct videomode vm;
47 struct platform_device *pdev;
49 struct mutex lock;
51 struct backlight_device *bldev;
52 struct backlight_device *extbldev;
54 unsigned long hw_guard_end; /* next value of jiffies when we can
57 unsigned long hw_guard_wait; /* max guard time in jiffies */
[all …]