Blame view

kernel/linux-imx6_3.14.28/arch/arm/mach-pxa/devices.h 2.21 KB
6b13f685e   김민수   BSP 최초 추가
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
  extern struct platform_device pxa_device_pmu;
  extern struct platform_device pxa_device_mci;
  extern struct platform_device pxa3xx_device_mci2;
  extern struct platform_device pxa3xx_device_mci3;
  extern struct platform_device pxa25x_device_udc;
  extern struct platform_device pxa27x_device_udc;
  extern struct platform_device pxa3xx_device_u2d;
  extern struct platform_device pxa_device_fb;
  extern struct platform_device pxa_device_ffuart;
  extern struct platform_device pxa_device_btuart;
  extern struct platform_device pxa_device_stuart;
  extern struct platform_device pxa_device_hwuart;
  extern struct platform_device pxa_device_i2c;
  extern struct platform_device pxa_device_i2s;
  extern struct platform_device pxa_device_ficp;
  extern struct platform_device sa1100_device_rtc;
  extern struct platform_device pxa_device_rtc;
  extern struct platform_device pxa_device_ac97;
  
  extern struct platform_device pxa27x_device_i2c_power;
  extern struct platform_device pxa27x_device_ohci;
  extern struct platform_device pxa27x_device_keypad;
  
  extern struct platform_device pxa25x_device_ssp;
  extern struct platform_device pxa25x_device_nssp;
  extern struct platform_device pxa25x_device_assp;
  extern struct platform_device pxa27x_device_ssp1;
  extern struct platform_device pxa27x_device_ssp2;
  extern struct platform_device pxa27x_device_ssp3;
  extern struct platform_device pxa3xx_device_ssp4;
  
  extern struct platform_device pxa25x_device_pwm0;
  extern struct platform_device pxa25x_device_pwm1;
  extern struct platform_device pxa27x_device_pwm0;
  extern struct platform_device pxa27x_device_pwm1;
  
  extern struct platform_device pxa3xx_device_nand;
  extern struct platform_device pxa3xx_device_i2c_power;
  
  extern struct platform_device pxa3xx_device_gcu;
  
  extern struct platform_device pxa_device_asoc_platform;
  extern struct platform_device pxa_device_asoc_ssp1;
  extern struct platform_device pxa_device_asoc_ssp2;
  extern struct platform_device pxa_device_asoc_ssp3;
  extern struct platform_device pxa_device_asoc_ssp4;
  
  extern struct platform_device pxa25x_device_gpio;
  extern struct platform_device pxa27x_device_gpio;
  extern struct platform_device pxa3xx_device_gpio;
  extern struct platform_device pxa93x_device_gpio;
  
  void __init pxa_register_device(struct platform_device *dev, void *data);