Home
last modified time | relevance | path

Searched refs:ssc_device (Results 1 – 2 of 2) sorted by relevance

/linux-4.19.296/drivers/misc/
Datmel-ssc.c29 struct ssc_device *ssc_request(unsigned int ssc_num) in ssc_request()
32 struct ssc_device *ssc; in ssc_request()
69 void ssc_free(struct ssc_device *ssc) in ssc_free()
151 static int ssc_sound_dai_probe(struct ssc_device *ssc) in ssc_sound_dai_probe()
172 static void ssc_sound_dai_remove(struct ssc_device *ssc) in ssc_sound_dai_remove()
180 static inline int ssc_sound_dai_probe(struct ssc_device *ssc) in ssc_sound_dai_probe()
188 static inline void ssc_sound_dai_remove(struct ssc_device *ssc) in ssc_sound_dai_remove()
196 struct ssc_device *ssc; in ssc_probe()
199 ssc = devm_kzalloc(&pdev->dev, sizeof(struct ssc_device), GFP_KERNEL); in ssc_probe()
260 struct ssc_device *ssc = platform_get_drvdata(pdev); in ssc_remove()
/linux-4.19.296/include/linux/
Datmel-ssc.h14 struct ssc_device { struct
27 struct ssc_device * __must_check ssc_request(unsigned int ssc_num); argument
28 void ssc_free(struct ssc_device *ssc);