| /linux/drivers/gpu/drm/i915/display/ |
| H A D | intel_cdclk.c | 1315 u16 waveform; member 1444 { .refclk = 38400, .cdclk = 163200, .ratio = 34, .waveform = 0x8888 }, 1445 { .refclk = 38400, .cdclk = 204000, .ratio = 34, .waveform = 0x9248 }, 1446 { .refclk = 38400, .cdclk = 244800, .ratio = 34, .waveform = 0xa4a4 }, 1447 { .refclk = 38400, .cdclk = 285600, .ratio = 34, .waveform = 0xa54a }, 1448 { .refclk = 38400, .cdclk = 326400, .ratio = 34, .waveform = 0xaaaa }, 1449 { .refclk = 38400, .cdclk = 367200, .ratio = 34, .waveform = 0xad5a }, 1450 { .refclk = 38400, .cdclk = 408000, .ratio = 34, .waveform = 0xb6b6 }, 1451 { .refclk = 38400, .cdclk = 448800, .ratio = 34, .waveform = 0xdbb6 }, 1452 { .refclk = 38400, .cdclk = 489600, .ratio = 34, .waveform = 0xeeee }, [all …]
|
| /linux/Documentation/fb/ |
| H A 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
|
| /linux/drivers/input/ |
| H A D | ff-core.c | 44 e1->u.periodic.waveform == e2->u.periodic.waveform); in check_effects_compatible() 67 effect->u.periodic.waveform = FF_SINE; in compat_effect() 109 (effect->u.periodic.waveform < FF_WAVEFORM_MIN || in input_ff_upload() 110 effect->u.periodic.waveform > FF_WAVEFORM_MAX || in input_ff_upload() 111 !test_bit(effect->u.periodic.waveform, dev->ffbit))) { in input_ff_upload()
|
| /linux/include/linux/ |
| H A D | leds-bd2802.h | 17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument 18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
|
| /linux/Documentation/input/ |
| H A 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
|
| /linux/drivers/staging/iio/Documentation/ |
| H A 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.
|
| /linux/Documentation/iio/ |
| H A D | ade9000.rst | 112 | filter_type_available | Available filter types for waveform buffer. | 169 This driver supports IIO buffers for waveform capture. Buffer functionality 173 analysis. The waveform buffer can be configured to capture data from different 187 Enable waveform capture for Phase A:
|
| /linux/include/uapi/sound/ |
| H A D | asound_fm.h | 48 unsigned char waveform; /* 3 bits: waveform shape */ member
|
| /linux/drivers/input/misc/ |
| H A D | cs40l50-vibra.c | 323 if (effect->type != FF_PERIODIC || periodic->waveform != FF_CUSTOM) { in cs40l50_add() 325 effect->type, periodic->waveform); in cs40l50_add()
|
| H A D | uinput.c | 250 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
|
| H A D | da7280.c | 534 if (effect->u.periodic.waveform != FF_CUSTOM) { in da7280_haptics_upload_effect()
|
| /linux/Documentation/driver-api/gpio/ |
| H A D | drivers-on-gpio.rst | 31 off/on, for an actual PWM waveform, see pwm-gpio below.) 34 resolution timer producing a PWM waveform on the GPIO line, as well as
|
| /linux/Documentation/ABI/testing/ |
| H A D | sysfs-platform-dptf | 155 to spread waveform
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_synth.c | 532 reg_val = voice->waveform & OPL3_WAVE_SELECT_MASK; in snd_opl3_set_voice()
|
| /linux/drivers/input/joystick/iforce/ |
| H A D | iforce-ff.c | 367 switch (effect->u.periodic.waveform) { in iforce_upload_periodic()
|
| /linux/drivers/input/serio/ |
| H A D | Kconfig | 133 clock, a basic audio waveform generator, and an HP-HIL Master
|
| /linux/drivers/hid/usbhid/ |
| H A D | hid-pidff.c | 279 switch (effect->u.periodic.waveform) { in pidff_effect_ff_to_pid()
|
| /linux/drivers/hid/ |
| H A D | hid-logitech-hidpp.c | 2591 switch (effect->u.periodic.waveform) { in hidpp_ff_upload_effect() 2608 …_err(data->hidpp->hid_dev, "Unexpected periodic waveform type %i!\n", effect->u.periodic.waveform); in hidpp_ff_upload_effect()
|
| /linux/sound/soc/codecs/ |
| H A D | Kconfig | 965 CS40L50 is a haptic driver with waveform memory, an integrated
|