~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

TOMOYO Linux Cross Reference
Linux/arch/arm/mach-pxa/devices.h

Version: ~ [ linux-6.11.5 ] ~ [ linux-6.10.14 ] ~ [ linux-6.9.12 ] ~ [ linux-6.8.12 ] ~ [ linux-6.7.12 ] ~ [ linux-6.6.58 ] ~ [ linux-6.5.13 ] ~ [ linux-6.4.16 ] ~ [ linux-6.3.13 ] ~ [ linux-6.2.16 ] ~ [ linux-6.1.114 ] ~ [ linux-6.0.19 ] ~ [ linux-5.19.17 ] ~ [ linux-5.18.19 ] ~ [ linux-5.17.15 ] ~ [ linux-5.16.20 ] ~ [ linux-5.15.169 ] ~ [ linux-5.14.21 ] ~ [ linux-5.13.19 ] ~ [ linux-5.12.19 ] ~ [ linux-5.11.22 ] ~ [ linux-5.10.228 ] ~ [ linux-5.9.16 ] ~ [ linux-5.8.18 ] ~ [ linux-5.7.19 ] ~ [ linux-5.6.19 ] ~ [ linux-5.5.19 ] ~ [ linux-5.4.284 ] ~ [ linux-5.3.18 ] ~ [ linux-5.2.21 ] ~ [ linux-5.1.21 ] ~ [ linux-5.0.21 ] ~ [ linux-4.20.17 ] ~ [ linux-4.19.322 ] ~ [ linux-4.18.20 ] ~ [ linux-4.17.19 ] ~ [ linux-4.16.18 ] ~ [ linux-4.15.18 ] ~ [ linux-4.14.336 ] ~ [ linux-4.13.16 ] ~ [ linux-4.12.14 ] ~ [ linux-4.11.12 ] ~ [ linux-4.10.17 ] ~ [ linux-4.9.337 ] ~ [ linux-4.4.302 ] ~ [ linux-3.10.108 ] ~ [ linux-2.6.32.71 ] ~ [ linux-2.6.0 ] ~ [ linux-2.4.37.11 ] ~ [ unix-v6-master ] ~ [ ccs-tools-1.8.9 ] ~ [ policy-sample ] ~
Architecture: ~ [ i386 ] ~ [ alpha ] ~ [ m68k ] ~ [ mips ] ~ [ ppc ] ~ [ sparc ] ~ [ sparc64 ] ~

  1 /* SPDX-License-Identifier: GPL-2.0 */
  2 #define PDMA_FILTER_PARAM(_prio, _requestor) (&(struct pxad_param) { \
  3         .prio = PXAD_PRIO_##_prio, .drcmr = _requestor })
  4 struct mmp_dma_platdata;
  5 
  6 extern struct platform_device pxa_device_pmu;
  7 extern struct platform_device pxa3xx_device_mci2;
  8 extern struct platform_device pxa3xx_device_mci3;
  9 extern struct platform_device pxa25x_device_udc;
 10 extern struct platform_device pxa27x_device_udc;
 11 extern struct platform_device pxa_device_fb;
 12 extern struct platform_device pxa_device_ffuart;
 13 extern struct platform_device pxa_device_btuart;
 14 extern struct platform_device pxa_device_stuart;
 15 extern struct platform_device pxa_device_hwuart;
 16 extern struct platform_device pxa_device_i2c;
 17 extern struct platform_device pxa_device_i2s;
 18 extern struct platform_device sa1100_device_rtc;
 19 extern struct platform_device pxa_device_rtc;
 20 extern struct platform_device pxa_device_ac97;
 21 
 22 extern struct platform_device pxa27x_device_i2c_power;
 23 extern struct platform_device pxa27x_device_ohci;
 24 extern struct platform_device pxa27x_device_keypad;
 25 
 26 extern struct platform_device pxa25x_device_ssp;
 27 extern struct platform_device pxa25x_device_nssp;
 28 extern struct platform_device pxa25x_device_assp;
 29 extern struct platform_device pxa27x_device_ssp1;
 30 extern struct platform_device pxa27x_device_ssp2;
 31 extern struct platform_device pxa27x_device_ssp3;
 32 extern struct platform_device pxa3xx_device_ssp1;
 33 extern struct platform_device pxa3xx_device_ssp2;
 34 extern struct platform_device pxa3xx_device_ssp3;
 35 extern struct platform_device pxa3xx_device_ssp4;
 36 
 37 extern struct platform_device pxa25x_device_pwm0;
 38 extern struct platform_device pxa25x_device_pwm1;
 39 extern struct platform_device pxa27x_device_pwm0;
 40 extern struct platform_device pxa27x_device_pwm1;
 41 
 42 extern struct platform_device pxa3xx_device_nand;
 43 extern struct platform_device pxa3xx_device_i2c_power;
 44 
 45 extern struct platform_device pxa3xx_device_gcu;
 46 
 47 extern struct platform_device pxa_device_asoc_platform;
 48 extern struct platform_device pxa_device_asoc_ssp1;
 49 extern struct platform_device pxa_device_asoc_ssp2;
 50 extern struct platform_device pxa_device_asoc_ssp3;
 51 extern struct platform_device pxa_device_asoc_ssp4;
 52 
 53 extern struct platform_device pxa25x_device_gpio;
 54 extern struct platform_device pxa27x_device_gpio;
 55 
 56 extern const struct software_node pxa2xx_gpiochip_node;
 57 
 58 void __init pxa_register_device(struct platform_device *dev, void *data);
 59 void __init pxa2xx_set_dmac_info(struct mmp_dma_platdata *dma_pdata);
 60 
 61 struct i2c_pxa_platform_data;
 62 extern void pxa_set_i2c_info(struct i2c_pxa_platform_data *info);
 63 #ifdef CONFIG_PXA27x
 64 extern void pxa27x_set_i2c_power_info(struct i2c_pxa_platform_data *info);
 65 #endif
 66 #ifdef CONFIG_PXA3xx
 67 extern void pxa3xx_set_i2c_power_info(struct i2c_pxa_platform_data *info);
 68 #endif
 69 

~ [ source navigation ] ~ [ diff markup ] ~ [ identifier search ] ~

kernel.org | git.kernel.org | LWN.net | Project Home | SVN repository | Mail admin

Linux® is a registered trademark of Linus Torvalds in the United States and other countries.
TOMOYO® is a registered trademark of NTT DATA CORPORATION.

sflogo.php