Searched refs:waveform (Results 1 – 15 of 15) sorted by relevance
20 Metronomefb requires waveform information which is delivered via the AMLCD21 interface to the metronome controller. The waveform information is expected to22 be delivered from userspace via the firmware class interface. The waveform file26 udev/hotplug setup. I have only tested with a single waveform file which was28 Caution should be exercised when manipulating the waveform as there may be30 I neither have access to nor know exactly what the waveform does in terms of
22 #define RGB_TIME(slopedown, slopeup, waveform) \ argument23 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
57 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible()80 effect->u.periodic.waveform = FF_SINE; in compat_effect()122 (effect->u.periodic.waveform < FF_WAVEFORM_MIN || in input_ff_upload()123 effect->u.periodic.waveform > FF_WAVEFORM_MAX || in input_ff_upload()124 !test_bit(effect->u.periodic.waveform, dev->ffbit))) { in input_ff_upload()
40 __u16 waveform; member
86 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
63 - FF_SQUARE square waveform64 - FF_TRIANGLE triangle waveform65 - FF_SINE sine waveform66 - FF_SAW_UP sawtooth up waveform67 - FF_SAW_DOWN sawtooth down waveform68 - FF_CUSTOM custom waveform
87 Specifies the output waveform.89 For a list of available output waveform options read96 Lists all available output waveform options.
62 unsigned char waveform; /* 3 bits: waveform shape */ member
542 reg_val = voice->waveform & OPL3_WAVE_SELECT_MASK; in snd_opl3_set_voice()
1102 __u16 waveform; member
390 switch (effect->u.periodic.waveform) { in iforce_upload_periodic()
142 clock, a basic audio waveform generator, and an HP-HIL Master
209 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
598 switch (effect->u.periodic.waveform) { in pidff_upload_effect()
58 tristate "Fake waveform generator support"60 Enable support for the fake waveform generator.