Searched refs:hw_block_id (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-6.6/sound/soc/qcom/qdsp6/ |
H A 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()
|
H A 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,
|
H A 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,
|
H A 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 in q6afe_vote_lpass_core_hw() [all...] |
/kernel/linux/linux-5.10/sound/soc/qcom/qdsp6/ |
H A 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,
|
H A D | q6afe.c | 553 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 in q6afe_vote_lpass_core_hw() [all...] |
Completed in 8 milliseconds