Home
last modified time | relevance | path

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

/linux/sound/soc/qcom/qdsp6/
H A Dq6prm.c58 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()
93 int q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6prm_set_hw_core_req()
96 return q6prm_set_hw_core_req(dev, hw_block_id, true); in q6prm_set_hw_core_req()
101 int q6prm_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) in q6prm_vote_lpass_core_hw()
103 return q6prm_set_hw_core_req(dev, hw_block_id, false); in q6prm_vote_lpass_core_hw()
98 q6prm_vote_lpass_core_hw(struct device * dev,uint32_t hw_block_id,const char * client_name,uint32_t * client_handle) q6prm_vote_lpass_core_hw() argument
106 q6prm_unvote_lpass_core_hw(struct device * dev,uint32_t hw_block_id,uint32_t client_handle) q6prm_unvote_lpass_core_hw() argument
H A Dq6prm.h93 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 Dq6afe.c647 uint32_t hw_block_id; member
652 uint32_t hw_block_id; member
1829 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_unvote_lpass_core_hw() argument
1850 pkt->hdr.token = hw_block_id; in q6afe_unvote_lpass_core_hw()
1852 vote_cfg->hw_block_id = hw_block_id; in q6afe_unvote_lpass_core_hw()
1857 dev_err(afe->dev, "AFE failed to unvote (%d)\n", hw_block_id); in q6afe_unvote_lpass_core_hw()
1863 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_vote_lpass_core_hw() argument
1884 pkt->hdr.token = hw_block_id; in q6afe_vote_lpass_core_hw()
1886 vote_cfg->hw_block_id = hw_block_id; in q6afe_vote_lpass_core_hw()
1893 dev_err(afe->dev, "AFE failed to vote (%d)\n", hw_block_id); in q6afe_vote_lpass_core_hw()
H A Dq6afe.h270 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,
272 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,