Lines Matching +full:gpio +full:- +full:cfg
1 // SPDX-License-Identifier: GPL-2.0
14 #include <linux/gpio.h>
27 #include "gpio-samsung.h"
32 #include "regs-s3c2443-clock.h"
33 #include "rtc-core-s3c24xx.h"
35 #include "gpio-core.h"
36 #include "gpio-cfg.h"
37 #include "gpio-cfg-helpers.h"
40 #include "adc-core.h"
43 #include "fb-core-s3c24xx.h"
44 #include "nand-core-s3c24xx.h"
45 #include "spi-core-s3c24xx.h"
54 .name = "s3c2443-core",
55 .dev_name = "s3c2443-core",
66 s3c_nand_setname("s3c2412-nand"); in s3c2443_init()
67 s3c_fb_setname("s3c2443-fb"); in s3c2443_init()
69 s3c_adc_setname("s3c2443-adc"); in s3c2443_init()
70 s3c_rtc_setname("s3c2443-rtc"); in s3c2443_init()
79 void __init s3c2443_init_uarts(struct s3c2410_uartcfg *cfg, int no) in s3c2443_init_uarts() argument
81 s3c24xx_init_uartdevs("s3c2440-uart", s3c2410_uart_resources, cfg, no); in s3c2443_init_uarts()
96 s3c24xx_spi_setname("s3c2443-spi"); in s3c2443_map_io()