Home
last modified time | relevance | path

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

12

/kernel/linux/linux-5.10/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.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()
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()
Dmach-smdk6400.c39 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
Ds3c2410.c58 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
Dmach-ncp.c45 static struct s3c2410_uartcfg ncp_uartcfgs[] __initdata = {
Ds3c2416.c95 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
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-otom.c43 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
Dmach-smdk2443.c69 static struct s3c2410_uartcfg smdk2443_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.c72 static struct s3c2410_uartcfg smdk2440_uartcfgs[] __initdata = {
Dmach-rx3715.c65 static struct s3c2410_uartcfg rx3715_uartcfgs[] = {
Dmach-anw6410.c64 static struct s3c2410_uartcfg anw6410_uartcfgs[] __initdata = {
Dmach-at2440evb.c55 static struct s3c2410_uartcfg at2440evb_uartcfgs[] __initdata = {
Dmach-amlm5900.c100 static struct s3c2410_uartcfg amlm5900_uartcfgs[] = {
Dmach-smdk2416.c88 static struct s3c2410_uartcfg smdk2416_uartcfgs[] __initdata = {
/kernel/linux/linux-5.10/drivers/tty/serial/
Dsamsung_tty.c81 struct s3c2410_uartcfg *def_cfg;
138 struct s3c2410_uartcfg *cfg;
542 static inline struct s3c2410_uartcfg
1385 struct s3c2410_uartcfg *cfg = s3c24xx_port_to_cfg(port); in s3c24xx_serial_set_termios()
1705 struct s3c2410_uartcfg *cfg) in s3c24xx_serial_resetport()
1858 struct s3c2410_uartcfg *cfg = ourport->cfg; in s3c24xx_serial_init_port()
2396 .def_cfg = &(struct s3c2410_uartcfg) {
2424 .def_cfg = &(struct s3c2410_uartcfg) {
2453 .def_cfg = &(struct s3c2410_uartcfg) {
2481 .def_cfg = &(struct s3c2410_uartcfg) {
[all …]
/kernel/linux/linux-5.10/include/linux/
Dserial_s3c.h260 struct s3c2410_uartcfg { struct

12