/Linux-v4.19/drivers/gpu/drm/ |
D | drm_panel_orientation_quirks.c | 30 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/ |
D | invensense_mpu6050.h | 31 __s8 orientation[9]; member
|
/Linux-v4.19/include/linux/iio/magnetometer/ |
D | ak8975.h | 14 struct iio_mount_matrix orientation; member
|
/Linux-v4.19/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-v4.19/include/linux/usb/ |
D | typec_mux.h | 25 int (*set)(struct typec_switch *sw, enum typec_orientation orientation);
|
D | typec.h | 240 enum typec_orientation orientation);
|
/Linux-v4.19/drivers/hid/ |
D | hid-magicmouse.c | 185 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/ |
D | mpu3050.h | 70 struct iio_mount_matrix orientation; member
|
/Linux-v4.19/drivers/iio/accel/ |
D | kxsd9.c | 78 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/ |
D | mtk_mdp_ipi.h | 110 int32_t orientation; /* 0, 90, 180, 270 */ member
|
D | mtk_mdp_regs.c | 146 misc->orientation = ctx->ctrls.rotate->val; in mtk_mdp_hw_set_rotation()
|
/Linux-v4.19/drivers/iio/magnetometer/ |
D | ak8975.c | 381 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()
|
D | ak8974.c | 178 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/ |
D | Makefile | 34 obj-y += orientation/
|
/Linux-v4.19/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-v4.19/Documentation/fb/ |
D | fbcon.txt | 129 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/ |
D | kbdif.h | 493 int16_t orientation; /* clockwise angle of the major axis */ member
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | auo-pixcir-ts.c | 131 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()
|
D | zforce_ts.c | 96 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/ |
D | overlay_base.dts | 45 orientation = < 127 >;
|
/Linux-v4.19/drivers/video/fbdev/ |
D | efifb.c | 353 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/ |
D | class.c | 50 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/ |
D | call-graph-from-sql.py | 239 def headerData(self, section, orientation, role): argument 245 if orientation != Qt.Horizontal:
|
/Linux-v4.19/drivers/s390/block/ |
D | dasd_eckd.h | 179 unsigned char orientation:2; member 197 unsigned char orientation:2; member
|
/Linux-v4.19/drivers/iio/imu/inv_mpu6050/ |
D | inv_mpu_iio.h | 144 struct iio_mount_matrix orientation; member
|