Home
last modified time | relevance | path

Searched refs:platform_devices (Results 1 – 3 of 3) sorted by relevance

/sound/drivers/mpu401/
Dmpu401.c63 static struct platform_device *platform_devices[SNDRV_CARDS]; variable
236 for (i = 0; i < ARRAY_SIZE(platform_devices); ++i) in snd_mpu401_unregister_all()
237 platform_device_unregister(platform_devices[i]); in snd_mpu401_unregister_all()
264 platform_devices[i] = device; in alsa_card_mpu401_init()
/sound/drivers/
Dportman2x4.c60 static struct platform_device *platform_devices[SNDRV_CARDS]; variable
699 platform_devices[device_count] = device; in snd_portman_attach()
843 if (platform_devices[i]) { in snd_portman_unregister_all()
844 platform_device_unregister(platform_devices[i]); in snd_portman_unregister_all()
845 platform_devices[i] = NULL; in snd_portman_unregister_all()
Dmts64.c41 static struct platform_device *platform_devices[SNDRV_CARDS]; variable
901 platform_devices[device_count] = device; in snd_mts64_attach()
1044 if (platform_devices[i]) { in snd_mts64_unregister_all()
1045 platform_device_unregister(platform_devices[i]); in snd_mts64_unregister_all()
1046 platform_devices[i] = NULL; in snd_mts64_unregister_all()