Home
last modified time | relevance | path

Searched refs:vol (Results 376 - 400 of 466) sorted by relevance

1...<<111213141516171819

/kernel/linux/linux-6.6/include/trace/events/
H A Dcachefiles.h413 __field(unsigned int, vol )
419 __entry->vol = volume->vcookie->debug_id;
425 __entry->vol,
/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dmessages.c706 struct avs_volume_cfg *vol) in avs_ipc_peakvol_set_volume()
708 return avs_ipc_set_large_config(adev, module_id, instance_id, AVS_PEAKVOL_VOLUME, (u8 *)vol, in avs_ipc_peakvol_set_volume()
709 sizeof(*vol)); in avs_ipc_peakvol_set_volume()
705 avs_ipc_peakvol_set_volume(struct avs_dev *adev, u16 module_id, u8 instance_id, struct avs_volume_cfg *vol) avs_ipc_peakvol_set_volume() argument
/third_party/icu/icu4c/source/test/intltest/
H A Ducdtest.cpp724 UnicodeSet vol(u"[:InPC=Visual_Order_Left:]", errorCode); in TestIndicPositionalCategory()
725 assertTrue("some Visual_Order_Left", 19 <= vol.size() && vol.size() <= 100); in TestIndicPositionalCategory()
/kernel/linux/linux-5.10/drivers/accessibility/speakup/
H A Dspeakup_decext.c72 __ATTR(vol, 0644, spk_var_show, spk_var_store);
H A Dspeakup_apollo.c55 __ATTR(vol, 0644, spk_var_show, spk_var_store);
H A Dspeakup_acntpc.c62 __ATTR(vol, 0644, spk_var_show, spk_var_store);
H A Dspeakup_dectlk.c74 __ATTR(vol, 0644, spk_var_show, spk_var_store);
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.h189 uint32_t vol; member
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dsmu10_hwmgr.h189 uint32_t vol; member
/kernel/linux/linux-6.6/sound/pci/hda/
H A Dpatch_cs8409.h318 s8 vol[CS42L42_VOLUMES]; member
/kernel/linux/linux-5.10/sound/soc/uniphier/
H A Daio-core.c735 * @vol: target volume, range is 0x0000 - 0xffff.
739 * Gained = Original * vol / 0x4000
741 void aio_port_set_volume(struct uniphier_aio_sub *sub, int vol) in aio_port_set_volume() argument
751 diff = abs(vol - cur); in aio_port_set_volume()
760 OPORTMXTYVOLPARA2_TARGET_MASK, vol); in aio_port_set_volume()
762 if (cur < vol) in aio_port_set_volume()
/kernel/linux/linux-5.10/drivers/media/usb/em28xx/
H A Dem28xx-core.c461 int vol; in em28xx_audio_analog_set() local
468 vol = (0x1f - dev->volume) | ((0x1f - dev->volume) << 8); in em28xx_audio_analog_set()
472 vol |= 0x8000; in em28xx_audio_analog_set()
478 vol); in em28xx_audio_analog_set()
/kernel/linux/linux-6.6/drivers/media/usb/em28xx/
H A Dem28xx-core.c451 int vol; in em28xx_audio_analog_set() local
458 vol = (0x1f - dev->volume) | ((0x1f - dev->volume) << 8); in em28xx_audio_analog_set()
462 vol |= 0x8000; in em28xx_audio_analog_set()
468 vol); in em28xx_audio_analog_set()
/kernel/linux/linux-6.6/sound/soc/uniphier/
H A Daio-core.c736 * @vol: target volume, range is 0x0000 - 0xffff.
740 * Gained = Original * vol / 0x4000
742 void aio_port_set_volume(struct uniphier_aio_sub *sub, int vol) in aio_port_set_volume() argument
752 diff = abs(vol - cur); in aio_port_set_volume()
761 OPORTMXTYVOLPARA2_TARGET_MASK, vol); in aio_port_set_volume()
763 if (cur < vol) in aio_port_set_volume()
/kernel/linux/linux-5.10/sound/pci/
H A Dsonicvibes.c630 int vol, oleft, oright, mleft, mright; in snd_sonicvibes_interrupt() local
634 vol = udreg & 0x3f; in snd_sonicvibes_interrupt()
636 vol = -vol; in snd_sonicvibes_interrupt()
641 oleft += vol; in snd_sonicvibes_interrupt()
646 oright += vol; in snd_sonicvibes_interrupt()
/kernel/linux/linux-6.6/sound/pci/
H A Dsonicvibes.c629 int vol, oleft, oright, mleft, mright; in snd_sonicvibes_interrupt() local
633 vol = udreg & 0x3f; in snd_sonicvibes_interrupt()
635 vol = -vol; in snd_sonicvibes_interrupt()
640 oleft += vol; in snd_sonicvibes_interrupt()
645 oright += vol; in snd_sonicvibes_interrupt()
/kernel/linux/linux-6.6/sound/soc/codecs/
H A Dwm_adsp.c524 unsigned int out, rd, wr, vol; in wmfw_convert_flags() local
529 vol = SNDRV_CTL_ELEM_ACCESS_VOLATILE; in wmfw_convert_flags()
535 vol = SNDRV_CTL_ELEM_ACCESS_VOLATILE; in wmfw_convert_flags()
545 out |= vol; in wmfw_convert_flags()
547 out |= rd | wr | vol; in wmfw_convert_flags()
/kernel/linux/linux-5.10/sound/pci/trident/
H A Dtrident.h333 unsigned short vol; /* front volume */ member
H A Dtrident_main.c934 voice->Vol = mix->vol; in snd_trident_playback_prepare()
1439 voice->Vol = mix->vol; in snd_trident_spdif_prepare()
2622 ucontrol->value.integer.value[0] = 1023 - mix->vol; in snd_trident_pcm_vol_control_get()
2624 ucontrol->value.integer.value[0] = 255 - (mix->vol>>2); in snd_trident_pcm_vol_control_get()
2643 change = val != mix->vol; in snd_trident_pcm_vol_control_put()
2644 mix->vol = val; in snd_trident_pcm_vol_control_put()
2877 tmix->vol = T4D_DEFAULT_PCM_VOL; in snd_trident_pcm_mixer_build()
3597 tmix->vol = T4D_DEFAULT_PCM_VOL; in snd_trident_create()
/kernel/linux/linux-5.10/drivers/media/usb/tm6000/
H A Dtm6000.h323 void tm6000_set_volume(struct tm6000_core *dev, int vol);
/kernel/linux/linux-5.10/drivers/media/radio/
H A Dradio-gemtek.c214 static int gemtek_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in gemtek_s_mute_volume() argument
/kernel/linux/linux-6.6/drivers/media/radio/
H A Dradio-gemtek.c214 static int gemtek_s_mute_volume(struct radio_isa_card *isa, bool mute, int vol) in gemtek_s_mute_volume() argument
/kernel/linux/linux-6.6/sound/pci/trident/
H A Dtrident.h332 unsigned short vol; /* front volume */ member
H A Dtrident_main.c934 voice->Vol = mix->vol; in snd_trident_playback_prepare()
1439 voice->Vol = mix->vol; in snd_trident_spdif_prepare()
2625 ucontrol->value.integer.value[0] = 1023 - mix->vol; in snd_trident_pcm_vol_control_get()
2627 ucontrol->value.integer.value[0] = 255 - (mix->vol>>2); in snd_trident_pcm_vol_control_get()
2646 change = val != mix->vol; in snd_trident_pcm_vol_control_put()
2647 mix->vol = val; in snd_trident_pcm_vol_control_put()
2880 tmix->vol = T4D_DEFAULT_PCM_VOL; in snd_trident_pcm_mixer_build()
3590 tmix->vol = T4D_DEFAULT_PCM_VOL; in snd_trident_create()
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/robustness/
H A DvktRobustnessExtsTests.cpp255 bool vol; member
1121 const char *vol = m_data.vol ? "volatile " : ""; in initPrograms() local
1133 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1 { " << bufType << " val[]; } ssbo0_1;\n"; in initPrograms()
1134 decls << "layout(scalar, set = 0, binding = 1) " << vol << ro << "buffer sbodef0_1_pad { vec4 pad; " << bufType << " val[]; } ssbo0_1_pad;\n"; in initPrograms()
1150 decls << "layout(" << imgqualif << "set = 0, binding = 1) " << vol << "uniform " << imgprefix << "imageBuffer image0_1;\n"; in initPrograms()
1153 decls << "layout(" << imgqualif << "set = 0, binding = 1) " << vol << "uniform " << imgprefix << "image" << imageDim << " image0_1;\n"; in initPrograms()
1438 if (supportsStores(m_data.descriptorType) && !m_data.vol) { in initPrograms()
3925 (bool)volCases[volNdx].count, // bool vol; in createTests()

Completed in 43 milliseconds

1...<<111213141516171819