Home
last modified time | relevance | path

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

12

/linux/arch/arm/mach-s3c/
A 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);
A 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()
A 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);
A Ds3c2443.c79 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts()
A Dmach-smdk6400.c39 static struct s3c2410_uartcfg smdk6400_uartcfgs[] __initdata = {
A Ds3c2410.c58 void __init s3c2410_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2410_init_uarts()
A Ds3c2416.c95 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts()
A Dmach-ncp.c45 static struct s3c2410_uartcfg ncp_uartcfgs[] __initdata = {
A Ds3c244x.c50 void __init s3c244x_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c244x_init_uarts()
A Dmach-smdk2410.c48 static struct s3c2410_uartcfg smdk2410_uartcfgs[] __initdata = {
A Dmach-otom.c43 static struct s3c2410_uartcfg otom11_uartcfgs[] __initdata = {
A Dmach-smdk2443.c69 static struct s3c2410_uartcfg smdk2443_uartcfgs[] __initdata = {
A Ds3c2412.c78 void __init s3c2412_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2412_init_uarts()
A Dmach-smdk2413.c50 static struct s3c2410_uartcfg smdk2413_uartcfgs[] __initdata = {
A Dmach-vstms.c48 static struct s3c2410_uartcfg vstms_uartcfgs[] __initdata = {
A Dmach-nexcoder.c53 static struct s3c2410_uartcfg nexcoder_uartcfgs[] __initdata = {
A Dmach-tct_hammer.c81 static struct s3c2410_uartcfg tct_hammer_uartcfgs[] = {
A Dmach-smdk2440.c72 static struct s3c2410_uartcfg smdk2440_uartcfgs[] __initdata = {
A Dmach-rx3715.c65 static struct s3c2410_uartcfg rx3715_uartcfgs[] = {
A Dmach-anw6410.c64 static struct s3c2410_uartcfg anw6410_uartcfgs[] __initdata = {
A Dmach-at2440evb.c55 static struct s3c2410_uartcfg at2440evb_uartcfgs[] __initdata = {
A Dmach-amlm5900.c100 static struct s3c2410_uartcfg amlm5900_uartcfgs[] = {
A Dmach-hmt.c48 static struct s3c2410_uartcfg hmt_uartcfgs[] __initdata = {
/linux/drivers/tty/serial/
A Dsamsung_tty.c90 struct s3c2410_uartcfg *def_cfg;
147 struct s3c2410_uartcfg *cfg;
583 static inline struct s3c2410_uartcfg
1895 struct s3c2410_uartcfg *cfg) in s3c24xx_serial_resetport()
2654 .def_cfg = &(struct s3c2410_uartcfg) {
2683 .def_cfg = &(struct s3c2410_uartcfg) {
2714 .def_cfg = &(struct s3c2410_uartcfg) {
2743 .def_cfg = &(struct s3c2410_uartcfg) {
2771 .def_cfg = &(struct s3c2410_uartcfg) {
2801 .def_cfg = &(struct s3c2410_uartcfg) { \
[all …]
/linux/include/linux/
A Dserial_s3c.h285 struct s3c2410_uartcfg { struct

Completed in 34 milliseconds

12