Searched refs:audio_cgcr (Results 1 - 1 of 1) sorted by path

/linux-master/drivers/soundwire/
H A Dqcom.c184 struct reset_control *audio_cgcr; member in struct:qcom_swrm_ctrl
838 reset_control_reset(ctrl->audio_cgcr);
1514 ctrl->audio_cgcr = devm_reset_control_get_optional_exclusive(dev, "swr_audio_cgcr");
1515 if (IS_ERR(ctrl->audio_cgcr)) {
1517 ret = PTR_ERR(ctrl->audio_cgcr);
1678 reset_control_reset(ctrl->audio_cgcr);

Completed in 223 milliseconds