Home
last modified time | relevance | path

Searched refs:of_id (Results 1 – 12 of 12) sorted by relevance

/sound/soc/stm/
Dstm32_sai.c155 const struct of_device_id *of_id; in stm32_sai_probe() local
167 of_id = of_match_device(stm32_sai_ids, &pdev->dev); in stm32_sai_probe()
168 if (of_id) in stm32_sai_probe()
169 memcpy(&sai->conf, (const struct stm32_sai_conf *)of_id->data, in stm32_sai_probe()
Dstm32_spdifrx.c912 const struct of_device_id *of_id; in stm32_spdifrx_parse_of() local
918 of_id = of_match_device(stm32_spdifrx_ids, &pdev->dev); in stm32_spdifrx_parse_of()
919 if (of_id) in stm32_spdifrx_parse_of()
921 (const struct regmap_config *)of_id->data; in stm32_spdifrx_parse_of()
Dstm32_i2s.c1025 const struct of_device_id *of_id; in stm32_i2s_parse_dt() local
1033 of_id = of_match_device(stm32_i2s_ids, &pdev->dev); in stm32_i2s_parse_dt()
1034 if (of_id) in stm32_i2s_parse_dt()
1035 i2s->regmap_conf = (const struct regmap_config *)of_id->data; in stm32_i2s_parse_dt()
Dstm32_sai_sub.c1509 const struct of_device_id *of_id; in stm32_sai_sub_probe() local
1517 of_id = of_match_device(stm32_sai_sub_ids, &pdev->dev); in stm32_sai_sub_probe()
1518 if (!of_id) in stm32_sai_sub_probe()
1520 sai->id = (uintptr_t)of_id->data; in stm32_sai_sub_probe()
/sound/soc/codecs/
Dsti-sas.c417 const struct of_device_id *of_id; in sti_sas_driver_probe() local
426 of_id = of_match_node(sti_sas_dev_match, pnode); in sti_sas_driver_probe()
427 if (!of_id->data) { in sti_sas_driver_probe()
432 drvdata->dev_data = (struct sti_sas_dev_data *)of_id->data; in sti_sas_driver_probe()
Dak4642.c644 const struct of_device_id *of_id; in ak4642_i2c_probe() local
650 of_id = of_match_device(ak4642_of_match, dev); in ak4642_i2c_probe()
651 if (of_id) in ak4642_i2c_probe()
652 drvdata = of_id->data; in ak4642_i2c_probe()
Dak4613.c657 const struct of_device_id *of_id; in ak4613_i2c_probe() local
659 of_id = of_match_device(ak4613_of_match, dev); in ak4613_i2c_probe()
660 if (of_id) in ak4613_i2c_probe()
661 regmap_cfg = of_id->data; in ak4613_i2c_probe()
Dcs42xx8.c525 const struct of_device_id *of_id; in cs42xx8_probe() local
542 of_id = of_match_device(cs42xx8_of_match, dev); in cs42xx8_probe()
543 if (of_id) in cs42xx8_probe()
544 cs42xx8->drvdata = of_id->data; in cs42xx8_probe()
Dtas571x.c783 const struct of_device_id *of_id; in tas571x_i2c_probe() local
791 of_id = of_match_device(tas571x_of_match, dev); in tas571x_i2c_probe()
792 if (of_id) in tas571x_i2c_probe()
793 priv->chip = of_id->data; in tas571x_i2c_probe()
Dwm8580.c1002 const struct of_device_id *of_id; in wm8580_i2c_probe() local
1027 of_id = of_match_device(wm8580_of_match, &i2c->dev); in wm8580_i2c_probe()
1028 if (of_id) in wm8580_i2c_probe()
1029 wm8580->drvdata = of_id->data; in wm8580_i2c_probe()
/sound/soc/sti/
Dsti_uniperif.c390 const struct of_device_id *of_id; in sti_uniperiph_cpu_dai_of() local
396 of_id = of_match_node(snd_soc_sti_match, node); in sti_uniperiph_cpu_dai_of()
397 if (!of_id->data) { in sti_uniperiph_cpu_dai_of()
401 dev_data = (struct sti_uniperiph_dev_data *)of_id->data; in sti_uniperiph_cpu_dai_of()
/sound/soc/rockchip/
Drockchip_i2s.c682 const struct of_device_id *of_id; in rockchip_i2s_probe() local
698 of_id = of_match_device(rockchip_i2s_match, &pdev->dev); in rockchip_i2s_probe()
699 if (!of_id || !of_id->data) in rockchip_i2s_probe()
702 i2s->pins = of_id->data; in rockchip_i2s_probe()