/Linux-v4.19/lib/ |
D | cordic.c | 58 s32 angle, valtmp; in cordic_calc_iq() local 65 angle = 0; in cordic_calc_iq() 81 if (theta > angle) { in cordic_calc_iq() 84 angle += arctan_table[iter]; in cordic_calc_iq() 88 angle -= arctan_table[iter]; in cordic_calc_iq()
|
/Linux-v4.19/drivers/iio/accel/ |
D | mma9551.c | 64 u8 quad_shift, angle, quadrant; in mma9551_read_incli_chan() local 90 reg_addr, &angle); in mma9551_read_incli_chan() 99 angle &= ~MMA9551_TILT_ANGFLG; in mma9551_read_incli_chan() 103 *val = 90 * (quadrant + 1) - angle; in mma9551_read_incli_chan() 105 *val = angle + 90 * quadrant; in mma9551_read_incli_chan()
|
/Linux-v4.19/Documentation/media/uapi/v4l/ |
D | hsv-formats.rst | 11 cylinder, where the angle is the HUE, the height is the VALUE
|
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
|
D | control.rst | 255 Rotates the image by specified angle. Common angles are 90, 270 and 260 rotation angle selected.
|
D | extended-controls.rst | 2640 telephoto direction, negative values towards the wide-angle 2650 wide-angle direction. The zoom speed unit is driver-specific.
|
/Linux-v4.19/drivers/platform/chrome/ |
D | cros_ec_sysfs.c | 299 u16 angle; in kb_wake_angle_store() local 302 ret = kstrtou16(buf, 0, &angle); in kb_wake_angle_store() 314 param->kb_wake_angle.data = angle; in kb_wake_angle_store()
|
/Linux-v4.19/drivers/net/wireless/broadcom/b43/ |
D | phy_common.c | 619 u32 angle = 0; in b43_cordic() local 636 if (theta > angle) { in b43_cordic() 640 angle += arctg[i]; in b43_cordic() 645 angle -= arctg[i]; in b43_cordic()
|
D | phy_lp.c | 1783 int i, samples = 0, angle = 0; in lpphy_start_tx_tone() local 1801 sample = b43_cordic(angle); in lpphy_start_tx_tone() 1802 angle += rotation; in lpphy_start_tx_tone()
|
D | phy_n.c | 1546 u16 bw, len, rot, angle; in b43_nphy_gen_load_samples() local 1570 angle = 0; in b43_nphy_gen_load_samples() 1573 samples[i] = b43_cordic(angle); in b43_nphy_gen_load_samples() 1574 angle += rot; in b43_nphy_gen_load_samples()
|
/Linux-v4.19/drivers/video/fbdev/omap/ |
D | omapfb.h | 171 int (*set_rotate) (int angle);
|
/Linux-v4.19/Documentation/media/uapi/rc/ |
D | rc-tables.rst | 292 - Switch video camera angle (on videos with more than one angle
|
/Linux-v4.19/Documentation/arm/nwfpe/ |
D | TODO | 6 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
|
D | README.FPE | 123 POL{cond}<S|D|E>{P,M,Z} Fd, Fn, <Fm,#value> - polar angle (arctan2)
|
/Linux-v4.19/Documentation/fb/ |
D | fbcon.txt | 129 This option changes the orientation angle of the console display. The 137 The angle can be changed anytime afterwards by 'echoing' the same
|
D | api.txt | 216 __u32 rotate; /* angle we rotate counter clockwise */
|
/Linux-v4.19/drivers/input/touchscreen/ |
D | sur40.c | 80 __le32 angle; /* orientation in radians relative to x axis - member
|
/Linux-v4.19/Documentation/arm/OMAP/ |
D | DSS | 330 omapfb.rotate=<angle>
|