Searched refs:sustain (Results 1 – 8 of 8) sorted by relevance
10 What: /sys/bus/hid/drivers/prodikeys/.../sustain15 Allows control (via software) the sustain duration of a17 0 means sustain mode is disabled.
155 unsigned sustain = 0; in store_sustain() local157 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,
56 unsigned char sustain; /* 4 bits: sustain level */ member
15 interface / lcd controller combination can sustain
509 reg_val = (voice->sustain << 4) & OPL3_SUSTAIN_MASK; in snd_opl3_set_voice()
12 Another aspect is to sustain the performance for a given power budget,
143 When we reach the thermal trip point, we have to sustain a specified
87 defines a set of CPUs that need to be online and rest offline to sustain a
Completed in 14 milliseconds