Searched refs:get_orientation (Results 1 – 18 of 18) sorted by relevance
| /linux/include/drm/ |
| A D | drm_panel.h | 128 enum drm_panel_orientation (*get_orientation)(struct drm_panel *panel); member
|
| /linux/drivers/gpu/drm/panel/ |
| A D | panel-lvds.c | 123 .get_orientation = panel_lvds_get_orientation,
|
| A D | panel-elida-kd35t133.c | 218 .get_orientation = kd35t133_get_orientation,
|
| A D | panel-boe-th101mb31ig002-28a.c | 343 .get_orientation = boe_th101mb31ig002_get_orientation,
|
| A D | panel-himax-hx8394.c | 626 .get_orientation = hx8394_get_orientation,
|
| A D | panel-ilitek-ili9806e.c | 160 .get_orientation = ili9806e_get_orientation,
|
| A D | panel-himax-hx83102.c | 593 .get_orientation = hx83102_get_orientation,
|
| A D | panel-ilitek-ili9882t.c | 584 .get_orientation = ili9882t_get_orientation,
|
| A D | panel-sitronix-st7703.c | 799 .get_orientation = st7703_get_orientation,
|
| A D | panel-sitronix-st7789v.c | 604 .get_orientation = st7789v_get_orientation,
|
| A D | panel-ilitek-ili9881c.c | 1489 .get_orientation = ili9881c_get_orientation,
|
| A D | panel-sitronix-st7701.c | 637 .get_orientation = st7701_get_orientation,
|
| A D | panel-jadard-jd9365da-h3.c | 184 .get_orientation = jadard_panel_get_orientation,
|
| A D | panel-edp.c | 686 .get_orientation = panel_edp_get_orientation,
|
| A D | panel-novatek-nt36523.c | 1158 .get_orientation = nt36523_get_orientation,
|
| A D | panel-boe-tv101wum-nl6.c | 1688 .get_orientation = boe_panel_get_orientation,
|
| A D | panel-simple.c | 429 .get_orientation = panel_simple_get_orientation,
|
| /linux/drivers/gpu/drm/ |
| A D | drm_connector.c | 2907 if (panel && panel->funcs && panel->funcs->get_orientation) in drm_connector_set_orientation_from_panel() 2908 orientation = panel->funcs->get_orientation(panel); in drm_connector_set_orientation_from_panel()
|
Completed in 58 milliseconds