Home
last modified time | relevance | path

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

/linux-6.3-rc2/arch/arm/mach-s3c/
A Dcpu.h54 struct s3c2410_uartcfg;
63 void (*init_uarts)(struct s3c2410_uartcfg *cfg, int no);
74 extern void s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no);
77 struct s3c2410_uartcfg *cfg, int no);
A Dinit.c71 static struct s3c2410_uartcfg uart_cfgs[CONFIG_SERIAL_SAMSUNG_UARTS];
85 struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uartdevs()
89 struct s3c2410_uartcfg *cfgptr = uart_cfgs; in s3c24xx_init_uartdevs()
93 memcpy(cfgptr, cfg, sizeof(struct s3c2410_uartcfg) * no); in s3c24xx_init_uartdevs()
113 void __init s3c24xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c24xx_init_uarts()
A Ds3c64xx.c68 static void __init s3c64xx_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c64xx_init_uarts()
A Dmach-crag6410.c76 static struct s3c2410_uartcfg crag6410_uartcfgs[] __initdata = {
/linux-6.3-rc2/include/linux/
A Dserial_s3c.h279 struct s3c2410_uartcfg { struct
/linux-6.3-rc2/drivers/tty/serial/
A Dsamsung_tty.c95 const struct s3c2410_uartcfg def_cfg;
152 const struct s3c2410_uartcfg *cfg;
580 static inline const struct s3c2410_uartcfg
1527 const struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); in s3c24xx_serial_set_termios()
1838 const struct s3c2410_uartcfg *cfg) in s3c24xx_serial_resetport()
1899 const struct s3c2410_uartcfg *cfg = ourport->cfg; in s3c24xx_serial_init_port()

Completed in 32 milliseconds