| /src/sys/external/bsd/drm2/dist/drm/i915/display/ |
| intel_dsi.c | 123 enum drm_panel_orientation orientation; local 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 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 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::__anon6605
|
| /src/external/gpl2/groff/dist/src/devices/grolbp/ |
| lbp.cpp | 42 static int orientation = -1; // orientation variable 163 if (orientation < 0) 164 orientation = 0; // Default orientation is portrait 177 lbpprintf("\033[%dp", (papersize | orientation)); 179 lbpprintf("\033[%d;%d;%dp", (papersize | orientation), 249 if (orientation) // Landscape 591 // orientation command 592 if (strcasecmp(command, "orientation") == 0) [all...] |
| /src/external/bsd/nvi/dist/motif_l/ |
| xtabbed.c | 210 #define XtNorientation "orientation" 213 #define XtCOrientation "Orientation" 383 TabsOrientation orientation; 597 if (((XmTabsWidget)self)->xmTabs.orientation == XfwfUpTabs || ((XmTabsWidget)self)->xmTabs.orientation == XfwfDownTabs) { 677 if (((XmTabsWidget)self)->xmTabs.orientation == XfwfUpTabs) { 734 if (((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs) { 787 if (((XmTabsWidget)self)->xmTabs.orientation == XfwfUpTabs) { 875 float angle = ((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs ? 90.0 : -90.0; 882 align = ((XmTabsWidget)self)->xmTabs.orientation == XfwfLeftTabs ? MRIGHT : MLEFT 378 TabsOrientation orientation; member in struct:__anon5302 [all...] |
| /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::__anon5054
|