Searched refs:get_orientation (Results 1 – 14 of 14) sorted by relevance
| /linux/include/drm/ |
| H A D | drm_panel.h | 128 enum drm_panel_orientation (*get_orientation)(struct drm_panel *panel); member
|
| /linux/drivers/gpu/drm/panel/ |
| H A D | panel-lvds.c | 121 .get_orientation = panel_lvds_get_orientation,
|
| H A D | panel-elida-kd35t133.c | 200 .get_orientation = kd35t133_get_orientation,
|
| H A D | panel-boe-th101mb31ig002-28a.c | 343 .get_orientation = boe_th101mb31ig002_get_orientation,
|
| H A D | panel-himax-hx8394.c | 746 .get_orientation = hx8394_get_orientation,
|
| H A D | panel-ilitek-ili9806e.c | 160 .get_orientation = ili9806e_get_orientation,
|
| H A D | panel-sitronix-st7703.c | 799 .get_orientation = st7703_get_orientation,
|
| H A D | panel-sitronix-st7789v.c | 609 .get_orientation = st7789v_get_orientation,
|
| H A D | panel-sitronix-st7701.c | 659 .get_orientation = st7701_get_orientation,
|
| H A D | panel-ilitek-ili9881c.c | 2310 .get_orientation = ili9881c_get_orientation,
|
| H A D | panel-boe-tv101wum-nl6.c | 1688 .get_orientation = boe_panel_get_orientation,
|
| H A D | panel-novatek-nt36523.c | 1101 .get_orientation = nt36523_get_orientation,
|
| H A D | panel-simple.c | 438 .get_orientation = panel_simple_get_orientation,
|
| /linux/drivers/gpu/drm/ |
| H A D | drm_connector.c | 3082 if (panel && panel->funcs && panel->funcs->get_orientation) in drm_connector_set_orientation_from_panel() 3083 orientation = panel->funcs->get_orientation(panel); in drm_connector_set_orientation_from_panel()
|