Searched refs:s3c2410_uartcfg (Results 1 - 6 of 6) sorted by relevance

/linux-master/arch/arm/mach-s3c/
H A Dcpu.h54 struct s3c2410_uartcfg;
63 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
74 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
77 struct s3c2410_uartcfg *cfg, int no);
H A Dinit.c71 static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS];
85 struct s3c2410_uartcfg *cfg, int no)
89 struct s3c2410_uartcfg *cfgptr = uart_cfgs;
93 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no);
113 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
H A Ds3c64xx.c68 static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no)
H A Dmach-crag6410.c74 static struct s3c2410_uartcfg crag6410_uartcfgs[] __initdata = {
/linux-master/include/linux/
H A Dserial_s3c.h279 struct s3c2410_uartcfg { struct
/linux-master/drivers/tty/serial/
H A Dsamsung_tty.c97 const struct s3c2410_uartcfg def_cfg;
152 const struct s3c2410_uartcfg *cfg;
580 static inline const struct s3c2410_uartcfg
1471 const struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port);
1758 const struct s3c2410_uartcfg *cfg)
1818 const struct s3c2410_uartcfg *cfg = ourport->cfg;

Completed in 132 milliseconds