| /Linux-v5.4/drivers/gpu/drm/ | 
| D | drm_panel.c | 51 void drm_panel_init(struct drm_panel *panel)  in drm_panel_init()66 int drm_panel_add(struct drm_panel *panel)  in drm_panel_add()
 82 void drm_panel_remove(struct drm_panel *panel)  in drm_panel_remove()
 105 int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector)  in drm_panel_attach()
 127 void drm_panel_detach(struct drm_panel *panel)  in drm_panel_detach()
 144 int drm_panel_prepare(struct drm_panel *panel)  in drm_panel_prepare()
 164 int drm_panel_unprepare(struct drm_panel *panel)  in drm_panel_unprepare()
 183 int drm_panel_enable(struct drm_panel *panel)  in drm_panel_enable()
 202 int drm_panel_disable(struct drm_panel *panel)  in drm_panel_disable()
 221 int drm_panel_get_modes(struct drm_panel *panel)  in drm_panel_get_modes()
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/i915/display/ | 
| D | intel_panel.c | 487 	struct intel_panel *panel = &connector->panel;  in scale_user_to_hw()  local498 	struct intel_panel *panel = &connector->panel;  in clamp_user_to_hw()  local
 511 	struct intel_panel *panel = &connector->panel;  in scale_hw_to_user()  local
 521 	struct intel_panel *panel = &connector->panel;  in intel_panel_compute_brightness()  local
 553 	struct intel_panel *panel = &connector->panel;  in i9xx_get_backlight()  local
 589 	struct intel_panel *panel = &connector->panel;  in bxt_get_backlight()  local
 596 	struct intel_panel *panel = &connector->panel;  in pwm_get_backlight()  local
 626 	struct intel_panel *panel = &connector->panel;  in i9xx_set_backlight()  local
 665 	struct intel_panel *panel = &connector->panel;  in bxt_set_backlight()  local
 672 	struct intel_panel *panel = &to_intel_connector(conn_state->connector)->panel;  in pwm_set_backlight()  local
 [all …]
 
 | 
