Searched defs:panel_drv_data (Results 1 – 15 of 15) sorted by relevance
/linux-6.3-rc2/drivers/video/fbdev/omap2/omapfb/displays/ |
A D | panel-sharp-ls037v7dw01.c | 18 struct panel_drv_data { struct 19 struct omap_dss_device dssdev; 20 struct omap_dss_device *in; 21 struct regulator *vcc; 23 int data_lines; 25 struct omap_video_timings videomode; 27 struct gpio_desc *resb_gpio; /* low = reset active min 20 us */ 28 struct gpio_desc *ini_gpio; /* high = power on */ 29 struct gpio_desc *mo_gpio; /* low = 480x640, high = 240x320 */ 30 struct gpio_desc *lr_gpio; /* high = conventional horizontal scanning */ [all …]
|
A D | panel-sony-acx565akm.c | 54 struct panel_drv_data { struct 60 int datapairs; 64 char *name; 65 int enabled; 66 int model; 67 int revision; 68 u8 display_id[3]; 69 unsigned has_bc:1; 70 unsigned has_cabc:1; 71 unsigned cabc_mode; [all …]
|
A D | panel-tpo-td043mtea1.c | 50 struct panel_drv_data { struct 56 int data_lines; 58 struct spi_device *spi; 59 struct regulator *vcc_reg; 61 u16 gamma[12]; 62 u32 mode; 63 u32 hmirror:1; 64 u32 vmirror:1; 65 u32 powered_on:1; 66 u32 spi_suspended:1; [all …]
|
A D | panel-dsi-cm.c | 38 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 struct gpio_desc *reset_gpio; [all …]
|
A D | panel-lgphilips-lb035q02.c | 39 struct panel_drv_data { struct 52 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev) argument
|
A D | encoder-tfp410.c | 18 struct panel_drv_data { struct 29 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
|
A D | panel-dpi.c | 18 struct panel_drv_data { struct 29 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev) argument
|
A D | panel-nec-nl8048hl11.c | 19 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 struct gpio_desc *res_gpio; 29 struct spi_device *spi;
|
A D | encoder-tpd12s015.c | 19 struct panel_drv_data { struct 30 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
|
A D | connector-analog-tv.c | 16 struct panel_drv_data { struct 17 struct omap_dss_device dssdev; 18 struct omap_dss_device *in; 43 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
|
A D | connector-hdmi.c | 37 struct panel_drv_data { struct 48 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
|
A D | encoder-opa362.c | 22 struct panel_drv_data { struct 31 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
|
A D | connector-dvi.c | 39 struct panel_drv_data { struct 48 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev) argument
|
A D | panel-tpo-td028ttec1.c | 21 struct panel_drv_data { struct 22 struct omap_dss_device dssdev; 23 struct omap_dss_device *in; 25 int data_lines; 27 struct omap_video_timings videomode; 29 struct spi_device *spi_dev;
|
/linux-6.3-rc2/drivers/gpu/drm/panel/ |
A D | panel-dsi-cm.c | 43 struct panel_drv_data { struct 44 struct mipi_dsi_device *dsi; 45 struct drm_panel panel; 46 struct drm_display_mode mode; 48 struct mutex lock; 72 static inline struct panel_drv_data *panel_to_ddata(struct drm_panel *panel) in panel_to_ddata() argument
|
Completed in 24 milliseconds