| /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() 27 printk("[lut]: failed to input RKF waveform\n"); in epd_lut_from_mem_init() 29 printk("[lut]: RKF waveform\n"); in epd_lut_from_mem_init() 34 ret = pvi_wf_input(waveform); in epd_lut_from_mem_init() 36 printk("[lut]: failed to input PVI waveform\n"); in epd_lut_from_mem_init() 38 printk("[lut]: PVI waveform\n"); 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() 53 dev_err(dev, "failed to load waveform firmware: %d\n", ret); in epd_lut_from_file_init() [all …]
|
| 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); 54 * PVI Waveform Interfaces 61 * RKF Waveform Interfaces
|
| 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
|
| /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() 19 printf("[lut]: failed to input RKF waveform\n"); in epd_lut_from_mem_init() 21 printf("[lut]: RKF waveform\n"); in epd_lut_from_mem_init() 26 ret = pvi_wf_input(waveform); in epd_lut_from_mem_init() 28 printf("[lut]: failed to input PVI waveform\n"); in epd_lut_from_mem_init() 30 printf("[lut]: PVI waveform\n"); 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); 90 * PVI Waveform Interfaces 98 * RKF Waveform Interfaces
|
| /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/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/video/fbdev/ |
| H A D | metronomefb.c | 127 /* the waveform structure that is coming from userspace firmware */ 169 /* here we decode the incoming waveform file and populate metromem */ 221 the waveform. presumably selecting the right one for the in load_waveform() 245 /* check waveform mode table address checksum */ in load_waveform() 257 /* check waveform temperature table address checksum */ in load_waveform() 269 /* here we do the real work of putting the waveform into the in load_waveform() 270 metromem buffer. this does runlength decoding of the waveform */ in load_waveform() 299 dev_err(dev, "Error: bad waveform data cksum" in load_waveform() 604 contains the display controller commands, waveform, in metronomefb_probe() 678 /* load the waveform in. assume mode 3, temp 31 for now in metronomefb_probe() [all …]
|
| H A D | broadsheetfb.c | 310 /* functions for waveform manipulation */ 747 dev_err(dev, "Failed to get broadsheet waveform\n"); in broadsheet_loadstore_waveform() 751 /* try to enforce reasonable min max on waveform */ in broadsheet_loadstore_waveform() 753 dev_err(dev, "Invalid waveform\n"); in broadsheet_loadstore_waveform() 764 dev_err(dev, "Failed to store broadsheet waveform\n"); in broadsheet_loadstore_waveform() 768 dev_info(dev, "Stored broadsheet waveform, size %zd\n", fw_entry->size); in broadsheet_loadstore_waveform() 806 /* setup waveform */ in broadsheet_init_display()
|
| /OK3568_Linux_fs/buildroot/package/kodi-visualisation-waveform/ |
| H A D | Config.in | 2 bool "kodi-visualisation-waveform" 5 Waveform visualiser for Kodi 7 https://github.com/notspiff/visualization.waveform
|
| H A D | kodi-visualisation-waveform.mk | 3 # kodi-visualisation-waveform 8 KODI_VISUALISATION_WAVEFORM_SITE = $(call github,xbmc,visualization.waveform,$(KODI_VISUALISATION_W…
|
| /OK3568_Linux_fs/buildroot/dl/sox/git/src/ |
| H A D | htk.c | 23 Waveform, Lpc, Lprefc, Lpcepstra, Lpdelcep, Irefc, enumerator 26 "Sampled waveform", "Linear prediction filter", "Linear prediction", 40 if (parmKind != Waveform) { in start_read() 64 || lsx_writew(ft, Waveform) ? SOX_EOF : SOX_SUCCESS; in write_header()
|
| /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/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()
|
| /OK3568_Linux_fs/kernel/include/soc/at91/ |
| H A D | atmel_tcb.h | 94 * one of the other two timers that's being run in waveform mode. 128 * The timers can be chained in various ways, and operated in "waveform" 132 * Each timer has two I/O pins, TIOA and TIOB. Waveform mode uses TIOA as a 162 #define ATMEL_TC_WAVE (1 << 15) /* true = Waveform mode */ 185 /* WAVEFORM mode CMR bits */ 199 #define ATMEL_TC_WAVESEL (3 << 13) /* waveform type */
|
| /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/linux/ |
| H A D | leds-bd2802.h | 17 #define RGB_TIME(slopedown, slopeup, waveform) \ argument 18 ((slopedown) << 6 | (slopeup) << 4 | (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/cpufreq/ |
| H A D | sa1100-cpufreq.c | 44 * MDCAS0 0xA0000004 Access waveform 45 * MDCAS1 0xA0000008 Access waveform 46 * MDCAS2 0xA000000C Access waveform
|
| /OK3568_Linux_fs/kernel/drivers/staging/comedi/drivers/ |
| H A D | comedi_test.c | 5 * Generates fake waveform signals that can be read through 81 unsigned int wf_amplitude; /* waveform amplitude in microvolts */ 82 unsigned int wf_period; /* waveform period in microseconds */ 83 unsigned int wf_current; /* current time in waveform period */ 170 /* generates a different waveform depending on what channel is read */ 387 /* Determine time within waveform period at time of conversion. */ in waveform_ai_cmd() 730 "%s: %u microvolt, %u microsecond waveform attached\n", in waveform_common_attach()
|
| /OK3568_Linux_fs/u-boot/drivers/video/ |
| H A D | ipu_disp.c | 910 /* Setup internal HSYNC waveform */ in ipu_init_sync_panel() 927 /* Field 1 VSYNC waveform */ in ipu_init_sync_panel() 944 /* Setup internal HSYNC waveform */ in ipu_init_sync_panel() 995 /* Field 0 VSYNC waveform */ in ipu_init_sync_panel() 1012 /* DC VSYNC waveform */ in ipu_init_sync_panel() 1030 /* active pixel waveform */ in ipu_init_sync_panel() 1076 /* Setup internal HSYNC waveform */ in ipu_init_sync_panel() 1082 /* Setup external (delayed) HSYNC waveform */ in ipu_init_sync_panel() 1087 /* Setup VSYNC waveform */ in ipu_init_sync_panel() 1095 /* Setup active data waveform to sync with DC */ in ipu_init_sync_panel()
|
| /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/kernel/include/linux/mfd/ |
| H A D | max8997.h | 124 * @pattern_cycle: the number of cycles of the waveform 127 * @pattern_signal_period: period of the waveform for the internal mode pattern
|