Home
last modified time | relevance | path

Searched refs:waveform (Results 1 – 25 of 35) sorted by relevance

12

/OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/epdlut/
H A Depd_lut.c21 int epd_lut_from_mem_init(void *waveform) in epd_lut_from_mem_init() argument
25 ret = rkf_wf_input(waveform); in epd_lut_from_mem_init()
34 ret = pvi_wf_input(waveform); in epd_lut_from_mem_init()
46 int epd_lut_from_file_init(struct device *dev, void *waveform, int size) in epd_lut_from_file_init() argument
51 ret = request_firmware_into_buf(&fw, "waveform.bin", dev, waveform, size); in epd_lut_from_file_init()
57 return epd_lut_from_mem_init(waveform); in epd_lut_from_file_init()
H A DMakefile3 obj-$(CONFIG_ROCKCHIP_EBC_DEV) += epd_lut.o waveform.o
5 waveform-$(CONFIG_ARM64) += pvi_waveform_v8.o rkf_waveform_v8.o
H A Depd_lut.h48 int epd_lut_from_mem_init(void *waveform);
49 int epd_lut_from_file_init(struct device *dev, void *waveform, int size);
/OK3568_Linux_fs/kernel/Documentation/fb/
H A Dmetronomefb.rst23 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
/OK3568_Linux_fs/u-boot/drivers/video/rk_eink/epdlut/
H A Depd_lut.c13 int epd_lut_from_mem_init(void *waveform, struct epd_lut_ops *ops) in epd_lut_from_mem_init() argument
17 ret = rkf_wf_input(waveform); in epd_lut_from_mem_init()
26 ret = pvi_wf_input(waveform); in epd_lut_from_mem_init()
H A Depd_lut.h80 int epd_lut_from_mem_init(void *waveform, struct epd_lut_ops *ops);
/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch58 +#define WAVEPREC 1024 // waveform precision (10 bits)
113 + Bit32u tcount, wfpos, tinc; // time (position in waveform) and time increment
123 + Bit16s* cur_wform; // start of selected waveform
124 + Bit32u cur_wmask; // mask for selected waveform
151 +static Bit8u wave_sel[44]; // waveform selection
154 +static Bit8u wave_sel[22]; // waveform selection
229 -#define WAVEPREC 1024 // waveform precision (10 bits)
284 - Bit32u tcount, wfpos, tinc; // time (position in waveform) and time increment
294 - Bit16s* cur_wform; // start of selected waveform
295 - Bit32u cur_wmask; // mask for selected waveform
[all …]
/OK3568_Linux_fs/kernel/drivers/input/
H A Dff-core.c45 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()
H A Dinput-compat.h26 __u16 waveform; member
H A Dinput-compat.c83 compat_effect->u.periodic.waveform == FF_CUSTOM) in input_ff_effect_from_user()
/OK3568_Linux_fs/kernel/include/linux/
H A Dleds-bd2802.h17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument
18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
/OK3568_Linux_fs/buildroot/package/kodi-visualisation-waveform/
H A DConfig.in2 bool "kodi-visualisation-waveform"
7 https://github.com/notspiff/visualization.waveform
H A Dkodi-visualisation-waveform.hash2 …08b958a56ebbacf315865c7e527258778fe9580469876e4858c kodi-visualisation-waveform-19.0.1-Matrix.tar…
H A Dkodi-visualisation-waveform.mk8 KODI_VISUALISATION_WAVEFORM_SITE = $(call github,xbmc,visualization.waveform,$(KODI_VISUALISATION_W…
/OK3568_Linux_fs/kernel/Documentation/input/
H A Dff.rst76 - 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
/OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/
H A Drk3566-eink.dtsi12 waveform_reserved: waveform@10800000 {
26 waveform-region = <&waveform_reserved>;
/OK3568_Linux_fs/kernel/drivers/staging/iio/Documentation/
H A Dsysfs-bus-iio-dds87 Specifies the output waveform.
89 For a list of available output waveform options read
96 Lists all available output waveform options.
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound_fm.h63 unsigned char waveform; /* 3 bits: waveform shape */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/sound/
H A Dasound_fm.h63 unsigned char waveform; /* 3 bits: waveform shape */ member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/sound/
H A Dasound_fm.h63 unsigned char waveform; /* 3 bits: waveform shape */ member
/OK3568_Linux_fs/buildroot/package/sdl_sound/
H A DConfig.in11 decoded waveform data back at her leisure.
/OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkwave/
H A Dgtkwave_3.3.111.bb1 SUMMARY = "VCD (Value Change Dump) file waveform viewer"
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/arm/gcc-arm-10.3-2021.07-x86_64-arm-none-linux-gnueabihf/arm-none-linux-gnueabihf/libc/usr/include/linux/
H A Dinput.h399 __u16 waveform; member
/OK3568_Linux_fs/prebuilts/gcc/linux-x86/aarch64/gcc-arm-10.3-2021.07-x86_64-aarch64-none-linux-gnu/aarch64-none-linux-gnu/libc/usr/include/linux/
H A Dinput.h399 __u16 waveform; member
/OK3568_Linux_fs/kernel/include/uapi/linux/
H A Dinput.h402 __u16 waveform; member

12