| /Linux-v5.4/drivers/gpu/drm/panel/ | 
| D | panel-seiko-43wvf1g.c | 54 static inline struct seiko_panel *to_seiko_panel(struct drm_panel *panel)  in to_seiko_panel()59 static int seiko_panel_get_fixed_modes(struct seiko_panel *panel)  in seiko_panel_get_fixed_modes()
 124 static int seiko_panel_disable(struct drm_panel *panel)  in seiko_panel_disable()
 142 static int seiko_panel_unprepare(struct drm_panel *panel)  in seiko_panel_unprepare()
 161 static int seiko_panel_prepare(struct drm_panel *panel)  in seiko_panel_prepare()
 193 static int seiko_panel_enable(struct drm_panel *panel)  in seiko_panel_enable()
 211 static int seiko_panel_get_modes(struct drm_panel *panel)  in seiko_panel_get_modes()
 219 static int seiko_panel_get_timings(struct drm_panel *panel,  in seiko_panel_get_timings()
 249 	struct seiko_panel *panel;  in seiko_panel_probe()  local
 292 	struct seiko_panel *panel = dev_get_drvdata(&pdev->dev);  in seiko_panel_remove()  local
 [all …]
 
 | 
| D | panel-samsung-s6d16d0.c | 20 	struct drm_panel panel;  member50 static inline struct s6d16d0 *panel_to_s6d16d0(struct drm_panel *panel)  in panel_to_s6d16d0()
 55 static int s6d16d0_unprepare(struct drm_panel *panel)  in s6d16d0_unprepare()
 76 static int s6d16d0_prepare(struct drm_panel *panel)  in s6d16d0_prepare()
 114 static int s6d16d0_enable(struct drm_panel *panel)  in s6d16d0_enable()
 130 static int s6d16d0_disable(struct drm_panel *panel)  in s6d16d0_disable()
 146 static int s6d16d0_get_modes(struct drm_panel *panel)  in s6d16d0_get_modes()
 
 | 
| D | panel-feiyang-fy07024di26a30d.c | 22 	struct drm_panel	panel;  member31 static inline struct feiyang *panel_to_feiyang(struct drm_panel *panel)  in panel_to_feiyang()
 50 static int feiyang_prepare(struct drm_panel *panel)  in feiyang_prepare()
 97 static int feiyang_enable(struct drm_panel *panel)  in feiyang_enable()
 110 static int feiyang_disable(struct drm_panel *panel)  in feiyang_disable()
 118 static int feiyang_unprepare(struct drm_panel *panel)  in feiyang_unprepare()
 165 static int feiyang_get_modes(struct drm_panel *panel)  in feiyang_get_modes()
 
 | 
| D | panel-ronbo-rb070d30.c | 30 	struct drm_panel panel;  member43 static inline struct rb070d30_panel *panel_to_rb070d30_panel(struct drm_panel *panel)  in panel_to_rb070d30_panel()
 48 static int rb070d30_panel_prepare(struct drm_panel *panel)  in rb070d30_panel_prepare()
 67 static int rb070d30_panel_unprepare(struct drm_panel *panel)  in rb070d30_panel_unprepare()
 78 static int rb070d30_panel_enable(struct drm_panel *panel)  in rb070d30_panel_enable()
 98 static int rb070d30_panel_disable(struct drm_panel *panel)  in rb070d30_panel_disable()
 123 static int rb070d30_panel_get_modes(struct drm_panel *panel)  in rb070d30_panel_get_modes()
 
 | 
| D | panel-lvds.c | 27 	struct drm_panel panel;  member44 static inline struct panel_lvds *to_panel_lvds(struct drm_panel *panel)  in to_panel_lvds()
 49 static int panel_lvds_disable(struct drm_panel *panel)  in panel_lvds_disable()
 62 static int panel_lvds_unprepare(struct drm_panel *panel)  in panel_lvds_unprepare()
 75 static int panel_lvds_prepare(struct drm_panel *panel)  in panel_lvds_prepare()
 96 static int panel_lvds_enable(struct drm_panel *panel)  in panel_lvds_enable()
 109 static int panel_lvds_get_modes(struct drm_panel *panel)  in panel_lvds_get_modes()
 
 | 
| D | panel-sharp-ls037v7dw01.c | 25 	struct drm_panel panel;  member39 static int ls037v7dw01_disable(struct drm_panel *panel)  in ls037v7dw01_disable()
 52 static int ls037v7dw01_unprepare(struct drm_panel *panel)  in ls037v7dw01_unprepare()
 60 static int ls037v7dw01_prepare(struct drm_panel *panel)  in ls037v7dw01_prepare()
 73 static int ls037v7dw01_enable(struct drm_panel *panel)  in ls037v7dw01_enable()
 103 static int ls037v7dw01_get_modes(struct drm_panel *panel)  in ls037v7dw01_get_modes()
 
 | 
| D | panel-osd-osd101t2587-53ts.c | 32 static inline struct osd101t2587_panel *ti_osd_panel(struct drm_panel *panel)  in ti_osd_panel()37 static int osd101t2587_panel_disable(struct drm_panel *panel)  in osd101t2587_panel_disable()
 54 static int osd101t2587_panel_unprepare(struct drm_panel *panel)  in osd101t2587_panel_unprepare()
 67 static int osd101t2587_panel_prepare(struct drm_panel *panel)  in osd101t2587_panel_prepare()
 82 static int osd101t2587_panel_enable(struct drm_panel *panel)  in osd101t2587_panel_enable()
 115 static int osd101t2587_panel_get_modes(struct drm_panel *panel)  in osd101t2587_panel_get_modes()
 
 | 
| D | panel-novatek-nt39016.c | 69 static inline struct nt39016 *to_nt39016(struct drm_panel *panel)  in to_nt39016()124 	struct nt39016 *panel = to_nt39016(drm_panel);  in nt39016_prepare()  local
 161 	struct nt39016 *panel = to_nt39016(drm_panel);  in nt39016_unprepare()  local
 172 	struct nt39016 *panel = to_nt39016(drm_panel);  in nt39016_enable()  local
 194 	struct nt39016 *panel = to_nt39016(drm_panel);  in nt39016_disable()  local
 211 	struct nt39016 *panel = to_nt39016(drm_panel);  in nt39016_get_modes()  local
 247 	struct nt39016 *panel;  in nt39016_probe()  local
 310 	struct nt39016 *panel = spi_get_drvdata(spi);  in nt39016_remove()  local
 
 | 
| D | panel-ilitek-ili9881c.c | 25 	struct drm_panel	panel;  member257 static inline struct ili9881c *panel_to_ili9881c(struct drm_panel *panel)  in panel_to_ili9881c()
 297 static int ili9881c_prepare(struct drm_panel *panel)  in ili9881c_prepare()
 344 static int ili9881c_enable(struct drm_panel *panel)  in ili9881c_enable()
 356 static int ili9881c_disable(struct drm_panel *panel)  in ili9881c_disable()
 364 static int ili9881c_unprepare(struct drm_panel *panel)  in ili9881c_unprepare()
 390 static int ili9881c_get_modes(struct drm_panel *panel)  in ili9881c_get_modes()
 
 | 
| D | panel-truly-nt35597.c | 56 	struct drm_panel panel;  member72 static inline struct truly_nt35597 *panel_to_ctx(struct drm_panel *panel)  in panel_to_ctx()
 226 static int truly_dcs_write(struct drm_panel *panel, u32 command)  in truly_dcs_write()
 243 static int truly_dcs_write_buf(struct drm_panel *panel,  in truly_dcs_write_buf()
 317 static int truly_nt35597_disable(struct drm_panel *panel)  in truly_nt35597_disable()
 336 static int truly_nt35597_unprepare(struct drm_panel *panel)  in truly_nt35597_unprepare()
 371 static int truly_nt35597_prepare(struct drm_panel *panel)  in truly_nt35597_prepare()
 437 static int truly_nt35597_enable(struct drm_panel *panel)  in truly_nt35597_enable()
 457 static int truly_nt35597_get_modes(struct drm_panel *panel)  in truly_nt35597_get_modes()
 
 | 
| D | panel-panasonic-vvx10f034n00.c | 45 static inline struct wuxga_nt_panel *to_wuxga_nt_panel(struct drm_panel *panel)  in to_wuxga_nt_panel()55 static int wuxga_nt_panel_disable(struct drm_panel *panel)  in wuxga_nt_panel_disable()
 76 static int wuxga_nt_panel_unprepare(struct drm_panel *panel)  in wuxga_nt_panel_unprepare()
 90 static int wuxga_nt_panel_prepare(struct drm_panel *panel)  in wuxga_nt_panel_prepare()
 138 static int wuxga_nt_panel_enable(struct drm_panel *panel)  in wuxga_nt_panel_enable()
 169 static int wuxga_nt_panel_get_modes(struct drm_panel *panel)  in wuxga_nt_panel_get_modes()
 
 | 
| D | panel-raydium-rm67191.c | 198 	struct drm_panel panel;  member228 static inline struct rad_panel *to_rad_panel(struct drm_panel *panel)  in to_rad_panel()
 266 static int rad_panel_prepare(struct drm_panel *panel)  in rad_panel_prepare()
 290 static int rad_panel_unprepare(struct drm_panel *panel)  in rad_panel_unprepare()
 318 static int rad_panel_enable(struct drm_panel *panel)  in rad_panel_enable()
 404 static int rad_panel_disable(struct drm_panel *panel)  in rad_panel_disable()
 439 static int rad_panel_get_modes(struct drm_panel *panel)  in rad_panel_get_modes()
 544 	struct rad_panel *panel;  in rad_panel_probe()  local
 
 | 
| D | panel-kingdisplay-kd097d04.c | 181 struct kingdisplay_panel *to_kingdisplay_panel(struct drm_panel *panel)  in to_kingdisplay_panel()186 static int kingdisplay_panel_disable(struct drm_panel *panel)  in kingdisplay_panel_disable()
 206 static int kingdisplay_panel_unprepare(struct drm_panel *panel)  in kingdisplay_panel_unprepare()
 235 static int kingdisplay_panel_prepare(struct drm_panel *panel)  in kingdisplay_panel_prepare()
 303 static int kingdisplay_panel_enable(struct drm_panel *panel)  in kingdisplay_panel_enable()
 336 static int kingdisplay_panel_get_modes(struct drm_panel *panel)  in kingdisplay_panel_get_modes()
 
 | 
| D | panel-sharp-ls043t1le01.c | 38 static inline struct sharp_nt_panel *to_sharp_nt_panel(struct drm_panel *panel)  in to_sharp_nt_panel()103 static int sharp_nt_panel_disable(struct drm_panel *panel)  in sharp_nt_panel_disable()
 117 static int sharp_nt_panel_unprepare(struct drm_panel *panel)  in sharp_nt_panel_unprepare()
 140 static int sharp_nt_panel_prepare(struct drm_panel *panel)  in sharp_nt_panel_prepare()
 186 static int sharp_nt_panel_enable(struct drm_panel *panel)  in sharp_nt_panel_enable()
 213 static int sharp_nt_panel_get_modes(struct drm_panel *panel)  in sharp_nt_panel_get_modes()
 
 | 
| D | panel-samsung-s6e63j0x03.c | 38 	struct drm_panel panel;  member116 static inline struct s6e63j0x03 *panel_to_s6e63j0x03(struct drm_panel *panel)  in panel_to_s6e63j0x03()
 220 static int s6e63j0x03_disable(struct drm_panel *panel)  in s6e63j0x03_disable()
 241 static int s6e63j0x03_unprepare(struct drm_panel *panel)  in s6e63j0x03_unprepare()
 324 static int s6e63j0x03_prepare(struct drm_panel *panel)  in s6e63j0x03_prepare()
 346 static int s6e63j0x03_enable(struct drm_panel *panel)  in s6e63j0x03_enable()
 403 static int s6e63j0x03_get_modes(struct drm_panel *panel)  in s6e63j0x03_get_modes()
 
 | 
| D | panel-rocktech-jh057n00900.c | 48 	struct drm_panel panel;  member58 static inline struct jh057n *panel_to_jh057n(struct drm_panel *panel)  in panel_to_jh057n()
 143 static int jh057n_enable(struct drm_panel *panel)  in jh057n_enable()
 158 static int jh057n_disable(struct drm_panel *panel)  in jh057n_disable()
 167 static int jh057n_unprepare(struct drm_panel *panel)  in jh057n_unprepare()
 181 static int jh057n_prepare(struct drm_panel *panel)  in jh057n_prepare()
 233 static int jh057n_get_modes(struct drm_panel *panel)  in jh057n_get_modes()
 
 | 
| D | panel-samsung-ld9040.c | 93 	struct drm_panel panel;  member114 static inline struct ld9040 *panel_to_ld9040(struct drm_panel *panel)  in panel_to_ld9040()
 221 static int ld9040_disable(struct drm_panel *panel)  in ld9040_disable()
 226 static int ld9040_unprepare(struct drm_panel *panel)  in ld9040_unprepare()
 240 static int ld9040_prepare(struct drm_panel *panel)  in ld9040_prepare()
 259 static int ld9040_enable(struct drm_panel *panel)  in ld9040_enable()
 264 static int ld9040_get_modes(struct drm_panel *panel)  in ld9040_get_modes()
 
 | 
| D | panel-olimex-lcd-olinuxino.c | 63 	struct drm_panel panel;  member78 static inline struct lcd_olinuxino *to_lcd_olinuxino(struct drm_panel *panel)  in to_lcd_olinuxino()
 83 static int lcd_olinuxino_disable(struct drm_panel *panel)  in lcd_olinuxino_disable()
 97 static int lcd_olinuxino_unprepare(struct drm_panel *panel)  in lcd_olinuxino_unprepare()
 112 static int lcd_olinuxino_prepare(struct drm_panel *panel)  in lcd_olinuxino_prepare()
 130 static int lcd_olinuxino_enable(struct drm_panel *panel)  in lcd_olinuxino_enable()
 144 static int lcd_olinuxino_get_modes(struct drm_panel *panel)  in lcd_olinuxino_get_modes()
 300 	struct lcd_olinuxino *panel = i2c_get_clientdata(client);  in lcd_olinuxino_remove()  local
 
 | 
| D | panel-samsung-s6e63m0.c | 91 	struct drm_panel panel;  member126 static inline struct s6e63m0 *panel_to_s6e63m0(struct drm_panel *panel)  in panel_to_s6e63m0()
 289 static int s6e63m0_disable(struct drm_panel *panel)  in s6e63m0_disable()
 306 static int s6e63m0_unprepare(struct drm_panel *panel)  in s6e63m0_unprepare()
 325 static int s6e63m0_prepare(struct drm_panel *panel)  in s6e63m0_prepare()
 349 static int s6e63m0_enable(struct drm_panel *panel)  in s6e63m0_enable()
 365 static int s6e63m0_get_modes(struct drm_panel *panel)  in s6e63m0_get_modes()
 
 | 
| D | panel-sharp-lq101r1sx01.c | 35 static inline struct sharp_panel *to_sharp_panel(struct drm_panel *panel)  in to_sharp_panel()90 static int sharp_panel_disable(struct drm_panel *panel)  in sharp_panel_disable()
 104 static int sharp_panel_unprepare(struct drm_panel *panel)  in sharp_panel_unprepare()
 165 static int sharp_panel_prepare(struct drm_panel *panel)  in sharp_panel_prepare()
 254 static int sharp_panel_enable(struct drm_panel *panel)  in sharp_panel_enable()
 281 static int sharp_panel_get_modes(struct drm_panel *panel)  in sharp_panel_get_modes()
 
 | 
| D | panel-arm-versatile.c | 110 	struct drm_panel panel;  member226 to_versatile_panel(struct drm_panel *panel)  in to_versatile_panel()
 231 static int versatile_panel_disable(struct drm_panel *panel)  in versatile_panel_disable()
 247 static int versatile_panel_enable(struct drm_panel *panel)  in versatile_panel_enable()
 263 static int versatile_panel_get_modes(struct drm_panel *panel)  in versatile_panel_get_modes()
 
 | 
| /Linux-v5.4/drivers/video/fbdev/omap/ | 
| D | lcd_inn1610.c | 17 static int innovator1610_panel_init(struct lcd_panel *panel,  in innovator1610_panel_init()38 static void innovator1610_panel_cleanup(struct lcd_panel *panel)  in innovator1610_panel_cleanup()
 44 static int innovator1610_panel_enable(struct lcd_panel *panel)  in innovator1610_panel_enable()
 52 static void innovator1610_panel_disable(struct lcd_panel *panel)  in innovator1610_panel_disable()
 
 | 
| D | lcd_mipid.c | 48 	struct lcd_panel	panel;  member199 static int mipid_set_bklight_level(struct lcd_panel *panel, unsigned int level)  in mipid_set_bklight_level()
 217 static unsigned int mipid_get_bklight_level(struct lcd_panel *panel)  in mipid_get_bklight_level()
 227 static unsigned int mipid_get_bklight_max(struct lcd_panel *panel)  in mipid_get_bklight_max()
 238 static unsigned long mipid_get_caps(struct lcd_panel *panel)  in mipid_get_caps()
 271 static int mipid_run_test(struct lcd_panel *panel, int test_num)  in mipid_run_test()
 400 static int mipid_enable(struct lcd_panel *panel)  in mipid_enable()
 421 static void mipid_disable(struct lcd_panel *panel)  in mipid_disable()
 459 static int mipid_init(struct lcd_panel *panel,  in mipid_init()
 478 static void mipid_cleanup(struct lcd_panel *panel)  in mipid_cleanup()
 
 |