Lines Matching defs:dev
430 int devm_snd_soc_register_card(struct device *dev, struct snd_soc_card *card);
432 int snd_soc_suspend(struct device *dev);
433 int snd_soc_resume(struct device *dev);
435 static inline int snd_soc_suspend(struct device *dev)
440 static inline int snd_soc_resume(struct device *dev)
445 int snd_soc_poweroff(struct device *dev);
448 struct device *dev);
452 int snd_soc_register_component(struct device *dev,
455 int devm_snd_soc_register_component(struct device *dev,
458 void snd_soc_unregister_component(struct device *dev);
459 void snd_soc_unregister_component_by_driver(struct device *dev,
461 struct snd_soc_component *snd_soc_lookup_component_nolocked(struct device *dev,
463 struct snd_soc_component *snd_soc_lookup_component(struct device *dev,
476 void snd_soc_disconnect_sync(struct device *dev);
956 struct device *dev;
1103 struct device *dev;
1315 snd_soc_of_parse_node_prefix(card->dev->of_node,
1351 int snd_soc_of_get_dai_link_codecs(struct device *dev,
1355 int snd_soc_of_get_dai_link_cpus(struct device *dev,
1368 struct of_phandle_args *snd_soc_copy_dai_args(struct device *dev,
1374 struct snd_soc_dai *devm_snd_soc_register_dai(struct device *dev,
1407 name = devm_kstrdup(card->dev, platform_name, GFP_KERNEL);