Searched refs:samsung_wm8994_of_match (Results 1 - 4 of 4) sorted by relevance
/kernel/linux/linux-5.10/sound/soc/samsung/ |
H A D | smdk_wm8994.c | 139 static const struct of_device_id samsung_wm8994_of_match[] = { variable 143 MODULE_DEVICE_TABLE(of, samsung_wm8994_of_match); 173 id = of_match_device(of_match_ptr(samsung_wm8994_of_match), &pdev->dev); in smdk_audio_probe() 190 .of_match_table = of_match_ptr(samsung_wm8994_of_match),
|
H A D | aries_wm8994.c | 525 static const struct of_device_id samsung_wm8994_of_match[] = { variable 536 MODULE_DEVICE_TABLE(of, samsung_wm8994_of_match); 560 match = of_match_node(samsung_wm8994_of_match, np); in aries_audio_probe() 684 .of_match_table = of_match_ptr(samsung_wm8994_of_match),
|
/kernel/linux/linux-6.6/sound/soc/samsung/ |
H A D | smdk_wm8994.c | 139 static const struct of_device_id samsung_wm8994_of_match[] __maybe_unused = { 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),
|
H A D | aries_wm8994.c | 525 static const struct of_device_id samsung_wm8994_of_match[] = { variable 536 MODULE_DEVICE_TABLE(of, samsung_wm8994_of_match); 561 match = of_match_node(samsung_wm8994_of_match, np); in aries_audio_probe() 693 .of_match_table = of_match_ptr(samsung_wm8994_of_match),
|
Completed in 3 milliseconds