Searched refs:platform_devices (Results 1 – 8 of 8) sorted by relevance
186 义一组静态时钟结构、platform_devices和其他数据,并在.init_machine()中190 最简单的情况是,.init_machine()只负责注册一个platform_devices。260 创建platform_devices。然而,看一下这个树,并不能立即看出每个节点代表什么278 要特定类型的父设备的设备是platform_devices(和amba_devices,但后面会296 册platform_devices。很简单,对吗?
48 static struct platform_device *platform_devices[SNDRV_CARDS]; variable199 for (i = 0; i < ARRAY_SIZE(platform_devices); ++i) in snd_mpu401_unregister_all()200 platform_device_unregister(platform_devices[i]); in snd_mpu401_unregister_all()228 platform_devices[i] = device; in alsa_card_mpu401_init()
257 static struct platform_device *platform_devices[] __initdata = { variable276 platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); in xtavnet_init()
47 static struct platform_device *platform_devices[SNDRV_CARDS]; variable659 platform_devices[device_count] = device; in snd_portman_attach()825 if (platform_devices[i]) { in snd_portman_unregister_all()826 platform_device_unregister(platform_devices[i]); in snd_portman_unregister_all()827 platform_devices[i] = NULL; in snd_portman_unregister_all()
27 static struct platform_device *platform_devices[SNDRV_CARDS]; variable860 platform_devices[device_count] = device; in snd_mts64_attach()1025 if (platform_devices[i]) { in snd_mts64_unregister_all()1026 platform_device_unregister(platform_devices[i]); in snd_mts64_unregister_all()1027 platform_devices[i] = NULL; in snd_mts64_unregister_all()
447 static struct platform_device *platform_devices[] __initdata = { variable478 platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); in lpd270_init()
436 static struct platform_device *platform_devices[] __initdata = { variable595 platform_add_devices(platform_devices, ARRAY_SIZE(platform_devices)); in mainstone_init()
244 platform_devices, and other data in the board support .c file, and251 registering a block of platform_devices. A platform_device is a concept324 this DT and decide which nodes to create platform_devices for.353 device are platform_devices (and amba_devices, but more on that375 SoC node and simply registers platform_devices for each of its378 and register platform_devices for /soc/interrupt-controller, /soc/serial,382 platform_devices as more platform_devices is a common pattern, and the