| /Linux-v5.4/drivers/video/fbdev/omap2/omapfb/displays/ | 
| D | panel-sharp-ls037v7dw01.c | 19 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 …] 
 | 
| D | panel-sony-acx565akm.c | 56 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 …] 
 | 
| 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 	int reset_gpio; [all …] 
 | 
| D | panel-lgphilips-lb035q02.c | 39 struct panel_drv_data {  struct 55 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev)  argument
  | 
| D | panel-tpo-td043mtea1.c | 51 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 …] 
 | 
| D | panel-dpi.c | 20 struct panel_drv_data {  struct 34 #define to_panel_data(p) container_of(p, struct panel_drv_data, dssdev)  argument
  | 
| 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 	int res_gpio; 28 	int qvga_gpio; 30 	struct spi_device *spi;
  | 
| D | encoder-tfp410.c | 17 struct panel_drv_data {  struct 27 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev)  argument
  | 
| 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
  | 
| D | connector-analog-tv.c | 17 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
  | 
| D | connector-hdmi.c | 36 struct panel_drv_data {  struct 47 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev)  argument
  | 
| 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
  | 
| 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
  | 
| D | panel-tpo-td028ttec1.c | 22 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-v5.4/drivers/gpu/drm/omapdrm/displays/ | 
| 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
  | 
| D | panel-dsi-cm.c | 41 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 …] 
 | 
| D | connector-hdmi.c | 17 struct panel_drv_data {  struct 28 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev)  argument
  | 
| D | connector-analog-tv.c | 16 struct panel_drv_data {  struct 22 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev)  argument
  | 
| D | encoder-opa362.c | 21 struct panel_drv_data {  struct 27 #define to_panel_data(x) container_of(x, struct panel_drv_data, dssdev)  argument
  |