Home
last modified time | relevance | path

Searched refs:Volume (Results 1 – 25 of 246) sorted by relevance

12345678910

/openbmc/linux/Documentation/sound/cards/
H A Daudigy-mixer.rst47 name='PCM Front Playback Volume',index=0
53 name='PCM Surround Playback Volume',index=0
60 name='PCM Side Playback Volume',index=0
66 name='PCM Center Playback Volume',index=0
72 name='PCM LFE Playback Volume',index=0
78 name='PCM Playback Volume',index=0
84 name='PCM Capture Volume',index=0
90 name='Music Playback Volume',index=0
96 name='Music Capture Volume',index=0
102 name='Mic Playback Volume',index=0
[all …]
H A Dsb-live-mixer.rst62 ``name='Wave Playback Volume',index=0``
68 ``name='Wave Surround Playback Volume',index=0``
75 ``name='Wave Center Playback Volume',index=0``
82 ``name='Wave LFE Playback Volume',index=0``
89 ``name='Wave Capture Volume',index=0``, ``name='Wave Capture Switch',index=0``
96 ``name='Synth Playback Volume',index=0``
102 ``name='Synth Capture Volume',index=0``, ``name='Synth Capture Switch',index=0``
109 ``name='Surround Playback Volume',index=0``
116 ``name='Surround Capture Volume',index=0``, ``name='Surround Capture Switch',index=0``
123 ``name='Center Playback Volume',index=0``
[all …]
H A Demu-mixer.rst98 name='PCM Front Playback Volume',index=0
105 name='PCM Surround Playback Volume',index=0
112 name='PCM Side Playback Volume',index=0
119 name='PCM Center Playback Volume',index=0
125 name='PCM LFE Playback Volume',index=0
131 name='PCM Playback Volume',index=0
137 name='PCM Capture Volume',index=0
143 name='Music Playback Volume',index=0
149 name='Music Capture Volume',index=0
155 name='Front Playback Volume',index=0
[all …]
/openbmc/estoraged/src/
H A Destoraged.cpp33 using sdbusplus::xyz::openbmc_project::Inventory::Item::server::Volume;
62 Volume::FilesystemType type) { in EStoraged()
67 [this](Volume::EraseMethod eraseType) { this->erase(eraseType); }); in EStoraged()
161 Volume::FilesystemType type) in formatLuks()
166 if (type != Volume::FilesystemType::ext4) in formatLuks()
180 void EStoraged::erase(Volume::EraseMethod inEraseMethod) in erase()
187 case Volume::EraseMethod::CryptoErase: in erase()
193 case Volume::EraseMethod::VerifyGeometry: in erase()
199 case Volume::EraseMethod::LogicalOverWrite: in erase()
205 case Volume::EraseMethod::LogicalVerify: in erase()
[all …]
/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Inventory/Item/Volume/
H A Dmeson.build3 sdbusplus_current_path = 'xyz/openbmc_project/Inventory/Item/Volume'
8 '../../../../../../yaml/xyz/openbmc_project/Inventory/Item/Volume.interface.yaml',
23 'xyz/openbmc_project/Inventory/Item/Volume',
/openbmc/estoraged/src/test/
H A Destoraged_test.cpp28 using sdbusplus::server::xyz::openbmc_project::inventory::item::Volume;
166 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F()
213 esObject->formatLuks(password, Volume::FilesystemType::ext4); in TEST_F()
226 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
242 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
255 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
270 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
288 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
309 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
338 EXPECT_THROW(esObject->formatLuks(password, Volume::FilesystemType::ext4), in TEST_F()
[all …]
/openbmc/qemu/audio/
H A Daudio.h129 typedef struct Volume { struct
133 } Volume; argument
135 void audio_set_volume_out(SWVoiceOut *sw, Volume *vol);
136 void audio_set_volume_in(SWVoiceIn *sw, Volume *vol);
H A Ddbusaudio.c67 Volume volume;
76 Volume volume;
218 Volume *vol = &vo->volume; in dbus_volume_out_listener()
235 dbus_volume_out(HWVoiceOut *hw, Volume *vol) in dbus_volume_out()
308 Volume *vol = &vo->volume; in dbus_volume_in_listener()
325 dbus_volume_in(HWVoiceIn *hw, Volume *vol) in dbus_volume_in()
/openbmc/qemu/hw/audio/
H A Dgusemu_mixer.c84 int sample1, sample2, Volume; in gus_mixvoices() local
102Volume = ((((Volume32 >> (4 + 5)) & 0xff) + 256) << (Volume32 >> ((4 + 8) + 5))) / 512; /* semi-lo… in gus_mixvoices()
103 sample1 = (((sample1 * Volume) >> 16) * (512 - (CurrPos % 512))) / 512; in gus_mixvoices()
104 sample2 = (((sample2 * Volume) >> 16) * (CurrPos % 512)) / 512; in gus_mixvoices()
/openbmc/estoraged/include/
H A Destoraged.hpp28 using sdbusplus::xyz::openbmc_project::Inventory::Item::server::Volume;
82 Volume::FilesystemType type);
88 void erase(Volume::EraseMethod eraseType);
/openbmc/linux/Documentation/sound/designs/
H A Dcontrol-names.rst26 Volume amplifier
103 [Analogue|Digital] Capture Volume aka input gain volume
105 [Analogue|Digital] Playback Volume aka output gain volume
133 IEC958 [...] [Playback|Capture] Volume digital volume control
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dendpoint.hpp18 Volume, enumerator
47 {EntityType::Volume, "Volume"},
/openbmc/linux/Documentation/devicetree/bindings/sound/
H A Drenesas,rsnd.txt15 - DVC : Digital Volume and Mute Function
155 * DVC (Digital Volume and Mute Function)
160 Playback Volume
163 Capture Volume
172 Volume Ramp
177 amixer set "DVC Out" 80% // Volume Down
178 amixer set "DVC Out" 100% // Volume Up
/openbmc/qemu/target/mips/tcg/
H A Drel6.decode9 # MIPS Architecture for Programmers Volume II-A
13 # MIPS Architecture for Programmers Volume II-A
/openbmc/linux/arch/arm64/boot/dts/renesas/
H A Drz-smarc-common.dtsi18 * amixer cset name='Headphone Playback Volume' 100
19 * amixer cset name='PCM Volume' 100%
20 * amixer cset name='Input PGA Volume' 25
/openbmc/linux/arch/arm64/boot/dts/amlogic/
H A Dmeson-gxbb-p200.dts43 label = "Volume Up";
49 label = "Volume Down";
/openbmc/linux/arch/arm64/boot/dts/exynos/
H A Dexynos7885-jackpotlte.dts44 label = "Volume Up";
50 label = "Volume Down";
/openbmc/linux/arch/arm/boot/dts/nxp/imx/
H A Dimx53-ard.dts79 label = "Volume Up";
85 label = "Volume Down";
/openbmc/linux/arch/arm/boot/dts/renesas/
H A Dr8a7745-iwg22d-sodimm.dts21 * You can use Volume Ramp
27 * amixer set "DVC Out" 80% // Volume Down
28 * amixer set "DVC Out" 100% // Volume Up
H A Diwg20d-q7-common.dtsi21 * You can use Volume Ramp
27 * amixer set "DVC Out" 80% // Volume Down
28 * amixer set "DVC Out" 100% // Volume Up
/openbmc/linux/arch/arm/boot/dts/allwinner/
H A Dsun4i-a10-topwise-a721.dts131 label = "Volume Up";
138 label = "Volume Down";
H A Dsunxi-reference-design-tablet.dtsi64 label = "Volume Up";
71 label = "Volume Down";
/openbmc/u-boot/arch/arm/dts/
H A Dsunxi-reference-design-tablet.dtsi65 label = "Volume Up";
72 label = "Volume Down";
H A Dsunxi-q8-common.dtsi65 label = "Volume Up";
72 label = "Volume Down";
H A Dsun6i-a31s-inet-q972.dts77 label = "Volume Down";
84 label = "Volume Up";

12345678910