Home
last modified time | relevance | path

Searched refs:vols (Results 1 – 5 of 5) sorted by relevance

/openbmc/openpower-pnor-code-mgmt/ubi/
H A Dobmc-flash-bios210 vols=$(ubinfo -a | grep -e "pnor-ro-" -e "pnor-rw-" | cut -c 14-)
211 mapfile -t array <<< "${vols}"
213 vols=$(ubinfo -a | grep -e "pnor-ro-" -e "pnor-rw-" | \
215 mapfile -t array <<< "${vols}"
/openbmc/phosphor-bmc-code-mgmt/
H A Dobmc-flash-bmc232 vols=$(ubinfo -a | grep "rofs-" | cut -c 14-)
237 vols=$(ubinfo -a | grep "rofs-" | \
241 mapfile -t array <<< "${vols}"
/openbmc/linux/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() argument
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()
H A Dmessages.h748 struct avs_volume_cfg vols[]; member
836 struct avs_volume_cfg **vols, size_t *num_vols);