| /linux-6.15/lib/math/ |
| H A D | cordic.c | 49 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.15/Documentation/devicetree/bindings/iio/magnetometer/ |
| H A D | ti,tmag5273.yaml | 17 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.15/drivers/iio/position/ |
| H A D | iqs624-pos.c | 30 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()
|
| H A D | Kconfig | 28 and keyboard angle respect to horizon (ground).
|
| /linux-6.15/drivers/iio/common/cros_ec_sensors/ |
| H A D | Kconfig | 26 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.15/drivers/hid/bpf/progs/ |
| H A D | XPPen__ArtistPro16Gen2.bpf.c | 218 __u8 angle = tilt > 0 ? tilt : -tilt; in compensate_coordinates_by_tilt() local 220 if (angle > 127) in compensate_coordinates_by_tilt() 223 __u16 compensation = (*compensation_table)[angle]; in compensate_coordinates_by_tilt()
|
| /linux-6.15/Documentation/iio/ |
| H A D | adis16550.rst | 23 driver offers the capability to retrieve the delta angle and the delta velocity 26 The delta angle measurements represent a calculation of angular displacement 102 | in_deltaangl_scale | Scale for delta angle channels. … 104 | in_deltaangl_x_raw | Raw X-axis delta angle channel value. … 106 | in_deltaangl_y_raw | Raw Y-axis delta angle channel value. … 108 | in_deltaangl_z_raw | Raw Z-axis delta angle channel value. … 173 | Delta angle on X, Y, and Z axis | Radians | 306 delta angle and temperature measurements using buffers. 311 delta angle data at a time and switching between these two burst data selection
|
| H A D | adis16475.rst | 34 driver offers the capability to retrieve the delta angle and the delta velocity 37 The delta angle measurements represent a calculation of angular displacement 105 | in_deltaangl_scale | Scale for delta angle channels. | 107 | in_deltaangl_x_raw | Raw X-axis delta angle channel value. | 109 | in_deltaangl_y_raw | Raw Y-axis delta angle channel value. | 111 | in_deltaangl_z_raw | Raw Z-axis delta angle channel value. | 176 | Delta angle on X, Y, and Z axis | Radians | 312 angle and temperature measurements using buffers:
|
| H A D | adis16480.rst | 36 driver offers the capability to retrieve the delta angle and the delta velocity 39 The delta angle measurements represent a calculation of angular displacement 164 | in_deltaangl_scale | Scale for delta angle channels. … 166 | in_deltaangl_x_raw | Raw X-axis delta angle channel value. … 168 | in_deltaangl_y_raw | Raw Y-axis delta angle channel value. … 170 | in_deltaangl_z_raw | Raw Z-axis delta angle channel value. … 235 | Delta angle on X, Y, and Z axis | Radians | 375 angle and temperature measurements using buffers: 383 delta angle data at a time and switching between these two burst data selection
|
| /linux-6.15/drivers/iio/accel/ |
| H A D | mma9551.c | 56 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.15/drivers/media/platform/chips-media/wave5/ |
| H A D | wave5-vpuapi.c | 932 int angle; in wave5_vpu_enc_give_command() local 934 angle = *(int *)parameter; in wave5_vpu_enc_give_command() 935 if (angle && angle != 90 && angle != 180 && angle != 270) in wave5_vpu_enc_give_command() 937 if (p_enc_info->initial_info_obtained && (angle == 90 || angle == 270)) in wave5_vpu_enc_give_command() 939 p_enc_info->rotation_angle = angle; in wave5_vpu_enc_give_command()
|
| /linux-6.15/Documentation/ABI/testing/ |
| H A D | sysfs-class-chromeos | 11 Control the keyboard wake lid angle. Values are between 13 angle by querying the hardware.
|
| /linux-6.15/drivers/iio/magnetometer/ |
| H A D | tmag5273.c | 157 s16 *y, s16 *z, u16 *angle, u16 *magnitude) in tmag5273_get_measure() argument 197 *angle = be16_to_cpu(reg_data[0]); in tmag5273_get_measure() 286 u16 angle, magnitude; in tmag5273_read_raw() local 296 ret = tmag5273_get_measure(data, &t, &x, &y, &z, &angle, &magnitude); in tmag5273_read_raw() 318 *val = angle; in tmag5273_read_raw()
|
| /linux-6.15/Documentation/userspace-api/media/v4l/ |
| H A D | hsv-formats.rst | 11 cylinder, where the angle is the HUE, the height is the VALUE
|
| H A D | colorspaces-defs.rst | 24 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
|
| /linux-6.15/drivers/platform/chrome/ |
| H A D | cros_ec_sysfs.c | 273 u16 angle; in kb_wake_angle_store() local 276 ret = kstrtou16(buf, 0, &angle); in kb_wake_angle_store() 288 param->kb_wake_angle.data = angle; in kb_wake_angle_store()
|
| /linux-6.15/Documentation/devicetree/bindings/media/ |
| H A D | nxp,dw100.yaml | 15 and wide angle lenses. It is implemented with a line/tile-cache based
|
| /linux-6.15/drivers/hid/amd-sfh-hid/sfh1_1/ |
| H A D | amd_sfh_interface.h | 174 u32 angle : 10; member
|
| /linux-6.15/Documentation/devicetree/bindings/media/i2c/ |
| H A D | ovti,ov9282.yaml | 19 OV9281 has a different lens chief ray angle.
|
| /linux-6.15/drivers/video/fbdev/omap/ |
| H A D | omapfb.h | 158 int (*set_rotate) (int angle);
|
| /linux-6.15/Documentation/userspace-api/media/rc/ |
| H A D | rc-tables.rst | 292 - Switch video camera angle (on videos with more than one angle
|
| /linux-6.15/Documentation/devicetree/bindings/iio/ |
| H A D | mount-matrix.txt | 36 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.15/Documentation/devicetree/bindings/iio/resolver/ |
| H A D | adi,ad2s1210.yaml | 128 determines the precision of the angle and/or the maximum speed that can
|
| /linux-6.15/Documentation/arch/arm/nwfpe/ |
| H A D | todo.rst | 8 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
|
| /linux-6.15/Documentation/fb/ |
| H A D | fbcon.rst | 125 This option changes the orientation angle of the console display. The 133 The angle can be changed anytime afterwards by 'echoing' the same
|