Home
last modified time | relevance | path

Searched full:sustain (Results 1 – 25 of 37) sorted by relevance

12

/linux/drivers/hid/
H A Dhid-prodikeys.c9 * Sustain Duration available via sysfs.
126 /* Output routine for the sysfs sustain file */
133 dbg_hid("pcmidi sysfs read sustain=%u\n", pm->midi_sustain); in show_sustain()
139 /* Input routine for the sysfs sustain file */
146 unsigned sustain = 0; in store_sustain() local
148 if (sscanf(buf, "%u", &sustain) > 0 && sustain <= PCMIDI_SUSTAIN_MAX) { in store_sustain()
149 dbg_hid("pcmidi sysfs write sustain=%u\n", sustain); in store_sustain()
150 pm->midi_sustain = sustain; in store_sustain()
151 pm->midi_sustain_mode = (0 == sustain || !pm->midi_mode) ? 0 : 1; in store_sustain()
157 static DEVICE_ATTR(sustain, S_IRUGO | S_IWUSR | S_IWGRP, show_sustain,
[all …]
/linux/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.
/linux/include/uapi/sound/
H A Dasound_fm.h33 unsigned char do_sustain; /* sustain phase */
41 unsigned char sustain; /* 4 bits: sustain level */ member
H A Dsfnt_info.h78 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */
83 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
/linux/sound/synth/emux/
H A Demux_effect.c48 {PARM_BYTE_HI, 0, 0x7f, parm_offset(moddcysus), 0}, /* env1 sustain */
57 {PARM_BYTE_HI, 0, 0x7f, parm_offset(voldcysus), 0}, /* env2 sustain */
H A Dsoundfont.c584 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
/linux/sound/drivers/opl3/
H A Dopl3_synth.c506 /* Set sustain phase level */ in snd_opl3_set_voice()
507 reg_val = (voice->sustain << 4) & OPL3_SUSTAIN_MASK; in snd_opl3_set_voice()
/linux/Documentation/power/powercap/
H A Ddtpm.rst12 Another aspect is to sustain the performance for a given power budget,
/linux/fs/nfs/
H A Dnfs40client.c235 /* Sustain the lease, even if it's empty. If the clientid4 in nfs40_discover_server_trunking()
/linux/Documentation/driver-api/thermal/
H A Dcpu-idle-cooling.rst143 When we reach the thermal trip point, we have to sustain a specified
/linux/include/sound/
H A Dopl3.h117 * Sustain level / Release rate (0x80 to 0x95)
/linux/Documentation/core-api/real-time/
H A Dhardware.rst90 should be tested to confirm it can sustain this behavior over extended periods.
/linux/sound/pci/emu10k1/
H A Demu10k1_callback.c398 /* decay/sustain parameter for volume envelope is used in start_voice()
/linux/sound/isa/sb/
H A Demu8000_callback.c249 /* decay/sustain parameter for volume envelope is used in start_voice()
H A Demu8000_pcm.c291 /* decay/sustain parameter for volume envelope is used in setup_voice()
/linux/sound/core/seq/
H A Dseq_midi_emul.c274 /* Sustain has been released, turn off held notes */ in do_control()
/linux/net/tipc/
H A Dbcast.c171 * in each sent buffer. We can sustain this. Excess destination nodes will
/linux/lib/crypto/arm/
H A Dsha512-armv4.pl44 # Technical writers asserted that 3-way S4 pipeline can sustain
/linux/drivers/scsi/
H A Dscsi_transport_spi.c955 /* See if we actually managed to negotiate and sustain DT */ in spi_dv_device_internal()
/linux/Documentation/admin-guide/pm/
H A Damd-pstate.rst108 able to sustain their nominal performance state simultaneously.
/linux/drivers/net/ethernet/mscc/
H A Docelot.c2629 * in order to be able to sustain communication at the requested @sdu.
/linux/tools/perf/pmu-events/arch/x86/rocketlake/
H A Drkl-metrics.json178 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…
/linux/tools/perf/pmu-events/arch/x86/icelake/
H A Dicl-metrics.json178 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…
/linux/tools/perf/pmu-events/arch/x86/skylake/
H A Dskl-metrics.json163 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…
/linux/tools/perf/pmu-events/arch/x86/tigerlake/
H A Dtgl-metrics.json178 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…

12