Searched refs:hw_block_id (Results 1 – 4 of 4) sorted by relevance
/linux-6.12.1/sound/soc/qcom/qdsp6/ |
D | q6prm.c | 58 static int q6prm_set_hw_core_req(struct device *dev, uint32_t hw_block_id, bool enable) in q6prm_set_hw_core_req() argument 89 req->hw_clk_id = hw_block_id; in q6prm_set_hw_core_req() 98 int q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6prm_vote_lpass_core_hw() argument 101 return q6prm_set_hw_core_req(dev, hw_block_id, true); in q6prm_vote_lpass_core_hw() 106 int q6prm_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) in q6prm_unvote_lpass_core_hw() argument 108 return q6prm_set_hw_core_req(dev, hw_block_id, false); in q6prm_unvote_lpass_core_hw()
|
D | q6prm.h | 93 int q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, 95 int q6prm_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,
|
D | q6afe.c | 556 uint32_t hw_block_id; member 561 uint32_t hw_block_id; member 1653 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_unvote_lpass_core_hw() argument 1677 pkt->hdr.token = hw_block_id; in q6afe_unvote_lpass_core_hw() 1679 vote_cfg->hw_block_id = hw_block_id; in q6afe_unvote_lpass_core_hw() 1684 dev_err(afe->dev, "AFE failed to unvote (%d)\n", hw_block_id); in q6afe_unvote_lpass_core_hw() 1691 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_vote_lpass_core_hw() argument 1715 pkt->hdr.token = hw_block_id; in q6afe_vote_lpass_core_hw() 1717 vote_cfg->hw_block_id = hw_block_id; in q6afe_vote_lpass_core_hw() 1724 dev_err(afe->dev, "AFE failed to vote (%d)\n", hw_block_id); in q6afe_vote_lpass_core_hw()
|
D | q6afe.h | 236 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, 238 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,
|