Home
last modified time | relevance | path

Searched refs:hw_block_id (Results 1 – 2 of 2) sorted by relevance

/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/
Dq6afe.c553 uint32_t hw_block_id; member
558 uint32_t hw_block_id; member
1645 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_unvote_lpass_core_hw() argument
1669 pkt->hdr.token = hw_block_id; in q6afe_unvote_lpass_core_hw()
1671 vote_cfg->hw_block_id = hw_block_id; in q6afe_unvote_lpass_core_hw()
1676 dev_err(afe->dev, "AFE failed to unvote (%d)\n", hw_block_id); in q6afe_unvote_lpass_core_hw()
1683 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_vote_lpass_core_hw() argument
1707 pkt->hdr.token = hw_block_id; in q6afe_vote_lpass_core_hw()
1709 vote_cfg->hw_block_id = hw_block_id; in q6afe_vote_lpass_core_hw()
1716 dev_err(afe->dev, "AFE failed to vote (%d)\n", hw_block_id); in q6afe_vote_lpass_core_hw()
Dq6afe.h238 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,
240 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,