Searched refs:orientation (Results 76 - 100 of 111) sorted by relevance

12345

/linux-master/drivers/iio/magnetometer/
H A Dyamaha-yas530.c213 * @orientation: mounting matrix, flipped axis etc
228 struct iio_mount_matrix orientation; member in struct:yas5xx
698 return &yas5xx->orientation;
1406 ret = iio_read_mount_matrix(dev, &yas5xx->orientation);
/linux-master/drivers/iio/accel/
H A Dmma8452.c18 * TODO: orientation events
107 struct iio_mount_matrix orientation; member in struct:mma8452_data
1201 return &data->orientation;
1567 ret = iio_read_mount_matrix(&client->dev, &data->orientation);
H A Dfxls8962af-core.c169 struct iio_mount_matrix orientation; member in struct:fxls8962af_data
1164 ret = iio_read_mount_matrix(dev, &data->orientation);
/linux-master/drivers/gpu/drm/
H A Ddrm_connector.c1406 * panel orientation:
1413 * the orientation it must also apply the same transformation to the
2552 * @connector: connector for which to set the panel-orientation property.
2556 * a "panel orientation" property to the connector.
2559 * already been set is a no-op (e.g. the orientation has been overridden with
2583 /* Don't attach the property if the orientation is unknown */
2592 "panel orientation",
2610 * @connector: connector for which to init the panel-orientation property.
2640 * @connector: connector for which to init the panel-orientation property.
2641 * @panel: panel that can provide orientation informatio
2653 enum drm_panel_orientation orientation; local
[all...]
/linux-master/drivers/gpu/drm/panel/
H A Dpanel-edp.c249 enum drm_panel_orientation orientation; member in struct:panel_edp
655 drm_connector_set_panel_orientation(connector, p->orientation);
681 return p->orientation;
894 err = of_drm_get_panel_orientation(dev->of_node, &panel->orientation);
896 dev_err(dev, "%pOF: failed to get orientation %d\n", dev->of_node, err);
H A Dpanel-sitronix-st7703.c65 enum drm_panel_orientation orientation; member in struct:st7703
837 return st7703->orientation;
915 ret = of_drm_get_panel_orientation(dsi->dev.of_node, &ctx->orientation);
917 return dev_err_probe(&dsi->dev, ret, "Failed to get orientation\n");
H A Dpanel-ilitek-ili9881c.c55 enum drm_panel_orientation orientation; member in struct:ili9881c
1471 drm_connector_set_panel_orientation(connector, ctx->orientation);
1480 return ctx->orientation;
1517 ret = of_drm_get_panel_orientation(dsi->dev.of_node, &ctx->orientation);
1519 dev_err(&dsi->dev, "%pOF: failed to get orientation: %d\n",
H A Dpanel-novatek-nt36523.c36 enum drm_panel_orientation orientation; member in struct:panel_info
1150 return pinfo->orientation;
1265 ret = of_drm_get_panel_orientation(dev->of_node, &pinfo->orientation);
1267 dev_err(dev, "%pOF: failed to get orientation %d\n", dev->of_node, ret);
/linux-master/drivers/iio/imu/bmi160/
H A Dbmi160_core.c274 return &data->orientation;
851 ret = iio_read_mount_matrix(dev, &data->orientation);
/linux-master/drivers/iio/gyro/
H A Dmpu3050-core.c685 return &mpu3050->orientation;
1166 ret = iio_read_mount_matrix(dev, &mpu3050->orientation);
/linux-master/drivers/media/v4l2-core/
H A Dv4l2-fwnode.c778 props->orientation = V4L2_FWNODE_PROPERTY_UNSET;
779 ret = fwnode_property_read_u32(fwnode, "orientation", &val);
787 dev_warn(dev, "Unsupported device orientation: %u\n", val);
791 props->orientation = val;
792 dev_dbg(dev, "device orientation: %u\n", val);
/linux-master/drivers/input/mouse/
H A Dbcm5974.c228 __le16 orientation; /* 16384 when point, else 15 bit angle */ member in struct:tp_finger
270 struct bcm5974_param o; /* orientation limits */
313 #define SN_ORIENT 10 /* orientation signal-to-noise ratio */
531 /* finger orientation */
580 MAX_FINGER_ORIENTATION - raw2int(f->orientation));
/linux-master/drivers/iio/imu/st_lsm6dsx/
H A Dst_lsm6dsx_core.c2652 struct iio_mount_matrix *orientation)
2693 orientation->rotation[i * 3 + j] = str;
2709 struct iio_mount_matrix *orientation)
2790 err = lsm6dsx_get_acpi_mount_matrix(hw->dev, &hw->orientation);
2792 err = iio_read_mount_matrix(hw->dev, &hw->orientation);
2651 lsm6dsx_get_acpi_mount_matrix(struct device *dev, struct iio_mount_matrix *orientation) argument
2708 lsm6dsx_get_acpi_mount_matrix(struct device *dev, struct iio_mount_matrix *orientation) argument
/linux-master/drivers/input/touchscreen/
H A Datmel_mxt_ts.c934 u8 orientation = 0; local
955 orientation = message[data->t100_aux_vect];
971 orientation = message[data->t100_aux_vect];
1010 id, type, x, y, major, pressure, orientation);
1018 input_report_abs(input_dev, ABS_MT_ORIENTATION, orientation);
2030 /* read orientation config */
2120 /* Handle default values and orientation switch */
2406 /* Handle orientation */
/linux-master/drivers/s390/block/
H A Ddasd_eckd.c422 data->operation.orientation = 0x3;
426 data->operation.orientation = 0x3;
430 data->operation.orientation = 0x1;
435 data->operation.orientation = 0x3;
454 data->operation.orientation = 0x0;
494 data->operation.orientation = 0x1;
634 data->operation.orientation = 0x3;
638 data->operation.orientation = 0x3;
642 data->operation.orientation = 0x1;
647 data->operation.orientation
[all...]
/linux-master/drivers/iio/imu/bmi323/
H A Dbmi323_core.c124 struct iio_mount_matrix orientation; member in struct:bmi323_data
155 return &data->orientation;
2086 ret = iio_read_mount_matrix(dev, &data->orientation);
/linux-master/drivers/hid/
H A Dhid-sony.c1009 int w, int h, int touch_major, int touch_minor, int orientation)
1055 if (orientation > 0)
1057 0, orientation, 0, 0);
1008 sony_register_touchpad(struct sony_sc *sc, int touch_count, int w, int h, int touch_major, int touch_minor, int orientation) argument
/linux-master/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_core.c1387 m = st->plat_data.orientation;
1427 matrix = &data->orientation;
1885 result = iio_read_mount_matrix(dev, &st->orientation);
1958 /* fill magnetometer orientation */
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_dev.h268 uint32_t orientation; member in struct:qxl_mode
/linux-master/drivers/media/platform/samsung/exynos4-is/
H A Dfimc-is-param.h660 u32 orientation; member in struct:param_fd_config
/linux-master/drivers/input/misc/
H A Dxen-kbdfront.c145 mtouch->u.orientation);
/linux-master/drivers/staging/media/atomisp/pci/
H A Datomisp_csi2_bridge.c582 sensor->orientation = (sensor->link == 1) ?
/linux-master/drivers/mfd/
H A Drave-sp.c133 u8 orientation; member in struct:rave_sp_status
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_bios.c1171 i915->display.vbt.orientation = general->rotate_180 ?
1175 i915->display.vbt.orientation = DRM_MODE_PANEL_ORIENTATION_UNKNOWN;
1723 panel->vbt.dsi.orientation =
1727 panel->vbt.dsi.orientation =
1731 panel->vbt.dsi.orientation =
1735 panel->vbt.dsi.orientation =
/linux-master/drivers/input/keyboard/
H A Dapplespi.c144 * @orientation: 16384 when point, else 15 bit angle
162 __le16 orientation; member in struct:tp_finger
1029 MAX_FINGER_ORIENTATION - le16_to_int(f->orientation));
1306 /* finger orientation */

Completed in 613 milliseconds

12345