Searched refs:hw_block_id (Results 1 – 4 of 4) sorted by relevance
/linux-6.1.9/sound/soc/qcom/qdsp6/ |
D | q6prm.c | 57 static int q6prm_set_hw_core_req(struct device *dev, uint32_t hw_block_id, bool enable) in q6prm_set_hw_core_req() argument 88 req->hw_clk_id = hw_block_id; in q6prm_set_hw_core_req() 97 int q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6prm_vote_lpass_core_hw() argument 100 return q6prm_set_hw_core_req(dev, hw_block_id, true); in q6prm_vote_lpass_core_hw() 105 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 107 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 | 555 uint32_t hw_block_id; member 560 uint32_t hw_block_id; member 1652 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_unvote_lpass_core_hw() argument 1676 pkt->hdr.token = hw_block_id; in q6afe_unvote_lpass_core_hw() 1678 vote_cfg->hw_block_id = hw_block_id; in q6afe_unvote_lpass_core_hw() 1683 dev_err(afe->dev, "AFE failed to unvote (%d)\n", hw_block_id); in q6afe_unvote_lpass_core_hw() 1690 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_vote_lpass_core_hw() argument 1714 pkt->hdr.token = hw_block_id; in q6afe_vote_lpass_core_hw() 1716 vote_cfg->hw_block_id = hw_block_id; in q6afe_vote_lpass_core_hw() 1723 dev_err(afe->dev, "AFE failed to vote (%d)\n", hw_block_id); in q6afe_vote_lpass_core_hw()
|
D | q6afe.h | 238 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,
|