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

/linux-4.1.27/arch/arm/mach-s3c24xx/
H A Dcommon.h17 struct s3c2410_uartcfg;
23 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
37 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
51 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
66 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
94 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
H A Dmach-otom.c49 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
H A Dmach-smdk2443.c78 static struct s3c2410_uartcfg smdk2443_uartcfgs[] __initdata = {
H A Ds3c2443.c81 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c2443_init_uarts()
H A Dmach-at2440evb.c63 static struct s3c2410_uartcfg at2440evb_uartcfgs[] __initdata = {
H A Dmach-nexcoder.c59 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = {
H A Dmach-rx3715.c73 static struct s3c2410_uartcfg rx3715_uartcfgs[] = {
H A Dmach-smdk2410.c67 static struct s3c2410_uartcfg smdk2410_uartcfgs[] __initdata = {
H A Dmach-smdk2413.c56 static struct s3c2410_uartcfg smdk2413_uartcfgs[] __initdata = {
H A Dmach-smdk2440.c78 static struct s3c2410_uartcfg smdk2440_uartcfgs[] __initdata = {
H A Dmach-tct_hammer.c99 static struct s3c2410_uartcfg tct_hammer_uartcfgs[] = {
H A Dmach-vstms.c54 static struct s3c2410_uartcfg vstms_uartcfgs[] __initdata = {
H A Ds3c2410.c64 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c2410_init_uarts()
H A Ds3c244x.c57 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c244x_init_uarts()
H A Dmach-amlm5900.c122 static struct s3c2410_uartcfg amlm5900_uartcfgs[] = {
H A Dmach-smdk2416.c96 static struct s3c2410_uartcfg smdk2416_uartcfgs[] __initdata = {
H A Ds3c2412.c84 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c2412_init_uarts()
H A Ds3c2416.c110 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c2416_init_uarts()
H A Dmach-anubis.c99 static struct s3c2410_uartcfg anubis_uartcfgs[] __initdata = {
H A Dmach-osiris.c104 static struct s3c2410_uartcfg osiris_uartcfgs[] __initdata = {
H A Dmach-qt2410.c76 static struct s3c2410_uartcfg smdk2410_uartcfgs[] = {
H A Dmach-vr1000.c110 static struct s3c2410_uartcfg vr1000_uartcfgs[] __initdata = {
H A Dmach-bast.c161 static struct s3c2410_uartcfg bast_uartcfgs[] __initdata = {
H A Dmach-gta02.c121 static struct s3c2410_uartcfg gta02_uartcfgs[] = {
H A Dmach-jive.c67 static struct s3c2410_uartcfg jive_uartcfgs[] = {
H A Dmach-h1940.c92 static struct s3c2410_uartcfg h1940_uartcfgs[] __initdata = {
H A Dmach-mini2440.c76 static struct s3c2410_uartcfg mini2440_uartcfgs[] __initdata = {
H A Dmach-n30.c60 static struct s3c2410_uartcfg n30_uartcfgs[] = {
H A Dmach-rx1950.c72 static struct s3c2410_uartcfg rx1950_uartcfgs[] __initdata = {
/linux-4.1.27/drivers/tty/serial/
H A Dsamsung.h37 int (*reset_port)(struct uart_port *, struct s3c2410_uartcfg *);
42 struct s3c2410_uartcfg *def_cfg;
101 struct s3c2410_uartcfg *cfg;
H A Dsamsung.c452 static inline struct s3c2410_uartcfg s3c24xx_port_to_cfg()
1262 struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); s3c24xx_serial_set_termios()
1577 struct s3c2410_uartcfg *cfg) s3c24xx_serial_resetport()
1694 struct s3c2410_uartcfg *cfg = ourport->cfg; s3c24xx_serial_init_port()
2192 .def_cfg = &(struct s3c2410_uartcfg) {
2220 .def_cfg = &(struct s3c2410_uartcfg) {
2249 .def_cfg = &(struct s3c2410_uartcfg) {
2277 .def_cfg = &(struct s3c2410_uartcfg) {
2304 .def_cfg = &(struct s3c2410_uartcfg) {
2332 .def_cfg = &(struct s3c2410_uartcfg) { \
/linux-4.1.27/arch/arm/plat-samsung/include/plat/
H A Dcpu.h93 struct s3c2410_uartcfg;
102 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
119 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
125 struct s3c2410_uartcfg *cfg, int no);
/linux-4.1.27/arch/arm/plat-samsung/
H A Dinit.c97 static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS];
111 struct s3c2410_uartcfg *cfg, int no) s3c24xx_init_uartdevs()
115 struct s3c2410_uartcfg *cfgptr = uart_cfgs; s3c24xx_init_uartdevs()
119 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); s3c24xx_init_uartdevs()
139 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c24xx_init_uarts()
/linux-4.1.27/arch/arm/mach-s3c64xx/
H A Dmach-ncp.c53 static struct s3c2410_uartcfg ncp_uartcfgs[] __initdata = {
H A Dmach-smdk6400.c45 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
H A Dmach-anw6410.c71 static struct s3c2410_uartcfg anw6410_uartcfgs[] __initdata = {
H A Dmach-hmt.c52 static struct s3c2410_uartcfg hmt_uartcfgs[] __initdata = {
H A Dmach-real6410.c56 static struct s3c2410_uartcfg real6410_uartcfgs[] __initdata = {
H A Dmach-mini6410.c57 static struct s3c2410_uartcfg mini6410_uartcfgs[] __initdata = {
H A Dmach-smartq.c50 static struct s3c2410_uartcfg smartq_uartcfgs[] __initdata = {
H A Dcommon.c73 static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) s3c64xx_init_uarts()
H A Dmach-smdk6410.c83 static struct s3c2410_uartcfg smdk6410_uartcfgs[] __initdata = {
H A Dmach-crag6410.c80 static struct s3c2410_uartcfg crag6410_uartcfgs[] __initdata = {
/linux-4.1.27/include/linux/
H A Dserial_s3c.h273 struct s3c2410_uartcfg { struct

Completed in 394 milliseconds