/src/sys/external/bsd/drm2/dist/drm/i915/display/ |
intel_dsi.c | 123 enum drm_panel_orientation orientation; local in function:intel_dsi_get_panel_orientation 125 orientation = dev_priv->vbt.dsi.orientation; 126 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) 127 return orientation; 129 orientation = dev_priv->vbt.orientation; 130 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) 131 return orientation;
|
vlv_dsi.c | 1573 enum drm_panel_orientation orientation; local in function:vlv_dsi_get_hw_panel_orientation 1594 orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN; 1596 orientation = DRM_MODE_PANEL_ORIENTATION_BOTTOM_UP; 1598 orientation = DRM_MODE_PANEL_ORIENTATION_NORMAL; 1602 return orientation; 1609 enum drm_panel_orientation orientation; local in function:vlv_dsi_get_panel_orientation 1612 orientation = vlv_dsi_get_hw_panel_orientation(connector); 1613 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) 1614 return orientation;
|
/src/sys/external/bsd/drm2/dist/drm/ |
drm_panel_orientation_quirks.c | 5 * drm_panel_orientation_quirks.c -- Quirks for non-normal panel orientation 35 int orientation; member in struct:drm_dmi_panel_orientation_data 41 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 47 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP, 55 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 63 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 71 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 80 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 88 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 95 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP [all...] |
/src/games/worms/ |
worms.c | 188 int orientation, head, len; member in struct:worm 450 w->orientation = w->head = 0; 530 )[w->orientation]; 538 w->orientation = op->opts[0]; 541 w->orientation = 544 mvaddch(y += yinc[w->orientation], 545 x += xinc[w->orientation],
|
/src/sys/external/mit/xen-include-public/dist/xen/include/public/io/ |
kbdif.h | 461 * Multi-touch orientation event - touch point's shape has changed 462 * its orientation: calculated as a clockwise angle between the major axis 470 * | orientation | reserved | 12 479 * orientation - int16_t, clockwise angle of the major axis 496 int16_t orientation; /* clockwise angle of the major axis */ member in union:xenkbd_mtouch::__anon6c8a7878010a
|
/src/sys/external/bsd/drm2/dist/drm/qxl/ |
qxl_dev.h | 272 uint32_t orientation; member in struct:qxl_mode
|
/src/sys/external/bsd/drm2/dist/drm/i915/ |
i915_drv.h | 681 enum drm_panel_orientation orientation; member in struct:intel_vbt_data 728 enum drm_panel_orientation orientation; member in struct:intel_vbt_data::__anon6c72b20e0d08
|