Searched refs:s3c2410_uartcfg (Results 1 – 25 of 81) sorted by relevance
1234
/linux-2.6.39/arch/arm/mach-s5p64x0/ |
D | init.c | 43 void __init s5p64x0_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5p64x0_common_init_uarts() 45 struct s3c2410_uartcfg *tcfg = cfg; in s5p64x0_common_init_uarts() 56 void __init s5p6440_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5p6440_init_uarts() 69 void __init s5p6450_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5p6450_init_uarts()
|
/linux-2.6.39/arch/arm/plat-samsung/ |
D | init.c | 93 static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS]; 106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() 109 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs() 113 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs() 132 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts()
|
/linux-2.6.39/arch/arm/plat-samsung/include/plat/ |
D | cpu.h | 29 struct s3c2410_uartcfg; 38 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no); 58 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no); 64 struct s3c2410_uartcfg *cfg, int no);
|
/linux-2.6.39/arch/arm/plat-s3c24xx/include/plat/ |
D | s3c2416.h | 14 struct s3c2410_uartcfg; 20 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s3c2443.h | 15 struct s3c2410_uartcfg; 21 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s3c2400.h | 22 extern void s3c2400_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s3c2412.h | 19 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s3c2410.h | 21 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s3c244x.h | 17 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
/linux-2.6.39/arch/arm/mach-s5p6442/ |
D | init.c | 31 void __init s5p6442_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5p6442_common_init_uarts() 33 struct s3c2410_uartcfg *tcfg = cfg; in s5p6442_common_init_uarts()
|
/linux-2.6.39/arch/arm/mach-s5pv210/ |
D | init.c | 31 void __init s5pv210_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5pv210_common_init_uarts() 33 struct s3c2410_uartcfg *tcfg = cfg; in s5pv210_common_init_uarts()
|
/linux-2.6.39/arch/arm/mach-exynos4/ |
D | init.c | 27 void __init exynos4_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) in exynos4_common_init_uarts() 29 struct s3c2410_uartcfg *tcfg = cfg; in exynos4_common_init_uarts()
|
/linux-2.6.39/drivers/tty/serial/ |
D | s5pv210.c | 31 struct s3c2410_uartcfg *cfg = port->dev->platform_data; in s5pv210_serial_setsource() 54 struct s3c2410_uartcfg *cfg = port->dev->platform_data; in s5pv210_serial_getsource() 75 struct s3c2410_uartcfg *cfg) in s5pv210_serial_resetport()
|
D | samsung.h | 34 int (*reset_port)(struct uart_port *, struct s3c2410_uartcfg *); 60 #define s3c24xx_dev_to_cfg(__dev) (struct s3c2410_uartcfg *)((__dev)->platform_data)
|
/linux-2.6.39/arch/arm/mach-s5pc100/ |
D | init.c | 21 void __init s5pc100_common_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s5pc100_common_init_uarts()
|
/linux-2.6.39/arch/arm/plat-s5p/include/plat/ |
D | s5p6440.h | 25 extern void s5p6440_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s5p6442.h | 15 extern void s5p6442_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s5p6450.h | 25 extern void s5p6450_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s5pc100.h | 15 extern void s5pc100_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s5pv210.h | 15 extern void s5pv210_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | exynos4.h | 15 extern void exynos4_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
/linux-2.6.39/arch/arm/mach-s3c64xx/include/mach/ |
D | s3c6400.h | 17 extern void s3c6400_common_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
/linux-2.6.39/arch/arm/mach-s3c2443/ |
D | s3c2443.c | 80 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
|
/linux-2.6.39/arch/arm/mach-s3c2416/ |
D | s3c2416.c | 101 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
|
/linux-2.6.39/arch/arm/mach-s3c64xx/ |
D | mach-smdk6400.c | 44 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
|
1234