/Linux-v6.1/arch/arm/mach-s3c/ |
D | s3c24xx.c | 353 { "s3c-hsudc", "rx0", (void *)DMACH_USB_EP1 }, 354 { "s3c-hsudc", "tx0", (void *)DMACH_USB_EP1 }, 355 { "s3c-hsudc", "rx1", (void *)DMACH_USB_EP2 }, 356 { "s3c-hsudc", "tx1", (void *)DMACH_USB_EP2 }, 357 { "s3c-hsudc", "rx2", (void *)DMACH_USB_EP3 }, 358 { "s3c-hsudc", "tx2", (void *)DMACH_USB_EP3 }, 359 { "s3c-hsudc", "rx3", (void *)DMACH_USB_EP4 }, 360 { "s3c-hsudc", "tx3", (void *)DMACH_USB_EP4 } 422 { "s3c-hsudc", "rx0", (void *)DMACH_USB_EP1 }, 423 { "s3c-hsudc", "tx0", (void *)DMACH_USB_EP1 }, [all …]
|
D | Kconfig | 5 source "arch/arm/mach-s3c/Kconfig.s3c24xx" 6 source "arch/arm/mach-s3c/Kconfig.s3c64xx" 33 int "S3C UART to use for low-level messages" 67 Internal configuration option to enable the s3c specific gpio
|
D | sdhci.h | 11 * S3C Platform - SDHCI (HSMMC) platform data definitions 17 #include <linux/platform_data/mmc-sdhci-s3c.h> 28 * s3c_sdhci0_set_platdata - Set platform data for S3C SDHCI device. 31 * Register the given platform data for use withe S3C SDHCI device.
|
D | devs.c | 30 #include <linux/platform_data/s3c-hsudc.h> 31 #include <linux/platform_data/s3c-hsotg.h> 52 #include <linux/soc/samsung/s3c-adc.h> 56 #include <linux/platform_data/hwmon-s3c.h> 67 #include <linux/platform_data/asoc-s3c.h> 155 .name = "s3c-fb", 176 .name = "s3c-hwmon", 203 .name = "s3c-sdhci", 233 .name = "s3c-sdhci", 265 .name = "s3c-sdhci", [all …]
|
D | gpio-core.h | 7 * S3C Platform - GPIO core 22 /* Define the core gpiolib support functions that the s3c platforms may 23 * need to extend or change depending on the hardware and the s3c chip
|
D | pm.c | 8 // S3C common power management (suspend to ram) support. 162 S3C_PMDBG("S3C PM Resume (post-restore)\n"); in s3c_pm_enter() 195 printk("S3C Power Management, Copyright 2004 Simtec Electronics\n"); in s3c_pm_init()
|
/Linux-v6.1/drivers/clk/samsung/ |
D | clk-s3c64xx.c | 322 ALIAS(HCLK_USB, "s3c-hsotg", "otg"), 323 ALIAS(HCLK_HSMMC2, "s3c-sdhci.2", "hsmmc"), 324 ALIAS(HCLK_HSMMC2, "s3c-sdhci.2", "mmc_busclk.0"), 325 ALIAS(HCLK_HSMMC1, "s3c-sdhci.1", "hsmmc"), 326 ALIAS(HCLK_HSMMC1, "s3c-sdhci.1", "mmc_busclk.0"), 327 ALIAS(HCLK_HSMMC0, "s3c-sdhci.0", "hsmmc"), 328 ALIAS(HCLK_HSMMC0, "s3c-sdhci.0", "mmc_busclk.0"), 331 ALIAS(HCLK_CAMIF, "s3c-camif", "camif"), 332 ALIAS(HCLK_LCD, "s3c-fb", "lcd"), 351 ALIAS(SCLK_MMC2, "s3c-sdhci.2", "mmc_busclk.2"), [all …]
|
D | clk-s3c2443.c | 171 ALIAS(HCLK_HSMMC1, "s3c-sdhci.1", "hsmmc"), 172 ALIAS(HCLK_HSMMC1, "s3c-sdhci.1", "mmc_busclk.0"), 223 ALIAS(HCLK_HSMMC0, "s3c-sdhci.0", "hsmmc"), 224 ALIAS(HCLK_HSMMC0, "s3c-sdhci.0", "mmc_busclk.0"), 225 ALIAS(MUX_HSMMC0, "s3c-sdhci.0", "mmc_busclk.2"), 226 ALIAS(MUX_HSMMC1, "s3c-sdhci.1", "mmc_busclk.2"), 266 ALIAS(SCLK_HSMMC1, "s3c-sdhci.1", "mmc_busclk.2"),
|
/Linux-v6.1/Documentation/arm/samsung-s3c24xx/ |
D | overview.rst | 21 included under the arch/arm/mach-s3c directory. Note, while core 41 platform code contained in arch/arm/mach-s3c with headers in 42 arch/arm/mach-s3c/include 44 arch/arm/mach-s3c: 129 Machine definitions should be kept in arch/arm/mach-s3c, 160 and the module has been renamed to rtc-s3c to fit in with 288 exported outside arch/arm/mach-s3c/, or exported to
|
D | usb-host.rst | 39 added by the board specific support file in arch/arm/mach-s3c, 56 can be found in arch/arm/mach-s3c/simtec-usb.c .
|
/Linux-v6.1/sound/soc/samsung/ |
D | Makefile | 3 snd-soc-s3c-dma-objs := dmaengine.o 7 snd-soc-s3c-i2s-v2-objs := s3c-i2s-v2.o 12 obj-$(CONFIG_SND_SOC_SAMSUNG) += snd-soc-s3c-dma.o 15 obj-$(CONFIG_SND_S3C_I2SV2_SOC) += snd-soc-s3c-i2s-v2.o
|
D | pcm.c | 3 // ALSA SoC Audio Layer - S3C PCM-Controller driver 17 #include <linux/platform_data/asoc-s3c.h> 106 * struct s3c_pcm_info - S3C PCM Controller information 483 .name = "s3c-pcm", 605 MODULE_DESCRIPTION("S3C PCM Controller Driver");
|
/Linux-v6.1/Documentation/devicetree/bindings/arm/samsung/ |
D | samsung-soc.yaml | 7 title: Samsung S3C, S5P and Exynos SoC compatibles naming convention 23 pattern: "^samsung,.*(s3c|s5pv|exynos)[0-9a-z]+.*$" 31 pattern: "^samsung,(s3c|s5pv|exynos|exynosautov)[0-9]+-.*$"
|
/Linux-v6.1/include/linux/platform_data/ |
D | hwmon-s3c.h | 7 * S3C - HWMon interface for ADC 37 * s3c_hwmon_set_platdata - Set platform data for S3C HWMON device 40 * Register the given platform data for use with the S3C HWMON device.
|
D | mmc-sdhci-s3c.h | 22 * sdhci-s3c driver probe when cd_type == S3C_SDHCI_CD_EXTERNAL. 23 * notify_func argument is a callback to the sdhci-s3c driver 28 * sdhci-s3c driver remove when cd_type == S3C_SDHCI_CD_EXTERNAL.
|
D | s3c-hsotg.h | 2 /* include/linux/platform_data/s3c-hsotg.h 9 * S3C USB2.0 High-speed / OtG platform information
|
D | i2c-s3c2410.h | 6 * S3C - I2C Controller platform_device info 17 * struct s3c2410_platform_i2c - Platform data for s3c I2C.
|
/Linux-v6.1/Documentation/devicetree/bindings/pinctrl/ |
D | samsung,pinctrl-gpio-bank.yaml | 7 title: Samsung S3C/S5P/Exynos SoC pin controller - gpio bank 15 This is a part of device tree bindings for Samsung S3C/S5P/Exynos SoC pin 18 GPIO bank description for Samsung S3C/S5P/Exynos SoC pin controller.
|
D | samsung,pinctrl-wakeup-interrupt.yaml | 7 title: Samsung S3C/S5P/Exynos SoC pin controller - wake-up interrupt controller 15 This is a part of device tree bindings for Samsung S3C/S5P/Exynos SoC pin 18 External wake-up interrupts for Samsung S3C/S5P/Exynos SoC pin controller.
|
D | samsung,pinctrl-pins-cfg.yaml | 7 title: Samsung S3C/S5P/Exynos SoC pin controller - pins configuration 15 This is a part of device tree bindings for Samsung S3C/S5P/Exynos SoC pin 18 Pins configuration for Samsung S3C/S5P/Exynos SoC pin controller.
|
/Linux-v6.1/drivers/hwmon/ |
D | s3c-hwmon.c | 2 /* linux/drivers/hwmon/s3c-hwmon.c 23 #include <linux/soc/samsung/s3c-adc.h> 24 #include <linux/platform_data/hwmon-s3c.h> 36 * @client: The client we registered with the S3C ADC core. 368 .name = "s3c-hwmon", 377 MODULE_DESCRIPTION("S3C ADC HWMon driver"); 379 MODULE_ALIAS("platform:s3c-hwmon");
|
/Linux-v6.1/drivers/media/platform/samsung/s3c-camif/ |
D | Makefile | 4 s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o 6 obj-$(CONFIG_VIDEO_S3C_CAMIF) += s3c-camif.o
|
/Linux-v6.1/drivers/soc/samsung/ |
D | Makefile | 16 obj-$(CONFIG_SAMSUNG_PM_CHECK) += s3c-pm-check.o 17 obj-$(CONFIG_SAMSUNG_PM_DEBUG) += s3c-pm-debug.o
|
/Linux-v6.1/Documentation/devicetree/bindings/rtc/ |
D | s3c-rtc.yaml | 4 $id: http://devicetree.org/schemas/rtc/s3c-rtc.yaml# 7 title: Samsung S3C, S5P and Exynos Real Time Clock controller
|
/Linux-v6.1/drivers/cpufreq/ |
D | s3c2410-cpufreq.c | 19 #include <linux/soc/samsung/s3c-cpufreq-core.h> 20 #include <linux/soc/samsung/s3c-pm.h>
|