Searched refs:of_id (Results 1 – 12 of 12) sorted by relevance
/sound/soc/stm/ |
D | stm32_sai.c | 155 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()
|
D | stm32_spdifrx.c | 912 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()
|
D | stm32_i2s.c | 1025 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()
|
D | stm32_sai_sub.c | 1509 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/ |
D | sti-sas.c | 417 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()
|
D | ak4642.c | 644 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()
|
D | ak4613.c | 657 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()
|
D | cs42xx8.c | 525 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()
|
D | tas571x.c | 783 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()
|
D | wm8580.c | 1002 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/ |
D | sti_uniperif.c | 390 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/ |
D | rockchip_i2s.c | 682 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()
|