/linux-6.12.1/drivers/iio/resolver/ |
D | ad2s1210.c | 35 * 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-6.12.1/include/uapi/linux/ |
D | xilinx-v4l2-controls.h | 57 /* Set starting point of sine wave for horizontal component */ 61 /* Set starting point of sine wave for vertical component */
|
/linux-6.12.1/drivers/staging/iio/frequency/ |
D | ad9834.c | 234 if (sysfs_streq(buf, "sine")) { in ad9834_store_wavetype() 288 str = "sine triangle square"; in ad9834_show_out0_wavetype_available() 290 str = "sine"; in ad9834_show_out0_wavetype_available() 292 str = "sine triangle"; in ad9834_show_out0_wavetype_available()
|
/linux-6.12.1/include/linux/ |
D | cordic.h | 50 * angle and the imaginary part is the sine of the angle. The returned
|
/linux-6.12.1/Documentation/input/ |
D | ff.rst | 78 - FF_SINE sine waveform 96 sine) and the other way around.
|
/linux-6.12.1/drivers/media/test-drivers/vidtv/ |
D | vidtv_s302m.h | 74 * @src_buf: The source buffer, encoder will default to a sine wave if this is NULL.
|
/linux-6.12.1/arch/m68k/fpsp040/ |
D | sasin.S | 4 | Description: The entry point sAsin computes the inverse sine of
|
D | ssinh.S | 4 | The entry point sSinh computes the hyperbolic sine of
|
/linux-6.12.1/drivers/staging/iio/Documentation/ |
D | sysfs-bus-iio-dds | 88 (sine, triangle, ramp, square, ...)
|
/linux-6.12.1/Documentation/arch/arm/nwfpe/ |
D | todo.rst | 13 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
|
D | netwinder-fpe.rst | 134 SIN{cond}<S|D|E>{P,M,Z} Fd, <Fm,#value> - sine
|
/linux-6.12.1/Documentation/devicetree/bindings/iio/resolver/ |
D | adi,ad2s1210.yaml | 15 sinusoidal oscillator that provides sine wave excitation for
|
/linux-6.12.1/sound/soc/codecs/ |
D | mt6357.c | 236 "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"},
|
D | tas2781-i2c.c | 1326 * and sine gain (12 bytes) in tasdevice_create_cali_ctrls() 1329 * Sine gain for Device #i (8 bytes) in tasdevice_create_cali_ctrls()
|
/linux-6.12.1/drivers/media/dvb-frontends/ |
D | dib7000p.c | 1187 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-6.12.1/arch/arm/nwfpe/ |
D | fpopcode.h | 129 | 1 | 0 | 0 | 0 | SIN | Sine | Fd := sin(Fm) | 132 | 1 | 0 | 1 | 1 | ASN | Arc Sine | Fd := arcsin(Fm) |
|
/linux-6.12.1/drivers/input/misc/ |
D | drv2665.c | 61 /* 8kHz Sine wave to stream to the FIFO */
|
/linux-6.12.1/arch/m68k/mac/ |
D | macboing.c | 138 * A sine wave would sure be nicer here ... in mac_init_asc()
|
/linux-6.12.1/drivers/media/i2c/ |
D | ov7670.c | 1317 * 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-6.12.1/Documentation/input/devices/ |
D | iforce-protocol.rst | 102 Val 22 Sine
|
/linux-6.12.1/drivers/input/ |
D | ff-core.c | 60 * calculate magnitude of sine wave as average of rumble's in compat_effect()
|
/linux-6.12.1/drivers/net/wireless/ath/ath9k/ |
D | ani.c | 69 * your signal completely if phase is 180 degrees (think of adding sine waves).
|
/linux-6.12.1/drivers/gpu/drm/nouveau/dispnv04/ |
D | overlay.c | 68 /* Sine can be approximated with
|
/linux-6.12.1/Documentation/driver-api/media/drivers/ |
D | vidtv.rst | 34 Elementary Stream, which in turn contains a SMPTE 302m encoded sine-wave.
|
/linux-6.12.1/drivers/macintosh/ |
D | mediabay.c | 398 /* This returns an instant snapshot, not locking, sine in check_media_bay()
|