| /Linux-v5.4/drivers/gpu/drm/ |
| D | drm_panel_orientation_quirks.c | 30 int orientation; member 36 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 42 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP, 50 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 58 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 66 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 75 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 83 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 90 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, 96 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP, [all …]
|
| /Linux-v5.4/drivers/gpu/drm/i915/display/ |
| D | intel_dsi.c | 117 enum drm_panel_orientation orientation; in intel_dsi_get_panel_orientation() local 119 orientation = dev_priv->vbt.dsi.orientation; in intel_dsi_get_panel_orientation() 120 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in intel_dsi_get_panel_orientation() 121 return orientation; in intel_dsi_get_panel_orientation() 123 orientation = dev_priv->vbt.orientation; in intel_dsi_get_panel_orientation() 124 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in intel_dsi_get_panel_orientation() 125 return orientation; in intel_dsi_get_panel_orientation()
|
| D | vlv_dsi.c | 1572 enum drm_panel_orientation orientation; in vlv_dsi_get_hw_panel_orientation() local 1593 orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN; in vlv_dsi_get_hw_panel_orientation() 1595 orientation = DRM_MODE_PANEL_ORIENTATION_BOTTOM_UP; in vlv_dsi_get_hw_panel_orientation() 1597 orientation = DRM_MODE_PANEL_ORIENTATION_NORMAL; in vlv_dsi_get_hw_panel_orientation() 1601 return orientation; in vlv_dsi_get_hw_panel_orientation() 1608 enum drm_panel_orientation orientation; in vlv_dsi_get_panel_orientation() local 1611 orientation = vlv_dsi_get_hw_panel_orientation(connector); in vlv_dsi_get_panel_orientation() 1612 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in vlv_dsi_get_panel_orientation() 1613 return orientation; in vlv_dsi_get_panel_orientation()
|
| /Linux-v5.4/include/linux/platform_data/ |
| D | invensense_mpu6050.h | 23 __s8 orientation[9]; member
|
| /Linux-v5.4/include/linux/iio/magnetometer/ |
| D | ak8975.h | 14 struct iio_mount_matrix orientation; member
|
| /Linux-v5.4/drivers/usb/typec/mux/ |
| D | pi3usb30532.c | 49 enum typec_orientation orientation) in pi3usb30532_sw_set() argument 58 switch (orientation) { in pi3usb30532_sw_set()
|
| /Linux-v5.4/Documentation/devicetree/bindings/iio/ |
| D | mount-matrix.txt | 22 and thus implying that the component should be mounted in a certain orientation 28 reference to (x,y,z) orientation, with (x,y) corresponding to these axes on the 43 to this world. When using the mounting matrix, the sensor and device orientation 94 geomagnetic field. The system orientation vis-a-vis the world is defined with 151 relative orientation of any given sensor of this type with respect to the
|
| /Linux-v5.4/drivers/hid/ |
| D | hid-magicmouse.c | 195 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local 203 orientation = (tdata[6] >> 2) - 32; in magicmouse_emit_touch() 213 orientation = (tdata[8] >> 5) - 4; in magicmouse_emit_touch() 224 orientation = (tdata[7] >> 2) - 32; in magicmouse_emit_touch() 291 input_report_abs(input, ABS_MT_ORIENTATION, -orientation); in magicmouse_emit_touch()
|
| /Linux-v5.4/drivers/iio/magnetometer/ |
| D | hmc5843.h | 43 struct iio_mount_matrix orientation; member
|
| D | ak8975.c | 368 struct iio_mount_matrix orientation; member 738 return &data->orientation; in ak8975_get_mount_matrix() 904 &data->orientation); in ak8975_probe() 908 data->orientation = pdata->orientation; in ak8975_probe()
|
| /Linux-v5.4/drivers/iio/accel/ |
| D | kxsd9.c | 75 struct iio_mount_matrix orientation; member 266 return &st->orientation; in kxsd9_get_mount_matrix() 420 ret = iio_read_mount_matrix(dev, "mount-matrix", &st->orientation); in kxsd9_common_probe()
|
| /Linux-v5.4/drivers/iio/gyro/ |
| D | mpu3050.h | 70 struct iio_mount_matrix orientation; member
|
| D | itg3200_core.c | 248 return &data->orientation; in itg3200_get_mount_matrix() 313 &st->orientation); in itg3200_probe()
|
| /Linux-v5.4/include/linux/usb/ |
| D | typec_mux.h | 14 enum typec_orientation orientation);
|
| /Linux-v5.4/drivers/media/platform/mtk-mdp/ |
| D | mtk_mdp_ipi.h | 102 int32_t orientation; /* 0, 90, 180, 270 */ member
|
| /Linux-v5.4/drivers/iio/ |
| D | Makefile | 33 obj-y += orientation/
|
| /Linux-v5.4/include/linux/iio/gyro/ |
| D | itg3200.h | 104 struct iio_mount_matrix orientation; member
|
| /Linux-v5.4/Documentation/input/ |
| D | multi-touch-protocol.rst | 215 and MINOR are the major and minor axis of an ellipse. The orientation of 246 orientation of the contact and the approaching tool are assumed to be the 269 The orientation of the touching ellipse. The value should describe a signed 279 degree orientation, the reported orientation must exceed the range max to 284 information is not available in the kernel driver. Partial orientation 342 For devices reporting contacts as rectangular shapes, signed orientation 372 Rationale: We have no information about the orientation of the touching
|
| /Linux-v5.4/Documentation/fb/ |
| D | fbcon.rst | 132 This option changes the orientation angle of the console display. The 135 - 0 - normal orientation (0 degree) 136 - 1 - clockwise orientation (90 degrees) 137 - 2 - upside down orientation (180 degrees) 138 - 3 - counterclockwise orientation (270 degrees) 151 use the framebuffer will remain at their 'normal' orientation.
|
| /Linux-v5.4/include/xen/interface/io/ |
| D | kbdif.h | 493 int16_t orientation; /* clockwise angle of the major axis */ member
|
| /Linux-v5.4/drivers/input/touchscreen/ |
| D | auo-pixcir-ts.c | 121 int orientation; member 165 point[i].orientation = raw_area[2 * i] > raw_area[2 * i + 1]; in auo_pixcir_collect_data() 215 point[i].orientation); in auo_pixcir_interrupt()
|
| D | zforce_ts.c | 88 int orientation; member 373 point.orientation = payload[9 * i + 6] > payload[9 * i + 7]; in zforce_touch_event() 384 point.orientation); in zforce_touch_event() 402 point.orientation); in zforce_touch_event()
|
| /Linux-v5.4/drivers/of/unittest-data/ |
| D | overlay_base.dts | 46 orientation = < 127 >;
|
| /Linux-v5.4/drivers/video/fbdev/ |
| D | efifb.c | 343 int err, orientation; in efifb_probe() local 545 orientation = drm_get_panel_orientation_quirk(efifb_defined.xres, in efifb_probe() 547 switch (orientation) { in efifb_probe()
|
| /Linux-v5.4/drivers/usb/typec/ |
| D | class.c | 51 enum typec_orientation orientation; member 1445 enum typec_orientation orientation) in typec_set_orientation() argument 1450 ret = port->sw->set(port->sw, orientation); in typec_set_orientation() 1455 port->orientation = orientation; in typec_set_orientation() 1469 return port->orientation; in typec_get_orientation()
|