Home
last modified time | relevance | path

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

123

/Linux-v4.19/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,
53 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
60 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
66 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
169 return data->orientation; in drm_get_panel_orientation_quirk()
177 return data->orientation; in drm_get_panel_orientation_quirk()
/Linux-v4.19/include/linux/platform_data/
Dinvensense_mpu6050.h31 __s8 orientation[9]; member
/Linux-v4.19/include/linux/iio/magnetometer/
Dak8975.h14 struct iio_mount_matrix orientation; member
/Linux-v4.19/drivers/usb/typec/mux/
Dpi3usb30532.c49 enum typec_orientation orientation) in pi3usb30532_sw_set() argument
58 switch (orientation) { in pi3usb30532_sw_set()
/Linux-v4.19/include/linux/usb/
Dtypec_mux.h25 int (*set)(struct typec_switch *sw, enum typec_orientation orientation);
Dtypec.h240 enum typec_orientation orientation);
/Linux-v4.19/drivers/hid/
Dhid-magicmouse.c185 int id, x, y, size, orientation, touch_major, touch_minor, state, down; in magicmouse_emit_touch() local
192 orientation = (tdata[6] >> 2) - 32; in magicmouse_emit_touch()
202 orientation = (tdata[7] >> 2) - 32; in magicmouse_emit_touch()
268 input_report_abs(input, ABS_MT_ORIENTATION, -orientation); in magicmouse_emit_touch()
/Linux-v4.19/drivers/iio/gyro/
Dmpu3050.h70 struct iio_mount_matrix orientation; member
/Linux-v4.19/drivers/iio/accel/
Dkxsd9.c78 struct iio_mount_matrix orientation; member
269 return &st->orientation; in kxsd9_get_mount_matrix()
425 &st->orientation); in kxsd9_common_probe()
/Linux-v4.19/drivers/media/platform/mtk-mdp/
Dmtk_mdp_ipi.h110 int32_t orientation; /* 0, 90, 180, 270 */ member
Dmtk_mdp_regs.c146 misc->orientation = ctx->ctrls.rotate->val; in mtk_mdp_hw_set_rotation()
/Linux-v4.19/drivers/iio/magnetometer/
Dak8975.c381 struct iio_mount_matrix orientation; member
749 return &((struct ak8975_data *)iio_priv(indio_dev))->orientation; in ak8975_get_mount_matrix()
915 &data->orientation); in ak8975_probe()
919 data->orientation = pdata->orientation; in ak8975_probe()
Dak8974.c178 struct iio_mount_matrix orientation; member
625 return &ak8974->orientation; in ak8974_get_mount_matrix()
738 &ak8974->orientation); in ak8974_probe()
/Linux-v4.19/drivers/iio/
DMakefile34 obj-y += orientation/
/Linux-v4.19/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
/Linux-v4.19/Documentation/fb/
Dfbcon.txt129 This option changes the orientation angle of the console display. The
132 0 - normal orientation (0 degree)
133 1 - clockwise orientation (90 degrees)
134 2 - upside down orientation (180 degrees)
135 3 - counterclockwise orientation (270 degrees)
148 use the framebuffer will remain at their 'normal' orientation.
/Linux-v4.19/include/xen/interface/io/
Dkbdif.h493 int16_t orientation; /* clockwise angle of the major axis */ member
/Linux-v4.19/drivers/input/touchscreen/
Dauo-pixcir-ts.c131 int orientation; member
175 point[i].orientation = raw_area[2 * i] > raw_area[2 * i + 1]; in auo_pixcir_collect_data()
225 point[i].orientation); in auo_pixcir_interrupt()
Dzforce_ts.c96 int orientation; member
381 point.orientation = payload[9 * i + 6] > payload[9 * i + 7]; in zforce_touch_event()
392 point.orientation); in zforce_touch_event()
410 point.orientation); in zforce_touch_event()
/Linux-v4.19/drivers/of/unittest-data/
Doverlay_base.dts45 orientation = < 127 >;
/Linux-v4.19/drivers/video/fbdev/
Defifb.c353 int err, orientation; in efifb_probe() local
551 orientation = drm_get_panel_orientation_quirk(efifb_defined.xres, in efifb_probe()
553 switch (orientation) { in efifb_probe()
/Linux-v4.19/drivers/usb/typec/
Dclass.c50 enum typec_orientation orientation; member
1439 enum typec_orientation orientation) in typec_set_orientation() argument
1444 ret = port->sw->set(port->sw, orientation); in typec_set_orientation()
1449 port->orientation = orientation; in typec_set_orientation()
1463 return port->orientation; in typec_get_orientation()
/Linux-v4.19/tools/perf/scripts/python/
Dcall-graph-from-sql.py239 def headerData(self, section, orientation, role): argument
245 if orientation != Qt.Horizontal:
/Linux-v4.19/drivers/s390/block/
Ddasd_eckd.h179 unsigned char orientation:2; member
197 unsigned char orientation:2; member
/Linux-v4.19/drivers/iio/imu/inv_mpu6050/
Dinv_mpu_iio.h144 struct iio_mount_matrix orientation; member

123