Home
last modified time | relevance | path

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

12

/Linux-v4.19/arch/arm/mach-s3c24xx/
Dcommon.h14 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);
Ds3c2443.c77 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
Ds3c2416.c95 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
Ds3c2410.c59 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
Dmach-smdk2410.c48 static struct s3c2410_uartcfg smdk2410_uartcfgs[] __initdata = {
Ds3c244x.c52 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts()
Dmach-otom.c44 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
Dmach-smdk2413.c51 static struct s3c2410_uartcfg smdk2413_uartcfgs[] __initdata = {
Dmach-smdk2443.c72 static struct s3c2410_uartcfg smdk2443_uartcfgs[] __initdata = {
Ds3c2412.c80 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts()
Dmach-tct_hammer.c82 static struct s3c2410_uartcfg tct_hammer_uartcfgs[] = {
Dmach-vstms.c49 static struct s3c2410_uartcfg vstms_uartcfgs[] __initdata = {
Dmach-nexcoder.c55 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = {
Dmach-smdk2440.c73 static struct s3c2410_uartcfg smdk2440_uartcfgs[] __initdata = {
Dmach-rx3715.c67 static struct s3c2410_uartcfg rx3715_uartcfgs[] = {
Dmach-amlm5900.c103 static struct s3c2410_uartcfg amlm5900_uartcfgs[] = {
Dmach-at2440evb.c58 static struct s3c2410_uartcfg at2440evb_uartcfgs[] __initdata = {
/Linux-v4.19/arch/arm/plat-samsung/
Dinit.c92 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/
Dcpu.h89 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/
Dsamsung.h34 int (*reset_port)(struct uart_port *, struct s3c2410_uartcfg *);
39 struct s3c2410_uartcfg *def_cfg;
94 struct s3c2410_uartcfg *cfg;
Dsamsung.c420 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/
Dmach-smdk6400.c41 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
Dmach-ncp.c47 static struct s3c2410_uartcfg ncp_uartcfgs[] __initdata = {
Dmach-anw6410.c66 static struct s3c2410_uartcfg anw6410_uartcfgs[] __initdata = {
/Linux-v4.19/include/linux/
Dserial_s3c.h260 struct s3c2410_uartcfg { struct

12