Home
last modified time | relevance | path

Searched full:sine (Results 1 – 25 of 36) sorted by relevance

12

/linux/drivers/iio/resolver/
H A Dad2s1210.c35 * Sine/cosine inputs clipped [3] | D7 | altvoltage1 | mag | either
36 * Sine/cosine inputs below LOS | D6 | altvoltage0 | thresh | falling
37 * Sine/cosine inputs exceed DOS overrange | D5 | altvoltage0 | thresh | rising
38 * Sine/cosine inputs exceed DOS mismatch | D4 | altvoltage0 | mag | rising
44 * [3]: The chip does not differentiate between fault on sine vs. cosine so
367 /* Sine/cosine inputs clipped */ in ad2s1210_push_events()
370 * The chip does not differentiate between fault on sine vs. in ad2s1210_push_events()
385 /* Sine/cosine inputs below LOS threshold */ in ad2s1210_push_events()
393 /* Sine/cosine inputs exceed DOS overrange threshold */ in ad2s1210_push_events()
401 /* Sine/cosine inputs exceed DOS mismatch threshold */ in ad2s1210_push_events()
[all …]
/linux/include/uapi/linux/
H A Dxilinx-v4l2-controls.h57 /* Set starting point of sine wave for horizontal component */
61 /* Set starting point of sine wave for vertical component */
/linux/drivers/staging/iio/frequency/
H A Dad9834.c233 if (sysfs_streq(buf, "sine")) { in ad9834_store_wavetype()
286 return sysfs_emit(buf, "sine triangle square\n"); in ad9834_show_out0_wavetype_available()
288 return sysfs_emit(buf, "sine\n"); in ad9834_show_out0_wavetype_available()
289 return sysfs_emit(buf, "sine triangle\n"); in ad9834_show_out0_wavetype_available()
/linux/Documentation/input/
H A Dff.rst78 - FF_SINE sine waveform
96 sine) and the other way around.
/linux/include/linux/
H A Dcordic.h50 * angle and the imaginary part is the sine of the angle. The returned
/linux/drivers/media/test-drivers/vidtv/
H A Dvidtv_s302m.h74 * @src_buf: The source buffer, encoder will default to a sine wave if this is NULL.
/linux/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds88 (sine, triangle, ramp, square, ...)
/linux/arch/m68k/fpsp040/
H A Dsasin.S4 | Description: The entry point sAsin computes the inverse sine of
H A Dssinh.S4 | The entry point sSinh computes the hyperbolic sine of
/linux/Documentation/arch/arm/nwfpe/
H A Dtodo.rst13 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
H A Dnetwinder-fpe.rst134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
/linux/sound/soc/codecs/
H A Dmt6357.c236 "Sine Generator",
307 "Normal Path", "Sine Generator"
1574 /* Sine generator */
1609 {"Mic Type Mux", "Sine Generator", "SGEN UL"},
1635 {"DAC Mux", "Sine Generator", "SGEN DL"},
H A Dtas2781-i2c.c1466 * and sine gain (12 bytes) in tasdevice_create_cali_ctrls()
1469 * Sine gain for Device #i (8 bytes) in tasdevice_create_cali_ctrls()
/linux/Documentation/devicetree/bindings/iio/resolver/
H A Dadi,ad2s1210.yaml15 sinusoidal oscillator that provides sine wave excitation for
/linux/drivers/media/dvb-frontends/
H A Ddib7000p.c1187 static const u8 sine[] = { 0, 2, 3, 5, 6, 8, 9, 11, 13, 14, 16, 17, 19, 20, 22, in dib7000p_spur_protect() local
1229 coef_re[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1230 coef_im[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1235 coef_re[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1236 coef_im[k] = sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1241 coef_re[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
1242 coef_im[k] = -sine[pha & 0xff]; in dib7000p_spur_protect()
1247 coef_re[k] = sine[pha & 0xff]; in dib7000p_spur_protect()
1248 coef_im[k] = -sine[256 - (pha & 0xff)]; in dib7000p_spur_protect()
/linux/arch/arm/nwfpe/
H A Dfpopcode.h129 | 1 | 0 | 0 | 0 | SIN | Sine | Fd := sin(Fm) |
132 | 1 | 0 | 1 | 1 | ASN | Arc Sine | Fd := arcsin(Fm) |
/linux/drivers/input/misc/
H A Ddrv2665.c61 /* 8kHz Sine wave to stream to the FIFO */
/linux/arch/m68k/mac/
H A Dmacboing.c138 * A sine wave would sure be nicer here ... in mac_init_asc()
/linux/drivers/media/i2c/
H A Dov7670.c1317 * So here is a simple table of sine values, 0-90 degrees, in steps
1334 int sine; in ov7670_sine() local
1341 sine = ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1344 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1346 return sine*chs; in ov7670_sine()
/linux/Documentation/input/devices/
H A Diforce-protocol.rst102 Val 22 Sine
/linux/drivers/input/
H A Dff-core.c60 * calculate magnitude of sine wave as average of rumble's in compat_effect()
/linux/drivers/net/wireless/ath/ath9k/
H A Dani.c69 * your signal completely if phase is 180 degrees (think of adding sine waves).
/linux/drivers/gpu/drm/nouveau/dispnv04/
H A Doverlay.c68 /* Sine can be approximated with
/linux/Documentation/driver-api/media/drivers/
H A Dvidtv.rst34 Elementary Stream, which in turn contains a SMPTE 302m encoded sine-wave.
/linux/drivers/macintosh/
H A Dmediabay.c398 /* This returns an instant snapshot, not locking, sine in check_media_bay()

12