Lines Matching refs:qcom_pdm_domain_data
24 struct qcom_pdm_domain_data { struct
108 const struct qcom_pdm_domain_data *domain) in qcom_pdm_add_domain()
254 static const struct qcom_pdm_domain_data adsp_audio_pd = {
263 static const struct qcom_pdm_domain_data adsp_charger_pd = {
269 static const struct qcom_pdm_domain_data adsp_root_pd = {
275 static const struct qcom_pdm_domain_data adsp_root_pd_pdr = {
284 static const struct qcom_pdm_domain_data adsp_sensor_pd = {
290 static const struct qcom_pdm_domain_data msm8996_adsp_audio_pd = {
296 static const struct qcom_pdm_domain_data msm8996_adsp_root_pd = {
302 static const struct qcom_pdm_domain_data cdsp_root_pd = {
308 static const struct qcom_pdm_domain_data slpi_root_pd = {
314 static const struct qcom_pdm_domain_data slpi_sensor_pd = {
320 static const struct qcom_pdm_domain_data mpss_root_pd = {
328 static const struct qcom_pdm_domain_data mpss_root_pd_gps = {
337 static const struct qcom_pdm_domain_data mpss_root_pd_gps_pdr = {
347 static const struct qcom_pdm_domain_data msm8996_mpss_root_pd = {
353 static const struct qcom_pdm_domain_data mpss_wlan_pd = {
363 static const struct qcom_pdm_domain_data *msm8996_domains[] = {
370 static const struct qcom_pdm_domain_data *msm8998_domains[] = {
376 static const struct qcom_pdm_domain_data *qcm2290_domains[] = {
385 static const struct qcom_pdm_domain_data *qcs404_domains[] = {
395 static const struct qcom_pdm_domain_data *sc7180_domains[] = {
404 static const struct qcom_pdm_domain_data *sc7280_domains[] = {
414 static const struct qcom_pdm_domain_data *sc8180x_domains[] = {
424 static const struct qcom_pdm_domain_data *sc8280xp_domains[] = {
433 static const struct qcom_pdm_domain_data *sdm630_domains[] = {
442 static const struct qcom_pdm_domain_data *sdm660_domains[] = {
452 static const struct qcom_pdm_domain_data *sdm670_domains[] = {
461 static const struct qcom_pdm_domain_data *sdm845_domains[] = {
472 static const struct qcom_pdm_domain_data *sm6115_domains[] = {
482 static const struct qcom_pdm_domain_data *sm6350_domains[] = {
491 static const struct qcom_pdm_domain_data *sm8150_domains[] = {
500 static const struct qcom_pdm_domain_data *sm8250_domains[] = {
509 static const struct qcom_pdm_domain_data *sm8350_domains[] = {
520 static const struct qcom_pdm_domain_data *sm8550_domains[] = {
530 static const struct qcom_pdm_domain_data *x1e80100_domains[] = {
593 const struct qcom_pdm_domain_data * const *domains; in qcom_pdm_start()