| /kernel/linux/linux-5.10/Documentation/fb/ |
| D | metronomefb.rst | 23 Metronomefb requires waveform information which is delivered via the AMLCD 24 interface to the metronome controller. The waveform information is expected to 25 be delivered from userspace via the firmware class interface. The waveform file 29 udev/hotplug setup. I have only tested with a single waveform file which was 31 Caution should be exercised when manipulating the waveform as there may be 33 I neither have access to nor know exactly what the waveform does in terms of
|
| /kernel/linux/linux-5.10/include/linux/ |
| D | leds-bd2802.h | 17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument 18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
|
| /kernel/linux/linux-5.10/drivers/input/ |
| D | ff-core.c | 45 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible() 68 effect->u.periodic.waveform = FF_SINE; in compat_effect() 110 (effect->u.periodic.waveform < FF_WAVEFORM_MIN || in input_ff_upload() 111 effect->u.periodic.waveform > FF_WAVEFORM_MAX || in input_ff_upload() 112 !test_bit(effect->u.periodic.waveform, dev->ffbit))) { in input_ff_upload()
|
| D | input-compat.h | 26 __u16 waveform; member
|
| D | input-compat.c | 83 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
|
| /kernel/linux/linux-5.10/Documentation/input/ |
| D | ff.rst | 76 - FF_SQUARE square waveform 77 - FF_TRIANGLE triangle waveform 78 - FF_SINE sine waveform 79 - FF_SAW_UP sawtooth up waveform 80 - FF_SAW_DOWN sawtooth down waveform 81 - FF_CUSTOM custom waveform
|
| /kernel/linux/linux-5.10/drivers/staging/iio/Documentation/ |
| D | sysfs-bus-iio-dds | 87 Specifies the output waveform. 89 For a list of available output waveform options read 96 Lists all available output waveform options.
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/sound/ |
| D | asound_fm.h | 45 unsigned char waveform; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/sound/ |
| D | asound_fm.h | 32 unsigned char waveform; member
|
| /kernel/linux/linux-5.10/include/uapi/sound/ |
| D | asound_fm.h | 63 unsigned char waveform; /* 3 bits: waveform shape */ member
|
| /kernel/linux/linux-5.10/include/uapi/linux/ |
| D | input.h | 402 __u16 waveform; member
|
| /kernel/linux/patches/linux-4.19/prebuilts/usr/include/linux/ |
| D | input.h | 157 __u16 waveform; member
|
| /kernel/linux/patches/linux-5.10/prebuilts/usr/include/linux/ |
| D | input.h | 168 __u16 waveform; member
|
| /kernel/linux/linux-5.10/sound/drivers/opl3/ |
| D | opl3_synth.c | 534 reg_val = voice->waveform & OPL3_WAVE_SELECT_MASK; in snd_opl3_set_voice()
|
| /kernel/linux/linux-5.10/drivers/input/joystick/iforce/ |
| D | iforce-ff.c | 371 switch (effect->u.periodic.waveform) { in iforce_upload_periodic()
|
| /kernel/linux/linux-5.10/drivers/input/serio/ |
| D | Kconfig | 133 clock, a basic audio waveform generator, and an HP-HIL Master
|
| /kernel/linux/linux-5.10/drivers/input/misc/ |
| D | uinput.c | 249 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
|
| /kernel/linux/linux-5.10/drivers/hid/usbhid/ |
| D | hid-pidff.c | 586 switch (effect->u.periodic.waveform) { in pidff_upload_effect()
|
| /kernel/linux/linux-5.10/drivers/hid/ |
| D | hid-logitech-hidpp.c | 2067 switch (effect->u.periodic.waveform) { in hidpp_ff_upload_effect() 2084 …_err(data->hidpp->hid_dev, "Unexpected periodic waveform type %i!\n", effect->u.periodic.waveform); in hidpp_ff_upload_effect()
|
| /kernel/linux/linux-5.10/drivers/staging/comedi/ |
| D | Kconfig | 58 tristate "Fake waveform generator support" 60 Enable support for the fake waveform generator.
|
| /kernel/linux/patches/linux-5.10/imx8mm_patch/patches/ |
| D | 0005_linux_include.patch | 22407 + * Structure used to define waveform modes for driver 22408 + * Needed for driver to perform auto-waveform selection 22838 + * 0 - use normal waveform algorithm 22839 + * 1 - enable reagl/-d waveform algorithm
|