Searched refs:ssc_device (Results 1 – 5 of 5) sorted by relevance
26 struct ssc_device *ssc_request(unsigned int ssc_num) in ssc_request()29 struct ssc_device *ssc; in ssc_request()66 void ssc_free(struct ssc_device *ssc) in ssc_free()148 static int ssc_sound_dai_probe(struct ssc_device *ssc) in ssc_sound_dai_probe()169 static void ssc_sound_dai_remove(struct ssc_device *ssc) in ssc_sound_dai_remove()177 static inline int ssc_sound_dai_probe(struct ssc_device *ssc) in ssc_sound_dai_probe()185 static inline void ssc_sound_dai_remove(struct ssc_device *ssc) in ssc_sound_dai_remove()193 struct ssc_device *ssc; in ssc_probe()196 ssc = devm_kzalloc(&pdev->dev, sizeof(struct ssc_device), GFP_KERNEL); in ssc_probe()256 struct ssc_device *ssc = platform_get_drvdata(pdev); in ssc_remove()
14 struct ssc_device { struct27 struct ssc_device * __must_check ssc_request(unsigned int ssc_num); argument28 void ssc_free(struct ssc_device *ssc);
60 struct ssc_device *ssc; /* SSC device for stream */
95 struct ssc_device *ssc;
82 struct ssc_device *ssc; in atmel_pcm_configure_dma()