Home
last modified time | relevance | path

Searched refs:sustain (Results 1 – 12 of 12) sorted by relevance

/OK3568_Linux_fs/kernel/Documentation/ABI/testing/
H A Dsysfs-driver-hid-prodikeys10 What: /sys/bus/hid/drivers/prodikeys/.../sustain
15 Allows control (via software) the sustain duration of a
17 0 means sustain mode is disabled.
/OK3568_Linux_fs/kernel/drivers/hid/
H A Dhid-prodikeys.c155 unsigned sustain = 0; in store_sustain() local
157 if (sscanf(buf, "%u", &sustain) > 0 && sustain <= PCMIDI_SUSTAIN_MAX) { in store_sustain()
158 dbg_hid("pcmidi sysfs write sustain=%u\n", sustain); in store_sustain()
159 pk->pm->midi_sustain = sustain; in store_sustain()
161 (0 == sustain || !pk->pm->midi_mode) ? 0 : 1; in store_sustain()
167 static DEVICE_ATTR(sustain, S_IRUGO | S_IWUSR | S_IWGRP, show_sustain,
/OK3568_Linux_fs/buildroot/package/opentyrian/
H A D0001-Move-definitions-that-don-t-need-to-be-exposed-from-opl-h-to-opl-c.patch116 + fltype sustain_level; // sustain level
120 + Bit32u op_state; // current state of operator (attack/decay/sustain/release/off)
126 + bool sus_keep; // keep sustain level when decay finished
287 - fltype sustain_level; // sustain level
291 - Bit32u op_state; // current state of operator (attack/decay/sustain/release/off)
297 - bool sus_keep; // keep sustain level when decay finished
/OK3568_Linux_fs/kernel/include/uapi/sound/
H A Dasound_fm.h56 unsigned char sustain; /* 4 bits: sustain level */ 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.h56 unsigned char sustain; /* 4 bits: sustain level */ 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.h56 unsigned char sustain; /* 4 bits: sustain level */ member
/OK3568_Linux_fs/kernel/Documentation/devicetree/bindings/display/tilcdc/
H A Dtilcdc.txt15 interface / lcd controller combination can sustain
/OK3568_Linux_fs/kernel/sound/drivers/opl3/
H A Dopl3_synth.c509 reg_val = (voice->sustain << 4) & OPL3_SUSTAIN_MASK; in snd_opl3_set_voice()
/OK3568_Linux_fs/kernel/Documentation/power/powercap/
H A Ddtpm.rst12 Another aspect is to sustain the performance for a given power budget,
/OK3568_Linux_fs/kernel/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst143 When we reach the thermal trip point, we have to sustain a specified
/OK3568_Linux_fs/kernel/Documentation/admin-guide/pm/
H A Dintel-speed-select.rst87 defines a set of CPUs that need to be online and rest offline to sustain a
/OK3568_Linux_fs/kernel/arch/arm/crypto/
H A Dsha512-core.S_shipped43 @ Technical writers asserted that 3-way S4 pipeline can sustain