Home
last modified time | relevance | path

Searched refs:s3c2410_uartcfg (Results 1 – 25 of 43) sorted by relevance

12

/linux-6.1.9/arch/arm/mach-s3c/
Ds3c24xx.h15 struct s3c2410_uartcfg;
21 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no);
35 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no);
49 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no);
64 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no);
92 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
Dinit.c94 static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS];
108 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs()
112 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs()
116 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
136 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts()
Dcpu.h89 struct s3c2410_uartcfg;
98 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
113 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
119 struct s3c2410_uartcfg *cfg, int no);
Ds3c2443.c79 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
Ds3c2410.c58 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
Dmach-smdk6400.c39 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
Ds3c2416.c95 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
Dmach-ncp.c45 static struct s3c2410_uartcfg ncp_uartcfgs[] __initdata = {
Ds3c244x.c50 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts()
Dmach-smdk2410.c48 static struct s3c2410_uartcfg smdk2410_uartcfgs[] __initdata = {
Dmach-smdk2443.c59 static struct s3c2410_uartcfg smdk2443_uartcfgs[] __initdata = {
Dmach-otom.c43 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
Ds3c2412.c78 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts()
Dmach-vstms.c48 static struct s3c2410_uartcfg vstms_uartcfgs[] __initdata = {
Dmach-smdk2413.c50 static struct s3c2410_uartcfg smdk2413_uartcfgs[] __initdata = {
Dmach-nexcoder.c53 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = {
Dmach-tct_hammer.c81 static struct s3c2410_uartcfg tct_hammer_uartcfgs[] = {
Dmach-smdk2440.c62 static struct s3c2410_uartcfg smdk2440_uartcfgs[] __initdata = {
Dmach-rx3715.c59 static struct s3c2410_uartcfg rx3715_uartcfgs[] = {
Dmach-anw6410.c64 static struct s3c2410_uartcfg anw6410_uartcfgs[] __initdata = {
Dmach-amlm5900.c100 static struct s3c2410_uartcfg amlm5900_uartcfgs[] = {
Dmach-at2440evb.c55 static struct s3c2410_uartcfg at2440evb_uartcfgs[] __initdata = {
Dmach-smdk2416.c78 static struct s3c2410_uartcfg smdk2416_uartcfgs[] __initdata = {
Dmach-hmt.c48 static struct s3c2410_uartcfg hmt_uartcfgs[] __initdata = {
/linux-6.1.9/include/linux/
Dserial_s3c.h279 struct s3c2410_uartcfg { struct

12