Searched refs:s3c2410_uartcfg (Results 1 – 25 of 44) sorted by relevance
12
/Linux-v4.19/arch/arm/mach-s3c24xx/ |
D | common.h | 14 struct s3c2410_uartcfg; 20 extern void s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no); 34 extern void s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no); 48 extern void s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no); 63 extern void s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no); 91 extern void s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no);
|
D | s3c2443.c | 77 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
|
D | s3c2416.c | 95 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
|
D | s3c2410.c | 59 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
|
D | mach-smdk2410.c | 48 static struct s3c2410_uartcfg smdk2410_uartcfgs[] __initdata = {
|
D | s3c244x.c | 52 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts()
|
D | mach-otom.c | 44 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
|
D | mach-smdk2413.c | 51 static struct s3c2410_uartcfg smdk2413_uartcfgs[] __initdata = {
|
D | mach-smdk2443.c | 72 static struct s3c2410_uartcfg smdk2443_uartcfgs[] __initdata = {
|
D | s3c2412.c | 80 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts()
|
D | mach-tct_hammer.c | 82 static struct s3c2410_uartcfg tct_hammer_uartcfgs[] = {
|
D | mach-vstms.c | 49 static struct s3c2410_uartcfg vstms_uartcfgs[] __initdata = {
|
D | mach-nexcoder.c | 55 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = {
|
D | mach-smdk2440.c | 73 static struct s3c2410_uartcfg smdk2440_uartcfgs[] __initdata = {
|
D | mach-rx3715.c | 67 static struct s3c2410_uartcfg rx3715_uartcfgs[] = {
|
D | mach-amlm5900.c | 103 static struct s3c2410_uartcfg amlm5900_uartcfgs[] = {
|
D | mach-at2440evb.c | 58 static struct s3c2410_uartcfg at2440evb_uartcfgs[] __initdata = {
|
/Linux-v4.19/arch/arm/plat-samsung/ |
D | init.c | 92 static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS]; 106 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs() 110 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs() 114 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs() 134 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts()
|
/Linux-v4.19/arch/arm/plat-samsung/include/plat/ |
D | cpu.h | 89 struct s3c2410_uartcfg; 98 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no); 116 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no); 122 struct s3c2410_uartcfg *cfg, int no);
|
/Linux-v4.19/drivers/tty/serial/ |
D | samsung.h | 34 int (*reset_port)(struct uart_port *, struct s3c2410_uartcfg *); 39 struct s3c2410_uartcfg *def_cfg; 94 struct s3c2410_uartcfg *cfg;
|
D | samsung.c | 420 static inline struct s3c2410_uartcfg 1271 struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); in s3c24xx_serial_set_termios() 1586 struct s3c2410_uartcfg *cfg) in s3c24xx_serial_resetport() 1703 struct s3c2410_uartcfg *cfg = ourport->cfg; in s3c24xx_serial_init_port() 2216 .def_cfg = &(struct s3c2410_uartcfg) { 2244 .def_cfg = &(struct s3c2410_uartcfg) { 2273 .def_cfg = &(struct s3c2410_uartcfg) { 2301 .def_cfg = &(struct s3c2410_uartcfg) { 2328 .def_cfg = &(struct s3c2410_uartcfg) { 2356 .def_cfg = &(struct s3c2410_uartcfg) { \
|
/Linux-v4.19/arch/arm/mach-s3c64xx/ |
D | mach-smdk6400.c | 41 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
|
D | mach-ncp.c | 47 static struct s3c2410_uartcfg ncp_uartcfgs[] __initdata = {
|
D | mach-anw6410.c | 66 static struct s3c2410_uartcfg anw6410_uartcfgs[] __initdata = {
|
/Linux-v4.19/include/linux/ |
D | serial_s3c.h | 260 struct s3c2410_uartcfg { struct
|
12