Lines Matching defs:vote_cfg
1656 struct afe_cmd_remote_lpass_core_hw_devote_request *vote_cfg;
1662 pkt_size = APR_HDR_SIZE + sizeof(*vote_cfg);
1668 vote_cfg = p + APR_HDR_SIZE;
1678 vote_cfg->hw_block_id = hw_block_id;
1679 vote_cfg->client_handle = client_handle;
1694 struct afe_cmd_remote_lpass_core_hw_vote_request *vote_cfg;
1700 pkt_size = APR_HDR_SIZE + sizeof(*vote_cfg);
1706 vote_cfg = p + APR_HDR_SIZE;
1716 vote_cfg->hw_block_id = hw_block_id;
1717 strscpy(vote_cfg->client_name, client_name,
1718 sizeof(vote_cfg->client_name));