Home
last modified time | relevance | path

Searched refs:angle (Results 1 – 25 of 29) sorted by relevance

12

/linux-6.3-rc2/lib/math/
A Dcordic.c49 s32 angle, valtmp; in cordic_calc_iq() local
56 angle = 0; in cordic_calc_iq()
72 if (theta > angle) { in cordic_calc_iq()
75 angle += arctan_table[iter]; in cordic_calc_iq()
79 angle -= arctan_table[iter]; in cordic_calc_iq()
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/magnetometer/
A Dti,tmag5273.yaml17 magnetic axes and temperature measurements. An integrated angle calculation
19 on-axis and off-axis angle measurement topologies. The angle calculation is
32 ti,angle-measurement:
35 Enables angle measurement in the selected plane.
71 ti,angle-measurement = "x-z";
/linux-6.3-rc2/drivers/iio/position/
A Diqs624-pos.c30 u16 angle; member
57 u16 angle = event_data->ui_data; in iqs624_pos_notifier() local
68 angle = event_data->interval; in iqs624_pos_notifier()
81 } else if (iqs624_pos->angle_en && (angle != iqs624_pos->angle)) { in iqs624_pos_notifier()
88 iqs624_pos->angle = angle; in iqs624_pos_notifier()
201 iqs624_pos->angle = val; in iqs624_pos_write_event_config()
A DKconfig28 and keyboard angle respect to horizon (ground).
/linux-6.3-rc2/drivers/iio/common/cros_ec_sensors/
A DKconfig26 tristate "ChromeOS EC Sensor for lid angle"
29 Module to report the angle between lid and base for some
31 This module is loaded when the EC can calculate the angle between the base
/linux-6.3-rc2/Documentation/ABI/testing/
A Dsysfs-class-chromeos11 Control the keyboard wake lid angle. Values are between
13 angle by querying the hardware.
/linux-6.3-rc2/drivers/iio/accel/
A Dmma9551.c56 u8 quad_shift, angle, quadrant; in mma9551_read_incli_chan() local
82 reg_addr, &angle); in mma9551_read_incli_chan()
91 angle &= ~MMA9551_TILT_ANGFLG; in mma9551_read_incli_chan()
95 *val = 90 * (quadrant + 1) - angle; in mma9551_read_incli_chan()
97 *val = angle + 90 * quadrant; in mma9551_read_incli_chan()
/linux-6.3-rc2/drivers/iio/magnetometer/
A Dtmag5273.c159 s16 *y, s16 *z, u16 *angle, u16 *magnitude) in tmag5273_get_measure() argument
199 *angle = be16_to_cpu(reg_data[0]); in tmag5273_get_measure()
288 u16 angle, magnitude; in tmag5273_read_raw() local
298 ret = tmag5273_get_measure(data, &t, &x, &y, &z, &angle, &magnitude); in tmag5273_read_raw()
319 *val = angle; in tmag5273_read_raw()
/linux-6.3-rc2/drivers/platform/chrome/
A Dcros_ec_sysfs.c272 u16 angle; in kb_wake_angle_store() local
275 ret = kstrtou16(buf, 0, &angle); in kb_wake_angle_store()
287 param->kb_wake_angle.data = angle; in kb_wake_angle_store()
/linux-6.3-rc2/Documentation/userspace-api/media/v4l/
A Dhsv-formats.rst11 cylinder, where the angle is the HUE, the height is the VALUE
A Dcolorspaces-defs.rst24 On :ref:`HSV formats <hsv-formats>` the *Hue* is defined as the angle on
25 the cylindrical color representation. Usually this angle is measured in
26 degrees, i.e. 0-360. When we map this angle value into 8 bits, there are
A Dcontrol.rst267 Rotates the image by specified angle. Common angles are 90, 270 and
272 rotation angle selected.
A Dext-ctrls-camera.rst230 telephoto direction, negative values towards the wide-angle
240 wide-angle direction. The zoom speed unit is driver-specific.
/linux-6.3-rc2/Documentation/devicetree/bindings/media/
A Dnxp,dw100.yaml15 and wide angle lenses. It is implemented with a line/tile-cache based
/linux-6.3-rc2/Documentation/devicetree/bindings/media/i2c/
A Dovti,ov9282.yaml19 OV9281 has a different lens chief ray angle.
/linux-6.3-rc2/drivers/video/fbdev/omap/
A Domapfb.h158 int (*set_rotate) (int angle);
/linux-6.3-rc2/Documentation/userspace-api/media/rc/
A Drc-tables.rst292 - Switch video camera angle (on videos with more than one angle
/linux-6.3-rc2/Documentation/devicetree/bindings/iio/
A Dmount-matrix.txt36 A sensor can be mounted in any angle along the axes relative to the frame of
38 or tilted at any angle relative to the frame of reference.
/linux-6.3-rc2/Documentation/arm/nwfpe/
A Dtodo.rst8 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
A Dnetwinder-fpe.rst129 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
/linux-6.3-rc2/Documentation/fb/
A Dfbcon.rst125 This option changes the orientation angle of the console display. The
133 The angle can be changed anytime afterwards by 'echoing' the same
A Dapi.rst217 __u32 rotate; /* angle we rotate counter clockwise */
/linux-6.3-rc2/drivers/input/touchscreen/
A Dzinitix.c133 u8 angle; member
A Dsur40.c76 __le32 angle; /* orientation in radians relative to x axis - member
/linux-6.3-rc2/Documentation/arm/omap/
A Ddss.rst338 omapfb.rotate=<angle>

Completed in 26 milliseconds

12