Lines Matching +full:gpio +full:- +full:cfg
1 // SPDX-License-Identifier: GPL-2.0+
16 #include <linux/gpio.h>
30 #include "gpio-samsung.h"
31 #include <asm/proc-fns.h>
35 #include "regs-s3c2443-clock.h"
36 #include "rtc-core-s3c24xx.h"
38 #include "gpio-core.h"
39 #include "gpio-cfg.h"
40 #include "gpio-cfg-helpers.h"
46 #include "iic-core.h"
47 #include "adc-core.h"
50 #include "fb-core-s3c24xx.h"
51 #include "nand-core-s3c24xx.h"
52 #include "spi-core-s3c24xx.h"
61 .name = "s3c2416-core",
62 .dev_name = "s3c2416-core",
78 s3c_i2c0_setname("s3c2440-i2c"); in s3c2416_init()
79 s3c_i2c1_setname("s3c2440-i2c"); in s3c2416_init()
81 s3c_fb_setname("s3c2443-fb"); in s3c2416_init()
83 s3c_adc_setname("s3c2416-adc"); in s3c2416_init()
84 s3c_rtc_setname("s3c2416-rtc"); in s3c2416_init()
95 void __init s3c2416_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2416_init_uarts() argument
97 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); in s3c2416_init_uarts()
99 s3c_nand_setname("s3c2412-nand"); in s3c2416_init_uarts()
116 s3c24xx_spi_setname("s3c2443-spi"); in s3c2416_map_io()