Home
last modified time | relevance | path

Searched defs:panel (Results 1 – 25 of 150) sorted by relevance

123456

/Linux-v4.19/drivers/gpu/drm/
Ddrm_panel.c48 void drm_panel_init(struct drm_panel *panel) in drm_panel_init()
63 int drm_panel_add(struct drm_panel *panel) in drm_panel_add()
79 void drm_panel_remove(struct drm_panel *panel) in drm_panel_remove()
102 int drm_panel_attach(struct drm_panel *panel, struct drm_connector *connector) in drm_panel_attach()
126 int drm_panel_detach(struct drm_panel *panel) in drm_panel_detach()
152 struct drm_panel *panel; in of_drm_find_panel() local
/Linux-v4.19/drivers/gpu/drm/i915/
Dintel_panel.c414 struct intel_panel *panel = &connector->panel; in scale_user_to_hw() local
425 struct intel_panel *panel = &connector->panel; in clamp_user_to_hw() local
438 struct intel_panel *panel = &connector->panel; in scale_hw_to_user() local
448 struct intel_panel *panel = &connector->panel; in intel_panel_compute_brightness() local
480 struct intel_panel *panel = &connector->panel; in i9xx_get_backlight() local
516 struct intel_panel *panel = &connector->panel; in bxt_get_backlight() local
523 struct intel_panel *panel = &connector->panel; in pwm_get_backlight() local
553 struct intel_panel *panel = &connector->panel; in i9xx_set_backlight() local
592 struct intel_panel *panel = &connector->panel; in bxt_set_backlight() local
599 struct intel_panel *panel = &to_intel_connector(conn_state->connector)->panel; in pwm_set_backlight() local
[all …]
/Linux-v4.19/drivers/gpu/drm/panel/
Dpanel-seiko-43wvf1g.c55 static inline struct seiko_panel *to_seiko_panel(struct drm_panel *panel) in to_seiko_panel()
60 static int seiko_panel_get_fixed_modes(struct seiko_panel *panel) in seiko_panel_get_fixed_modes()
125 static int seiko_panel_disable(struct drm_panel *panel) in seiko_panel_disable()
143 static int seiko_panel_unprepare(struct drm_panel *panel) in seiko_panel_unprepare()
162 static int seiko_panel_prepare(struct drm_panel *panel) in seiko_panel_prepare()
194 static int seiko_panel_enable(struct drm_panel *panel) in seiko_panel_enable()
212 static int seiko_panel_get_modes(struct drm_panel *panel) in seiko_panel_get_modes()
220 static int seiko_panel_get_timings(struct drm_panel *panel, in seiko_panel_get_timings()
250 struct seiko_panel *panel; in seiko_panel_probe() local
293 struct seiko_panel *panel = dev_get_drvdata(&pdev->dev); in seiko_panel_remove() local
[all …]
Dpanel-lvds.c32 struct drm_panel panel; member
49 static inline struct panel_lvds *to_panel_lvds(struct drm_panel *panel) in to_panel_lvds()
54 static int panel_lvds_disable(struct drm_panel *panel) in panel_lvds_disable()
67 static int panel_lvds_unprepare(struct drm_panel *panel) in panel_lvds_unprepare()
80 static int panel_lvds_prepare(struct drm_panel *panel) in panel_lvds_prepare()
101 static int panel_lvds_enable(struct drm_panel *panel) in panel_lvds_enable()
114 static int panel_lvds_get_modes(struct drm_panel *panel) in panel_lvds_get_modes()
Dpanel-ilitek-ili9881c.c25 struct drm_panel panel; member
257 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()
Dpanel-panasonic-vvx10f034n00.c55 static inline struct wuxga_nt_panel *to_wuxga_nt_panel(struct drm_panel *panel) in to_wuxga_nt_panel()
65 static int wuxga_nt_panel_disable(struct drm_panel *panel) in wuxga_nt_panel_disable()
86 static int wuxga_nt_panel_unprepare(struct drm_panel *panel) in wuxga_nt_panel_unprepare()
100 static int wuxga_nt_panel_prepare(struct drm_panel *panel) in wuxga_nt_panel_prepare()
148 static int wuxga_nt_panel_enable(struct drm_panel *panel) in wuxga_nt_panel_enable()
179 static int wuxga_nt_panel_get_modes(struct drm_panel *panel) in wuxga_nt_panel_get_modes()
Dpanel-sharp-ls043t1le01.c48 static inline struct sharp_nt_panel *to_sharp_nt_panel(struct drm_panel *panel) in to_sharp_nt_panel()
113 static int sharp_nt_panel_disable(struct drm_panel *panel) in sharp_nt_panel_disable()
127 static int sharp_nt_panel_unprepare(struct drm_panel *panel) in sharp_nt_panel_unprepare()
150 static int sharp_nt_panel_prepare(struct drm_panel *panel) in sharp_nt_panel_prepare()
196 static int sharp_nt_panel_enable(struct drm_panel *panel) in sharp_nt_panel_enable()
223 static int sharp_nt_panel_get_modes(struct drm_panel *panel) in sharp_nt_panel_get_modes()
Dpanel-samsung-s6e63j0x03.c36 struct drm_panel panel; member
114 static inline struct s6e63j0x03 *panel_to_s6e63j0x03(struct drm_panel *panel) in panel_to_s6e63j0x03()
218 static int s6e63j0x03_disable(struct drm_panel *panel) in s6e63j0x03_disable()
239 static int s6e63j0x03_unprepare(struct drm_panel *panel) in s6e63j0x03_unprepare()
322 static int s6e63j0x03_prepare(struct drm_panel *panel) in s6e63j0x03_prepare()
344 static int s6e63j0x03_enable(struct drm_panel *panel) in s6e63j0x03_enable()
401 static int s6e63j0x03_get_modes(struct drm_panel *panel) in s6e63j0x03_get_modes()
Dpanel-samsung-ld9040.c92 struct drm_panel panel; member
113 static inline struct ld9040 *panel_to_ld9040(struct drm_panel *panel) in panel_to_ld9040()
220 static int ld9040_disable(struct drm_panel *panel) in ld9040_disable()
225 static int ld9040_unprepare(struct drm_panel *panel) in ld9040_unprepare()
239 static int ld9040_prepare(struct drm_panel *panel) in ld9040_prepare()
258 static int ld9040_enable(struct drm_panel *panel) in ld9040_enable()
263 static int ld9040_get_modes(struct drm_panel *panel) in ld9040_get_modes()
Dpanel-sharp-lq101r1sx01.c37 static inline struct sharp_panel *to_sharp_panel(struct drm_panel *panel) in to_sharp_panel()
92 static int sharp_panel_disable(struct drm_panel *panel) in sharp_panel_disable()
106 static int sharp_panel_unprepare(struct drm_panel *panel) in sharp_panel_unprepare()
167 static int sharp_panel_prepare(struct drm_panel *panel) in sharp_panel_prepare()
256 static int sharp_panel_enable(struct drm_panel *panel) in sharp_panel_enable()
283 static int sharp_panel_get_modes(struct drm_panel *panel) in sharp_panel_get_modes()
Dpanel-arm-versatile.c108 struct drm_panel panel; member
224 to_versatile_panel(struct drm_panel *panel) in to_versatile_panel()
229 static int versatile_panel_disable(struct drm_panel *panel) in versatile_panel_disable()
245 static int versatile_panel_enable(struct drm_panel *panel) in versatile_panel_enable()
261 static int versatile_panel_get_modes(struct drm_panel *panel) in versatile_panel_get_modes()
Dpanel-lg-lg4573.c30 struct drm_panel panel; member
35 static inline struct lg4573 *panel_to_lg4573(struct drm_panel *panel) in panel_to_lg4573()
183 static int lg4573_disable(struct drm_panel *panel) in lg4573_disable()
190 static int lg4573_enable(struct drm_panel *panel) in lg4573_enable()
212 static int lg4573_get_modes(struct drm_panel *panel) in lg4573_get_modes()
Dpanel-raydium-rm68200.c75 struct drm_panel panel; member
99 static inline struct rm68200 *panel_to_rm68200(struct drm_panel *panel) in panel_to_rm68200()
235 static int rm68200_disable(struct drm_panel *panel) in rm68200_disable()
249 static int rm68200_unprepare(struct drm_panel *panel) in rm68200_unprepare()
280 static int rm68200_prepare(struct drm_panel *panel) in rm68200_prepare()
321 static int rm68200_enable(struct drm_panel *panel) in rm68200_enable()
335 static int rm68200_get_modes(struct drm_panel *panel) in rm68200_get_modes()
Dpanel-orisetech-otm8009a.c61 struct drm_panel panel; member
85 static inline struct otm8009a *panel_to_otm8009a(struct drm_panel *panel) in panel_to_otm8009a()
254 static int otm8009a_disable(struct drm_panel *panel) in otm8009a_disable()
280 static int otm8009a_unprepare(struct drm_panel *panel) in otm8009a_unprepare()
299 static int otm8009a_prepare(struct drm_panel *panel) in otm8009a_prepare()
330 static int otm8009a_enable(struct drm_panel *panel) in otm8009a_enable()
344 static int otm8009a_get_modes(struct drm_panel *panel) in otm8009a_get_modes()
Dpanel-jdi-lt070me05000.c59 static inline struct jdi_panel *to_jdi_panel(struct drm_panel *panel) in to_jdi_panel()
188 static int jdi_panel_disable(struct drm_panel *panel) in jdi_panel_disable()
202 static int jdi_panel_unprepare(struct drm_panel *panel) in jdi_panel_unprepare()
228 static int jdi_panel_prepare(struct drm_panel *panel) in jdi_panel_prepare()
284 static int jdi_panel_enable(struct drm_panel *panel) in jdi_panel_enable()
312 static int jdi_panel_get_modes(struct drm_panel *panel) in jdi_panel_get_modes()
Dpanel-innolux-p079zca.c65 static inline struct innolux_panel *to_innolux_panel(struct drm_panel *panel) in to_innolux_panel()
70 static int innolux_panel_disable(struct drm_panel *panel) in innolux_panel_disable()
90 static int innolux_panel_unprepare(struct drm_panel *panel) in innolux_panel_unprepare()
123 static int innolux_panel_prepare(struct drm_panel *panel) in innolux_panel_prepare()
207 static int innolux_panel_enable(struct drm_panel *panel) in innolux_panel_enable()
409 static int innolux_panel_get_modes(struct drm_panel *panel) in innolux_panel_get_modes()
Dpanel-simple.c92 static inline struct panel_simple *to_panel_simple(struct drm_panel *panel) in to_panel_simple()
97 static int panel_simple_get_fixed_modes(struct panel_simple *panel) in panel_simple_get_fixed_modes()
162 static int panel_simple_disable(struct drm_panel *panel) in panel_simple_disable()
183 static int panel_simple_unprepare(struct drm_panel *panel) in panel_simple_unprepare()
202 static int panel_simple_prepare(struct drm_panel *panel) in panel_simple_prepare()
226 static int panel_simple_enable(struct drm_panel *panel) in panel_simple_enable()
247 static int panel_simple_get_modes(struct drm_panel *panel) in panel_simple_get_modes()
268 static int panel_simple_get_timings(struct drm_panel *panel, in panel_simple_get_timings()
297 struct panel_simple *panel; in panel_simple_probe() local
365 struct panel_simple *panel = dev_get_drvdata(dev); in panel_simple_remove() local
[all …]
/Linux-v4.19/drivers/video/fbdev/omap/
Dlcd_inn1610.c30 static int innovator1610_panel_init(struct lcd_panel *panel, in innovator1610_panel_init()
51 static void innovator1610_panel_cleanup(struct lcd_panel *panel) in innovator1610_panel_cleanup()
57 static int innovator1610_panel_enable(struct lcd_panel *panel) in innovator1610_panel_enable()
65 static void innovator1610_panel_disable(struct lcd_panel *panel) in innovator1610_panel_disable()
Dlcd_ams_delta.c115 static int ams_delta_panel_init(struct lcd_panel *panel, in ams_delta_panel_init()
121 static void ams_delta_panel_cleanup(struct lcd_panel *panel) in ams_delta_panel_cleanup()
126 static int ams_delta_panel_enable(struct lcd_panel *panel) in ams_delta_panel_enable()
133 static void ams_delta_panel_disable(struct lcd_panel *panel) in ams_delta_panel_disable()
Dlcd_mipid.c61 struct lcd_panel panel; member
212 static int mipid_set_bklight_level(struct lcd_panel *panel, unsigned int level) in mipid_set_bklight_level()
230 static unsigned int mipid_get_bklight_level(struct lcd_panel *panel) in mipid_get_bklight_level()
240 static unsigned int mipid_get_bklight_max(struct lcd_panel *panel) in mipid_get_bklight_max()
251 static unsigned long mipid_get_caps(struct lcd_panel *panel) in mipid_get_caps()
284 static int mipid_run_test(struct lcd_panel *panel, int test_num) in mipid_run_test()
413 static int mipid_enable(struct lcd_panel *panel) in mipid_enable()
434 static void mipid_disable(struct lcd_panel *panel) in mipid_disable()
472 static int mipid_init(struct lcd_panel *panel, in mipid_init()
491 static void mipid_cleanup(struct lcd_panel *panel) in mipid_cleanup()
Dlcd_inn1510.c30 static int innovator1510_panel_enable(struct lcd_panel *panel) in innovator1510_panel_enable()
36 static void innovator1510_panel_disable(struct lcd_panel *panel) in innovator1510_panel_disable()
Dlcd_osk.c32 static int osk_panel_enable(struct lcd_panel *panel) in osk_panel_enable()
49 static void osk_panel_disable(struct lcd_panel *panel) in osk_panel_disable()
Dlcd_h3.c31 static int h3_panel_enable(struct lcd_panel *panel) in h3_panel_enable()
45 static void h3_panel_disable(struct lcd_panel *panel) in h3_panel_disable()
/Linux-v4.19/include/drm/
Ddrm_panel.h109 static inline int drm_panel_unprepare(struct drm_panel *panel) in drm_panel_unprepare()
127 static inline int drm_panel_disable(struct drm_panel *panel) in drm_panel_disable()
145 static inline int drm_panel_prepare(struct drm_panel *panel) in drm_panel_prepare()
163 static inline int drm_panel_enable(struct drm_panel *panel) in drm_panel_enable()
181 static inline int drm_panel_get_modes(struct drm_panel *panel) in drm_panel_get_modes()
/Linux-v4.19/drivers/video/fbdev/mmp/
Dcore.c85 void mmp_register_panel(struct mmp_panel *panel) in mmp_register_panel()
115 void mmp_unregister_panel(struct mmp_panel *panel) in mmp_unregister_panel()
171 struct mmp_panel *panel; in mmp_register_path() local

123456