| /linux/drivers/hid/ |
| H A D | hid-prodikeys.c | 9 * 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 D | sysfs-driver-hid-prodikeys | 10 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 D | asound_fm.h | 33 unsigned char do_sustain; /* sustain phase */ 41 unsigned char sustain; /* 4 bits: sustain level */ member
|
| H A D | sfnt_info.h | 78 unsigned short moddcysus; /* modulation decay & sustain (0x7f7f) */ 83 unsigned short voldcysus; /* volume decay & sustain (0x7f7f) */
|
| /linux/sound/synth/emux/ |
| H A D | emux_effect.c | 48 {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 D | soundfont.c | 584 * Env1/2: delay=0, attack=0, hold=0, sustain=0, decay=0, release=0.
|
| /linux/sound/drivers/opl3/ |
| H A D | opl3_synth.c | 506 /* 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 D | dtpm.rst | 12 Another aspect is to sustain the performance for a given power budget,
|
| /linux/fs/nfs/ |
| H A D | nfs40client.c | 235 /* Sustain the lease, even if it's empty. If the clientid4 in nfs40_discover_server_trunking()
|
| /linux/Documentation/driver-api/thermal/ |
| H A D | cpu-idle-cooling.rst | 143 When we reach the thermal trip point, we have to sustain a specified
|
| /linux/include/sound/ |
| H A D | opl3.h | 117 * Sustain level / Release rate (0x80 to 0x95)
|
| /linux/Documentation/core-api/real-time/ |
| H A D | hardware.rst | 90 should be tested to confirm it can sustain this behavior over extended periods.
|
| /linux/sound/pci/emu10k1/ |
| H A D | emu10k1_callback.c | 398 /* decay/sustain parameter for volume envelope is used in start_voice()
|
| /linux/sound/isa/sb/ |
| H A D | emu8000_callback.c | 249 /* decay/sustain parameter for volume envelope is used in start_voice()
|
| H A D | emu8000_pcm.c | 291 /* decay/sustain parameter for volume envelope is used in setup_voice()
|
| /linux/sound/core/seq/ |
| H A D | seq_midi_emul.c | 274 /* Sustain has been released, turn off held notes */ in do_control()
|
| /linux/net/tipc/ |
| H A D | bcast.c | 171 * in each sent buffer. We can sustain this. Excess destination nodes will
|
| /linux/lib/crypto/arm/ |
| H A D | sha512-armv4.pl | 44 # Technical writers asserted that 3-way S4 pipeline can sustain
|
| /linux/drivers/scsi/ |
| H A D | scsi_transport_spi.c | 955 /* See if we actually managed to negotiate and sustain DT */ in spi_dv_device_internal()
|
| /linux/Documentation/admin-guide/pm/ |
| H A D | amd-pstate.rst | 108 able to sustain their nominal performance state simultaneously.
|
| /linux/drivers/net/ethernet/mscc/ |
| H A D | ocelot.c | 2629 * in order to be able to sustain communication at the requested @sdu.
|
| /linux/tools/perf/pmu-events/arch/x86/rocketlake/ |
| H A D | rkl-metrics.json | 178 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…
|
| /linux/tools/perf/pmu-events/arch/x86/icelake/ |
| H A D | icl-metrics.json | 178 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…
|
| /linux/tools/perf/pmu-events/arch/x86/skylake/ |
| H A D | skl-metrics.json | 163 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…
|
| /linux/tools/perf/pmu-events/arch/x86/tigerlake/ |
| H A D | tgl-metrics.json | 178 …uction fetch bandwidth related bottlenecks (when the front-end could not sustain operations delive…
|