Home
last modified time | relevance | path

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

/linux/Documentation/ABI/testing/
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.
/linux/drivers/hid/
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,
/linux/include/uapi/sound/
A Dasound_fm.h56 unsigned char sustain; /* 4 bits: sustain level */ member
/linux/Documentation/devicetree/bindings/display/tilcdc/
A Dtilcdc.txt15 interface / lcd controller combination can sustain
/linux/sound/drivers/opl3/
A Dopl3_synth.c509 reg_val = (voice->sustain << 4) & OPL3_SUSTAIN_MASK; in snd_opl3_set_voice()
/linux/Documentation/power/powercap/
A Ddtpm.rst12 Another aspect is to sustain the performance for a given power budget,
/linux/Documentation/driver-api/thermal/
A Dcpu-idle-cooling.rst143 When we reach the thermal trip point, we have to sustain a specified
/linux/Documentation/admin-guide/pm/
A Dintel-speed-select.rst87 defines a set of CPUs that need to be online and rest offline to sustain a

Completed in 13 milliseconds