| /OK3568_Linux_fs/kernel/drivers/gpu/drm/rockchip/ebc-dev/epdlut/ |
| H A D | epd_lut.c | 21 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 D | Makefile | 3 obj-$(CONFIG_ROCKCHIP_EBC_DEV) += epd_lut.o waveform.o 5 waveform-$(CONFIG_ARM64) += pvi_waveform_v8.o rkf_waveform_v8.o
|
| H A D | epd_lut.h | 48 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 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
|
| /OK3568_Linux_fs/u-boot/drivers/video/rk_eink/epdlut/ |
| H A D | epd_lut.c | 13 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 D | epd_lut.h | 80 int epd_lut_from_mem_init(void *waveform, struct epd_lut_ops *ops);
|
| /OK3568_Linux_fs/buildroot/package/opentyrian/ |
| H A D | 0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch | 58 +#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 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()
|
| 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()
|
| /OK3568_Linux_fs/kernel/include/linux/ |
| H A D | leds-bd2802.h | 17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument 18 ((slopedown) << 6 | (slopeup) << 4 | (waveform))
|
| /OK3568_Linux_fs/buildroot/package/kodi-visualisation-waveform/ |
| H A D | Config.in | 2 bool "kodi-visualisation-waveform" 7 https://github.com/notspiff/visualization.waveform
|
| H A D | kodi-visualisation-waveform.hash | 2 …08b958a56ebbacf315865c7e527258778fe9580469876e4858c kodi-visualisation-waveform-19.0.1-Matrix.tar…
|
| H A D | kodi-visualisation-waveform.mk | 8 KODI_VISUALISATION_WAVEFORM_SITE = $(call github,xbmc,visualization.waveform,$(KODI_VISUALISATION_W…
|
| /OK3568_Linux_fs/kernel/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
|
| /OK3568_Linux_fs/kernel/arch/arm64/boot/dts/rockchip/ |
| H A D | rk3566-eink.dtsi | 12 waveform_reserved: waveform@10800000 { 26 waveform-region = <&waveform_reserved>;
|
| /OK3568_Linux_fs/kernel/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.
|
| /OK3568_Linux_fs/kernel/include/uapi/sound/ |
| H A D | asound_fm.h | 63 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 D | asound_fm.h | 63 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 D | asound_fm.h | 63 unsigned char waveform; /* 3 bits: waveform shape */ member
|
| /OK3568_Linux_fs/buildroot/package/sdl_sound/ |
| H A D | Config.in | 11 decoded waveform data back at her leisure.
|
| /OK3568_Linux_fs/yocto/meta-openembedded/meta-oe/recipes-graphics/gtkwave/ |
| H A D | gtkwave_3.3.111.bb | 1 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 D | input.h | 399 __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 D | input.h | 399 __u16 waveform; member
|
| /OK3568_Linux_fs/kernel/include/uapi/linux/ |
| H A D | input.h | 402 __u16 waveform; member
|