Home
last modified time | relevance | path

Searched refs:orientation (Results 1 – 25 of 97) sorted by relevance

1234

/Linux-v5.10/drivers/gpu/drm/
Ddrm_panel_orientation_quirks.c30 int orientation; member
36 .orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP,
44 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
52 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
60 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
69 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
77 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
84 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
90 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
96 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
[all …]
Ddrm_panel.c278 enum drm_panel_orientation *orientation) in of_drm_get_panel_orientation() argument
285 *orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN; in of_drm_get_panel_orientation()
293 *orientation = DRM_MODE_PANEL_ORIENTATION_NORMAL; in of_drm_get_panel_orientation()
295 *orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP; in of_drm_get_panel_orientation()
297 *orientation = DRM_MODE_PANEL_ORIENTATION_BOTTOM_UP; in of_drm_get_panel_orientation()
299 *orientation = DRM_MODE_PANEL_ORIENTATION_LEFT_UP; in of_drm_get_panel_orientation()
/Linux-v5.10/drivers/gpu/drm/i915/display/
Dintel_dsi.c119 enum drm_panel_orientation orientation; in intel_dsi_get_panel_orientation() local
121 orientation = dev_priv->vbt.dsi.orientation; in intel_dsi_get_panel_orientation()
122 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in intel_dsi_get_panel_orientation()
123 return orientation; in intel_dsi_get_panel_orientation()
125 orientation = dev_priv->vbt.orientation; in intel_dsi_get_panel_orientation()
126 if (orientation != DRM_MODE_PANEL_ORIENTATION_UNKNOWN) in intel_dsi_get_panel_orientation()
127 return orientation; in intel_dsi_get_panel_orientation()
/Linux-v5.10/Documentation/firmware-guide/acpi/
Dintel-pmc-mux.rst20 configure the cable plug orientation and mode (with Alternate Modes). The driver
95 should not configure them according to the cable plug orientation. This can
97 orientation. The driver uses a specific device properties "sbu-orientation"
98 (SBU) and "hsl-orientation" (data) to know if those lines are "fixed", and to
99 which orientation. The value that these properties have is a string value, and
100 it can be one that is defined for the USB Type-C connector orientation: "normal"
106 Package () {"sbu-orientation", "normal"},
107 Package () {"hsl-orientation", "normal"},
132 Package () {"sbu-orientation", "normal"},
133 Package () {"hsl-orientation", "normal"},
[all …]
/Linux-v5.10/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_magn.c274 st->magn_orient.rotation[0] = st->orientation.rotation[3]; in inv_mpu_magn_set_orient()
275 st->magn_orient.rotation[1] = st->orientation.rotation[4]; in inv_mpu_magn_set_orient()
276 st->magn_orient.rotation[2] = st->orientation.rotation[5]; in inv_mpu_magn_set_orient()
278 st->magn_orient.rotation[3] = st->orientation.rotation[0]; in inv_mpu_magn_set_orient()
279 st->magn_orient.rotation[4] = st->orientation.rotation[1]; in inv_mpu_magn_set_orient()
280 st->magn_orient.rotation[5] = st->orientation.rotation[2]; in inv_mpu_magn_set_orient()
283 orient = st->orientation.rotation[6 + i]; in inv_mpu_magn_set_orient()
301 st->magn_orient = st->orientation; in inv_mpu_magn_set_orient()
/Linux-v5.10/drivers/usb/typec/mux/
Dintel_pmc_mux.c130 enum typec_orientation orientation; member
165 return port->orientation - 1; in sbu_orientation()
173 return port->orientation - 1; in hsl_orientation()
239 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_dp()
270 req.mode_data = (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_tbt()
311 req.mode_data |= (port->orientation - 1) << PMC_USB_ALTMODE_ORI_SHIFT; in pmc_usb_mux_usb4()
370 if (port->orientation == TYPEC_ORIENTATION_NONE) in pmc_usb_connect()
401 if (port->orientation == TYPEC_ORIENTATION_NONE || port->role == USB_ROLE_NONE) in pmc_usb_mux_set()
432 enum typec_orientation orientation) in pmc_usb_set_orientation() argument
438 port->orientation = orientation; in pmc_usb_set_orientation()
Dpi3usb30532.c49 enum typec_orientation orientation) in pi3usb30532_sw_set() argument
58 switch (orientation) { in pi3usb30532_sw_set()
/Linux-v5.10/include/linux/usb/
Dtypec_mux.h16 enum typec_orientation orientation);
28 enum typec_orientation orientation);
/Linux-v5.10/include/drm/
Ddrm_panel.h194 enum drm_panel_orientation *orientation);
202 enum drm_panel_orientation *orientation) in of_drm_get_panel_orientation() argument
/Linux-v5.10/drivers/gpu/drm/panel/
Dpanel-lvds.c41 enum drm_panel_orientation orientation; member
104 drm_connector_set_panel_orientation(connector, lvds->orientation); in panel_lvds_get_modes()
122 ret = of_drm_get_panel_orientation(np, &lvds->orientation); in panel_lvds_parse_dt()
/Linux-v5.10/drivers/usb/typec/
Dqcom-pmic-typec.c68 enum typec_orientation orientation; in qcom_pmic_typec_check_connection() local
77 orientation = (stat & CC_ORIENTATION) ? in qcom_pmic_typec_check_connection()
80 typec_set_orientation(qcom_usb->port, orientation); in qcom_pmic_typec_check_connection()
/Linux-v5.10/include/linux/platform_data/
Dinvensense_mpu6050.h23 __s8 orientation[9]; member
/Linux-v5.10/include/linux/iio/accel/
Dkxcjk_1013.h14 struct iio_mount_matrix orientation; member
/Linux-v5.10/drivers/iio/imu/bmi160/
Dbmi160.h12 struct iio_mount_matrix orientation; member
/Linux-v5.10/drivers/hid/
Dhid-magicmouse.c195 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.10/Documentation/devicetree/bindings/iio/
Dmount-matrix.txt22 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.10/drivers/gpu/drm/msm/dp/
Ddp_hpd.h36 enum plug_orientation orientation; member
Ddp_ctrl.h17 bool orientation; member
/Linux-v5.10/drivers/iio/magnetometer/
Dhmc5843.h43 struct iio_mount_matrix orientation; member
/Linux-v5.10/drivers/iio/accel/
Dkxsd9.c75 struct iio_mount_matrix orientation; member
270 return &st->orientation; in kxsd9_get_mount_matrix()
423 ret = iio_read_mount_matrix(dev, "mount-matrix", &st->orientation); in kxsd9_common_probe()
/Linux-v5.10/drivers/iio/gyro/
Dmpu3050.h70 struct iio_mount_matrix orientation; member
/Linux-v5.10/drivers/media/platform/mtk-mdp/
Dmtk_mdp_ipi.h102 int32_t orientation; /* 0, 90, 180, 270 */ member
/Linux-v5.10/drivers/iio/
DMakefile33 obj-y += orientation/
/Linux-v5.10/include/linux/iio/gyro/
Ditg3200.h104 struct iio_mount_matrix orientation; member
/Linux-v5.10/Documentation/input/
Dmulti-touch-protocol.rst215 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

1234