Home
last modified time | relevance | path

Searched full:orientation (Results 1 – 25 of 457) sorted by relevance

12345678910>>...19

/OK3568_Linux_fs/kernel/Documentation/firmware-guide/acpi/
H A Dintel-pmc-mux.rst20 configure the cable plug orientation and mode (with Alternate Modes). The driver
90 Orientation subsection
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"},
[all …]
/OK3568_Linux_fs/kernel/drivers/input/sensors/
H A Dsensor-dev.c1631 pdata->orientation[0] = 1; in sensor_probe()
1632 pdata->orientation[1] = 0; in sensor_probe()
1633 pdata->orientation[2] = 0; in sensor_probe()
1635 pdata->orientation[3] = 0; in sensor_probe()
1636 pdata->orientation[4] = 1; in sensor_probe()
1637 pdata->orientation[5] = 0; in sensor_probe()
1639 pdata->orientation[6] = 0; in sensor_probe()
1640 pdata->orientation[7] = 0; in sensor_probe()
1641 pdata->orientation[8] = 1; in sensor_probe()
1645 pdata->orientation[0] = 0; in sensor_probe()
[all …]
/OK3568_Linux_fs/kernel/drivers/gpu/drm/
H A Ddrm_panel_orientation_quirks.c3 * drm_panel_orientation_quirks.c -- Quirks for non-normal panel orientation
30 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,
91 .orientation = DRM_MODE_PANEL_ORIENTATION_RIGHT_UP,
[all …]
H A Ddrm_panel.c265 * of_drm_get_panel_orientation - look up the orientation of the panel through
268 * @orientation: orientation enum to be filled in
270 * Looks up the rotation of a panel in the device tree. The orientation of the
278 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()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/i915/display/
H A 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()
/OK3568_Linux_fs/kernel/include/linux/platform_data/
H A Dinvensense_mpu6050.h11 * @orientation: Orientation matrix of the chip (deprecated in favor of
15 * work on this platform. The orientation matricies are 3x3 rotation matricies
16 * that are applied to the data to rotate from the mounting orientation to the
17 * platform orientation. The values must be one of 0, 1, or -1 and each row and
23 __s8 orientation[9]; member
/OK3568_Linux_fs/buildroot/dl/qt5location/git/src/3rdparty/mapbox-gl-native/src/mbgl/util/
H A Di18n.hpp35 upright orientation.
37 A character has upright orientation if it is drawn upright (unrotated)
45 neutral orientation.
47 A character has neutral orientation if it may be drawn rotated or unrotated
48 when the line is oriented vertically, depending on the orientation of the
57 rotated orientation.
59 A character has rotated orientation if it is drawn rotated when the line is
/OK3568_Linux_fs/kernel/drivers/input/sensors/gyro/
H A Diam20680_gyro.c129 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + (pdata->orientation[2]) * z; in sensor_report_value()
130 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + (pdata->orientation[5]) * z; in sensor_report_value()
131 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + (pdata->orientation[8]) * z; in sensor_report_value()
H A Dmpu6500_gyro.c136 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + (pdata->orientation[2]) * z; in sensor_report_value()
137 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + (pdata->orientation[5]) * z; in sensor_report_value()
138 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + (pdata->orientation[8]) * z; in sensor_report_value()
H A Dmpu6880_gyro.c136 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + (pdata->orientation[2]) * z; in sensor_report_value()
137 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + (pdata->orientation[5]) * z; in sensor_report_value()
138 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + (pdata->orientation[8]) * z; in sensor_report_value()
H A Dicm2060x_gyro.c133 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + in sensor_report_value()
134 (pdata->orientation[2]) * z; in sensor_report_value()
135 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + in sensor_report_value()
136 (pdata->orientation[5]) * z; in sensor_report_value()
137 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + in sensor_report_value()
138 (pdata->orientation[8]) * z; in sensor_report_value()
H A Dlsm330_gyro.c188 axis.x = (pdata->orientation[0]) * x + in sensor_report_value()
189 (pdata->orientation[1]) * y + in sensor_report_value()
190 (pdata->orientation[2]) * z; in sensor_report_value()
191 axis.y = (pdata->orientation[3]) * x + in sensor_report_value()
192 (pdata->orientation[4]) * y + in sensor_report_value()
193 (pdata->orientation[5]) * z; in sensor_report_value()
194 axis.z = (pdata->orientation[6]) * x + in sensor_report_value()
195 (pdata->orientation[7]) * y + in sensor_report_value()
196 (pdata->orientation[8]) * z; in sensor_report_value()
H A Dl3g20d.c177 axis.x = (pdata->orientation[0])*x + (pdata->orientation[1])*y + (pdata->orientation[2])*z; in sensor_report_value()
178 axis.y = (pdata->orientation[3])*x + (pdata->orientation[4])*y + (pdata->orientation[5])*z; in sensor_report_value()
179 axis.z = (pdata->orientation[6])*x + (pdata->orientation[7])*y + (pdata->orientation[8])*z; in sensor_report_value()
H A Dl3g4200d.c177 axis.x = (pdata->orientation[0])*x + (pdata->orientation[1])*y + (pdata->orientation[2])*z; in sensor_report_value()
178 axis.y = (pdata->orientation[3])*x + (pdata->orientation[4])*y + (pdata->orientation[5])*z; in sensor_report_value()
179 axis.z = (pdata->orientation[6])*x + (pdata->orientation[7])*y + (pdata->orientation[8])*z; in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/usb/typec/
H A Dmux.c52 * fwnode_typec_switch_get - Find USB Type-C orientation switch
64 sw = fwnode_connection_find_match(fwnode, "orientation-switch", NULL, in fwnode_typec_switch_get()
74 * typec_switch_put - Release USB Type-C orientation switch
75 * @sw: USB Type-C orientation switch
99 * typec_switch_register - Register USB Type-C orientation switch
101 * @desc: Orientation switch description
104 * data pairs depending on the cable plug orientation from the USB Type-C
148 enum typec_orientation orientation) in typec_switch_set() argument
153 return sw->set(sw, orientation); in typec_switch_set()
158 * typec_switch_unregister - Unregister USB Type-C orientation switch
[all …]
/OK3568_Linux_fs/kernel/drivers/input/sensors/accel/
H A Diam20680_acc.c174 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + (pdata->orientation[2]) * z; in sensor_report_value()
175 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + (pdata->orientation[5]) * z; in sensor_report_value()
176 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + (pdata->orientation[8]) * z; in sensor_report_value()
H A Dmxc6655xa.c180 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + in sensor_report_value()
181 (pdata->orientation[2]) * z; in sensor_report_value()
182 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + in sensor_report_value()
183 (pdata->orientation[5]) * z; in sensor_report_value()
184 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + in sensor_report_value()
185 (pdata->orientation[8]) * z; in sensor_report_value()
H A Dlsm330_acc.c204 axis.x = (pdata->orientation[0]) * x + in sensor_report_value()
205 (pdata->orientation[1]) * y + in sensor_report_value()
206 (pdata->orientation[2]) * z; in sensor_report_value()
207 axis.y = (pdata->orientation[3]) * x + in sensor_report_value()
208 (pdata->orientation[4]) * y + in sensor_report_value()
209 (pdata->orientation[5]) * z; in sensor_report_value()
210 axis.z = (pdata->orientation[6]) * x + in sensor_report_value()
211 (pdata->orientation[7]) * y + in sensor_report_value()
212 (pdata->orientation[8]) * z; in sensor_report_value()
H A Dicm2060x_acc.c189 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + in sensor_report_value()
190 (pdata->orientation[2]) * z; in sensor_report_value()
191 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + in sensor_report_value()
192 (pdata->orientation[5]) * z; in sensor_report_value()
193 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + in sensor_report_value()
194 (pdata->orientation[8]) * z; in sensor_report_value()
H A Dmxc622x.c211 axis.x = (pdata->orientation[0])*x + (pdata->orientation[1])*y + (pdata->orientation[2])*z; in sensor_report_value()
212 axis.y = (pdata->orientation[3])*x + (pdata->orientation[4])*y + (pdata->orientation[5])*z; in sensor_report_value()
213 axis.z = (pdata->orientation[6])*x + (pdata->orientation[7])*y + (pdata->orientation[8])*z; in sensor_report_value()
H A Dmma7660.c172 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + (pdata->orientation[2]) * z; in sensor_report_value()
173 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + (pdata->orientation[5]) * z; in sensor_report_value()
174 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + (pdata->orientation[8]) * z; in sensor_report_value()
H A Dlis3dh.c235 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + (pdata->orientation[2]) * z; in sensor_report_value()
236 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + (pdata->orientation[5]) * z; in sensor_report_value()
237 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + (pdata->orientation[8]) * z; in sensor_report_value()
H A Dmpu6880_acc.c228 axis.x = (pdata->orientation[0]) * x + (pdata->orientation[1]) * y + (pdata->orientation[2]) * z; in sensor_report_value()
229 axis.y = (pdata->orientation[3]) * x + (pdata->orientation[4]) * y + (pdata->orientation[5]) * z; in sensor_report_value()
230 axis.z = (pdata->orientation[6]) * x + (pdata->orientation[7]) * y + (pdata->orientation[8]) * z; in sensor_report_value()
/OK3568_Linux_fs/kernel/drivers/iio/imu/inv_mpu6050/
H A Dinv_mpu_magn.c268 /* fill magnetometer orientation */ in inv_mpu_magn_set_orient()
274 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()
/OK3568_Linux_fs/app/forlinx/flapp/src/plugins/allwinner/camera/CameraUI/ui/
H A Drear_adas_setting.ui50 <property name="orientation">
65 <property name="orientation">
118 <property name="orientation">
150 <property name="orientation">
166 <property name="orientation">
174 <property name="orientation">
199 <property name="orientation">
218 <property name="orientation">
236 <property name="orientation">

12345678910>>...19