yuezonghe | 824eb0c | 2024-06-27 02:32:26 -0700 | [diff] [blame] | 1 | extern struct platform_device pxa_device_pmu; |
| 2 | extern struct platform_device pxa_device_mci; |
| 3 | extern struct platform_device pxa3xx_device_mci2; |
| 4 | extern struct platform_device pxa3xx_device_mci3; |
| 5 | extern struct platform_device pxa25x_device_udc; |
| 6 | extern struct platform_device pxa27x_device_udc; |
| 7 | extern struct platform_device pxa3xx_device_u2d; |
| 8 | extern struct platform_device pxa_device_fb; |
| 9 | extern struct platform_device pxa_device_ffuart; |
| 10 | extern struct platform_device pxa_device_btuart; |
| 11 | extern struct platform_device pxa_device_stuart; |
| 12 | extern struct platform_device pxa_device_hwuart; |
| 13 | extern struct platform_device pxa_device_i2c; |
| 14 | extern struct platform_device pxa_device_i2s; |
| 15 | extern struct platform_device pxa_device_ficp; |
| 16 | extern struct platform_device sa1100_device_rtc; |
| 17 | extern struct platform_device pxa_device_rtc; |
| 18 | extern struct platform_device pxa_device_ac97; |
| 19 | extern struct platform_device pxa_device_gpio; |
| 20 | |
| 21 | extern struct platform_device pxa27x_device_i2c_power; |
| 22 | extern struct platform_device pxa27x_device_ohci; |
| 23 | extern struct platform_device pxa27x_device_keypad; |
| 24 | |
| 25 | extern struct platform_device pxa25x_device_ssp; |
| 26 | extern struct platform_device pxa25x_device_nssp; |
| 27 | extern struct platform_device pxa25x_device_assp; |
| 28 | extern struct platform_device pxa27x_device_ssp1; |
| 29 | extern struct platform_device pxa27x_device_ssp2; |
| 30 | extern struct platform_device pxa27x_device_ssp3; |
| 31 | extern struct platform_device pxa3xx_device_ssp4; |
| 32 | |
| 33 | extern struct platform_device pxa25x_device_pwm0; |
| 34 | extern struct platform_device pxa25x_device_pwm1; |
| 35 | extern struct platform_device pxa27x_device_pwm0; |
| 36 | extern struct platform_device pxa27x_device_pwm1; |
| 37 | |
| 38 | extern struct platform_device pxa3xx_device_nand; |
| 39 | extern struct platform_device pxa3xx_device_i2c_power; |
| 40 | |
| 41 | extern struct platform_device pxa3xx_device_gcu; |
| 42 | |
| 43 | extern struct platform_device pxa_device_asoc_platform; |
| 44 | extern struct platform_device pxa_device_asoc_ssp1; |
| 45 | extern struct platform_device pxa_device_asoc_ssp2; |
| 46 | extern struct platform_device pxa_device_asoc_ssp3; |
| 47 | extern struct platform_device pxa_device_asoc_ssp4; |
| 48 | |
| 49 | void __init pxa_register_device(struct platform_device *dev, void *data); |