Searched refs:s3c2410_uartcfg (Results 1 – 25 of 43) sorted by relevance
12
/linux-6.1.9/arch/arm/mach-s3c/ |
D | s3c24xx.h | 15 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);
|
D | init.c | 94 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()
|
D | cpu.h | 89 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);
|
D | s3c2443.c | 79 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
|
D | s3c2410.c | 58 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
|
D | mach-smdk6400.c | 39 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
|
D | s3c2416.c | 95 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
|
D | mach-ncp.c | 45 static struct s3c2410_uartcfg ncp_uartcfgs[] __initdata = {
|
D | s3c244x.c | 50 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts()
|
D | mach-smdk2410.c | 48 static struct s3c2410_uartcfg smdk2410_uartcfgs[] __initdata = {
|
D | mach-smdk2443.c | 59 static struct s3c2410_uartcfg smdk2443_uartcfgs[] __initdata = {
|
D | mach-otom.c | 43 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
|
D | s3c2412.c | 78 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts()
|
D | mach-vstms.c | 48 static struct s3c2410_uartcfg vstms_uartcfgs[] __initdata = {
|
D | mach-smdk2413.c | 50 static struct s3c2410_uartcfg smdk2413_uartcfgs[] __initdata = {
|
D | mach-nexcoder.c | 53 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = {
|
D | mach-tct_hammer.c | 81 static struct s3c2410_uartcfg tct_hammer_uartcfgs[] = {
|
D | mach-smdk2440.c | 62 static struct s3c2410_uartcfg smdk2440_uartcfgs[] __initdata = {
|
D | mach-rx3715.c | 59 static struct s3c2410_uartcfg rx3715_uartcfgs[] = {
|
D | mach-anw6410.c | 64 static struct s3c2410_uartcfg anw6410_uartcfgs[] __initdata = {
|
D | mach-amlm5900.c | 100 static struct s3c2410_uartcfg amlm5900_uartcfgs[] = {
|
D | mach-at2440evb.c | 55 static struct s3c2410_uartcfg at2440evb_uartcfgs[] __initdata = {
|
D | mach-smdk2416.c | 78 static struct s3c2410_uartcfg smdk2416_uartcfgs[] __initdata = {
|
D | mach-hmt.c | 48 static struct s3c2410_uartcfg hmt_uartcfgs[] __initdata = {
|
/linux-6.1.9/include/linux/ |
D | serial_s3c.h | 279 struct s3c2410_uartcfg { struct
|
12