/openbmc/linux/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()
|
/openbmc/linux/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";
|
/openbmc/linux/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).
|
/openbmc/linux/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
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-gnome/gtk+/gtk+/ |
H A D | 0001-Fix-signature-of-create_menu-function.patch | 28 gtk_label_set_angle (GTK_LABEL (GTK_BIN (menuitem)->child), angle); 35 gtk_label_set_angle (GTK_LABEL (GTK_BIN (menuitem)->child), angle); 42 gtk_label_set_angle (GTK_LABEL (GTK_BIN (menuitem)->child), angle);
|
/openbmc/linux/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.
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/glm/glm/ |
H A D | 0001-Silence-clang-warnings.patch | 34 T angle = acos(cosTheta); 35 - T phi = angle + k * glm::pi<T>(); 36 + T phi = angle + static_cast<T>(k) * glm::pi<T>(); 37 return (sin(angle - a * phi)* x + sin(a * phi) * z) / sin(angle);
|
/openbmc/linux/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()
|
/openbmc/linux/drivers/iio/magnetometer/ |
H A D | tmag5273.c | 159 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() 320 *val = angle; in tmag5273_read_raw()
|
/openbmc/openbmc/poky/meta/recipes-core/psplash/files/ |
H A D | psplash-init | 39 /usr/bin/psplash --angle $rotation &
|
/openbmc/linux/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
|
/openbmc/linux/drivers/platform/chrome/ |
H A D | cros_ec_sysfs.c | 272 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()
|
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/css/ |
H A D | font-awesome.min.css | 33 …angle-left:before{content:"\f100"}.icon-double-angle-right:before{content:"\f101"}.icon-double-ang…
|
/openbmc/linux/Documentation/devicetree/bindings/media/ |
H A D | nxp,dw100.yaml | 15 and wide angle lenses. It is implemented with a line/tile-cache based
|
/openbmc/phosphor-webui/app/common/styles/base/ |
H A D | icons.scss | 43 .icon-angle {
|
/openbmc/linux/Documentation/devicetree/bindings/media/i2c/ |
H A D | ovti,ov9282.yaml | 19 OV9281 has a different lens chief ray angle.
|
/openbmc/linux/drivers/video/fbdev/omap/ |
H A D | omapfb.h | 158 int (*set_rotate) (int angle);
|
/openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
H A D | 0003-wayland-Add-Wayland-example.patch | 513 + * GLfloat angle current angle 514 + * GLfloat angle_inc angle increment 519 + * Returns: new value of angle 522 +static GLfloat inc_and_wrap_angle(GLfloat angle, GLfloat angle_inc) 524 + angle += angle_inc; 526 + if (angle >= 360.0) 527 + angle -= 360.f; 528 + else if (angle <=0) 529 + angle += 360.f; 531 + return angle; [all …]
|
/openbmc/qemu/hw/display/ |
H A D | blizzard.c | 117 int angle; member 175 s->data.angle = s->effect & 3; in blizzard_transfer_setup() 176 s->data.line_fn = s->line_fn_tab[!!s->data.angle][s->iformat]; in blizzard_transfer_setup()
|
H A D | pxa2xx_lcd.c | 1346 static void pxa2xx_lcdc_orientation(void *opaque, int angle) in pxa2xx_lcdc_orientation() argument 1350 switch (angle) { in pxa2xx_lcdc_orientation() 1365 s->orientation = angle; in pxa2xx_lcdc_orientation()
|
/openbmc/linux/Documentation/userspace-api/media/rc/ |
H A D | rc-tables.rst | 292 - Switch video camera angle (on videos with more than one angle
|
/openbmc/linux/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.
|
/openbmc/linux/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)
|