Searched refs:hw_block_id (Results 1 – 4 of 4) sorted by relevance
| /linux/sound/soc/qcom/qdsp6/ |
| H A D | q6prm.c | 64 static int q6prm_set_hw_core_req(struct device *dev, uint32_t hw_block_id, bool enable) in q6prm_set_hw_core_req() 71 bool lpr_req = (hw_block_id == Q6PRM_HW_LPR_VOTE); in q6prm_set_hw_core_req() 98 req->hw_clk_id = hw_block_id; in q6prm_vote_lpass_core_hw() argument 103 int q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6prm_vote_lpass_core_hw() 106 return q6prm_set_hw_core_req(dev, hw_block_id, true); in q6prm_unvote_lpass_core_hw() argument 111 int q6prm_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, uint32_t client_handle) 113 return q6prm_set_hw_core_req(dev, hw_block_id, false); in q6prm_request_lpass_clock() 58 q6prm_set_hw_core_req(struct device * dev,uint32_t hw_block_id,bool enable) q6prm_set_hw_core_req() argument
|
| H A D | q6prm.h | 137 int q6prm_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, 139 int q6prm_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,
|
| H A D | q6afe.c | 663 uint32_t hw_block_id; member 668 uint32_t hw_block_id; member 1891 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_unvote_lpass_core_hw() argument 1913 pkt->hdr.token = hw_block_id; in q6afe_unvote_lpass_core_hw() 1915 vote_cfg->hw_block_id = hw_block_id; in q6afe_unvote_lpass_core_hw() 1920 dev_err(afe->dev, "AFE failed to unvote (%d)\n", hw_block_id); in q6afe_unvote_lpass_core_hw() 1926 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, in q6afe_vote_lpass_core_hw() argument 1948 pkt->hdr.token = hw_block_id; in q6afe_vote_lpass_core_hw() 1950 vote_cfg->hw_block_id = hw_block_id; in q6afe_vote_lpass_core_hw() 1957 dev_err(afe->dev, "AFE failed to vote (%d)\n", hw_block_id); in q6afe_vote_lpass_core_hw()
|
| H A D | q6afe.h | 271 int q6afe_vote_lpass_core_hw(struct device *dev, uint32_t hw_block_id, 273 int q6afe_unvote_lpass_core_hw(struct device *dev, uint32_t hw_block_id,
|