Home
last modified time | relevance | path

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

12

/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.c235 if (sysfs_streq(buf, "sine")) { in ad9834_store_wavetype()
288 return sysfs_emit(buf, "sine triangle square\n"); in ad9834_show_out0_wavetype_available()
290 return sysfs_emit(buf, "sine\n"); in ad9834_show_out0_wavetype_available()
291 return sysfs_emit(buf, "sine triangle\n"); in ad9834_show_out0_wavetype_available()
/linux/include/linux/
H A Dcordic.h50 * angle and the imaginary part is the sine of the angle. The returned
/linux/Documentation/input/
H A Dff.rst78 - FF_SINE sine waveform
96 sine) and the other way around.
/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
H A Dssin.S4 | The entry point sSIN computes the sine of an input argument
/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/Documentation/devicetree/bindings/iio/resolver/
H A Dadi,ad2s1210.yaml15 sinusoidal oscillator that provides sine wave excitation for
/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"},
/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.c1316 * So here is a simple table of sine values, 0-90 degrees, in steps
1333 int sine; in ov7670_sine() local
1340 sine = ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1343 sine = 1000 - ov7670_sin_table[theta/SIN_STEP]; in ov7670_sine()
1345 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()
/linux/Documentation/virt/kvm/x86/
H A Dtimekeeping.rst112 which generates sine-like tones by low-pass filtering the square wave output.

12