Home
last modified time | relevance | path

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

/linux-6.1.9/sound/soc/samsung/
Dsmdk_wm8994.c139 static const struct of_device_id samsung_wm8994_of_match[] __maybe_unused = { variable
143 MODULE_DEVICE_TABLE(of, samsung_wm8994_of_match);
174 id = of_match_device(samsung_wm8994_of_match, &pdev->dev); in smdk_audio_probe()
191 .of_match_table = of_match_ptr(samsung_wm8994_of_match),
Daries_wm8994.c523 static const struct of_device_id samsung_wm8994_of_match[] = { variable
534 MODULE_DEVICE_TABLE(of, samsung_wm8994_of_match);
559 match = of_match_node(samsung_wm8994_of_match, np); in aries_audio_probe()
687 .of_match_table = of_match_ptr(samsung_wm8994_of_match),