Home
last modified time | relevance | path

Searched refs:vols (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-6.6/sound/soc/intel/avs/
H A Dpath.c305 size = struct_size(cfg, vols, 1); in avs_peakvol_create()
315 cfg->vols[0].target_volume = volume; in avs_peakvol_create()
316 cfg->vols[0].channel_id = AVS_ALL_CHANNELS_MASK; in avs_peakvol_create()
317 cfg->vols[0].curve_type = AVS_AUDIO_CURVE_NONE; in avs_peakvol_create()
318 cfg->vols[0].curve_duration = 0; in avs_peakvol_create()
H A Dmessages.c713 struct avs_volume_cfg **vols, size_t *num_vols) in avs_ipc_peakvol_get_volume()
728 *vols = (struct avs_volume_cfg *)payload; in avs_ipc_peakvol_get_volume()
729 *num_vols = payload_size / sizeof(**vols); in avs_ipc_peakvol_get_volume()
712 avs_ipc_peakvol_get_volume(struct avs_dev *adev, u16 module_id, u8 instance_id, struct avs_volume_cfg **vols, size_t *num_vols) avs_ipc_peakvol_get_volume() argument
H A Dmessages.h748 struct avs_volume_cfg vols[]; member
836 struct avs_volume_cfg **vols, size_t *num_vols);
/kernel/linux/linux-5.10/fs/cifs/
H A Ddfs_cache.c1612 LIST_HEAD(vols); in refresh_cache_worker()
1628 list_add_tail(&vi->rlist, &vols); in refresh_cache_worker()
1634 list_for_each_entry_safe(vi, nvi, &vols, rlist) { in refresh_cache_worker()

Completed in 11 milliseconds