/openbmc/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
|
/openbmc/linux/include/linux/ |
H A D | leds-bd2802.h | 17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument 18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
|
/openbmc/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()
|
H A D | input-compat.h | 26 __u16 waveform; member
|
H A D | input-compat.c | 83 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_cdclk.c | 1228 u16 waveform; member 1570 u16 waveform; in bxt_get_cdclk() local 1727 return table[i].waveform; in cdclk_squash_waveform() 1756 u16 waveform) in dg2_cdclk_squash_program() argument 1760 if (waveform) in dg2_cdclk_squash_program() 1762 CDCLK_SQUASH_WINDOW_SIZE(0xf) | waveform; in dg2_cdclk_squash_program() 1777 static int cdclk_squash_divider(u16 waveform) in cdclk_squash_divider() argument 1779 return hweight16(waveform ?: 0xffff); in cdclk_squash_divider() 1855 u16 waveform; in _bxt_set_cdclk() local 1873 if (waveform) in _bxt_set_cdclk() [all …]
|
/openbmc/linux/Documentation/devicetree/bindings/input/ |
H A D | dlg,da7280.txt | 21 1 - Register triggered waveform memory(RTWM) mode, the pattern 23 2 - Edge triggered waveform memory(ETWM) mode, external GPI(N) 47 - dlg,ps-seq-id: the PS_SEQ_ID(pattern ID in waveform memory inside chip) 72 - dlg,mem-array: Customized waveform memory(patterns) data downloaded to
|
/openbmc/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
|
/openbmc/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.
|
/openbmc/linux/include/uapi/sound/ |
H A D | asound_fm.h | 48 unsigned char waveform; /* 3 bits: waveform shape */ member
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/gtkwave/ |
H A D | gtkwave_3.3.117.bb | 1 SUMMARY = "VCD (Value Change Dump) file waveform viewer"
|
/openbmc/linux/Documentation/devicetree/bindings/iio/dac/ |
H A D | st,stm32-dac.yaml | 13 It has built-in noise and triangle waveform generator and supports external
|
/openbmc/linux/Documentation/devicetree/bindings/phy/ |
H A D | fsl,imx8mq-usb-phy.yaml | 46 Adjusts the rise/fall time duration of the HS waveform relative to
|
H A D | qcom,usb-snps-femto-v2.yaml | 115 This adjusts the rise/fall times of the high-speed waveform.
|
/openbmc/qemu/include/standard-headers/linux/ |
H A D | input.h | 403 uint16_t waveform; member
|
/openbmc/linux/include/uapi/linux/ |
H A D | input.h | 406 __u16 waveform; member
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-platform-dptf | 155 to spread waveform
|
/openbmc/linux/sound/drivers/opl3/ |
H A D | opl3_synth.c | 534 reg_val = voice->waveform & OPL3_WAVE_SELECT_MASK; in snd_opl3_set_voice()
|
/openbmc/linux/drivers/input/joystick/iforce/ |
H A D | iforce-ff.c | 371 switch (effect->u.periodic.waveform) { in iforce_upload_periodic()
|
/openbmc/linux/Documentation/devicetree/bindings/timer/ |
H A D | renesas,rz-mtu3.yaml | 53 of two types of waveform output (chopping or level).
|
/openbmc/linux/drivers/input/serio/ |
H A D | Kconfig | 133 clock, a basic audio waveform generator, and an HP-HIL Master
|
/openbmc/linux/Documentation/devicetree/bindings/usb/ |
H A D | ci-hdrc-usb2.yaml | 304 of the high-speed transmitter waveform. It has no unit. The rise/fall
|
/openbmc/linux/drivers/input/misc/ |
H A D | uinput.c | 250 effect->u.periodic.waveform == FF_CUSTOM) in uinput_dev_upload_effect()
|
H A D | da7280.c | 535 if (effect->u.periodic.waveform != FF_CUSTOM) { in da7280_haptics_upload_effect()
|
/openbmc/linux/drivers/hid/usbhid/ |
H A D | hid-pidff.c | 586 switch (effect->u.periodic.waveform) { in pidff_upload_effect()
|