Home
last modified time | relevance | path

Searched full:s3c (Results 1 – 25 of 90) sorted by relevance

1234

/linux-6.12.1/arch/arm/mach-s3c/
Ddevs.c27 #include <linux/platform_data/s3c-hsotg.h>
47 #include <linux/platform_data/asoc-s3c.h>
63 .name = "s3c-fb",
95 .name = "s3c-sdhci",
125 .name = "s3c-sdhci",
157 .name = "s3c-sdhci",
187 .name = "s3c-sdhci",
344 .name = "s3c-hsotg",
Dsdhci.h11 * 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.
DKconfig5 source "arch/arm/mach-s3c/Kconfig.s3c64xx"
29 int "S3C UART to use for low-level messages"
63 Internal configuration option to enable the s3c specific gpio
Dgpio-core.h7 * 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
Dpm.c8 // S3C common power management (suspend to ram) support.
159 S3C_PMDBG("S3C PM Resume (post-restore)\n"); in s3c_pm_enter()
192 printk("S3C Power Management, Copyright 2004 Simtec Electronics\n"); in s3c_pm_init()
Dmap-s5p.h18 #include "map-s3c.h"
Dregs-irqtype.h7 * S3C - IRQ detection types.
/linux-6.12.1/drivers/clk/samsung/
Dclk-s3c64xx.c322 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 …]
/linux-6.12.1/Documentation/devicetree/bindings/arm/samsung/
Dsamsung-soc.yaml7 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-6.12.1/include/linux/platform_data/
Dhwmon-s3c.h7 * 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.
Dmmc-sdhci-s3c.h22 * 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.
Ds3c-hsotg.h2 /* include/linux/platform_data/s3c-hsotg.h
9 * S3C USB2.0 High-speed / OtG platform information
Di2c-s3c2410.h6 * S3C - I2C Controller platform_device info
17 * struct s3c2410_platform_i2c - Platform data for s3c I2C.
/linux-6.12.1/Documentation/devicetree/bindings/pinctrl/
Dsamsung,pinctrl-gpio-bank.yaml7 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.
Dsamsung,pinctrl-wakeup-interrupt.yaml7 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.
Dsamsung,pinctrl-pins-cfg.yaml7 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-6.12.1/drivers/media/platform/samsung/s3c-camif/
DMakefile4 s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o
6 obj-$(CONFIG_VIDEO_S3C_CAMIF) += s3c-camif.o
DKconfig15 will be called s3c-camif.
/linux-6.12.1/Documentation/devicetree/bindings/rtc/
Ds3c-rtc.yaml4 $id: http://devicetree.org/schemas/rtc/s3c-rtc.yaml#
7 title: Samsung S3C, S5P and Exynos Real Time Clock controller
/linux-6.12.1/sound/soc/samsung/
DMakefile3 snd-soc-s3c-dma-y := dmaengine.o
9 obj-$(CONFIG_SND_SOC_SAMSUNG) += snd-soc-s3c-dma.o
Dpcm.c3 // 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",
603 MODULE_DESCRIPTION("S3C PCM Controller Driver");
/linux-6.12.1/drivers/mmc/host/
Dsdhci-s3c.c2 /* linux/drivers/mmc/host/sdhci-s3c.c
16 #include <linux/platform_data/mmc-sdhci-s3c.h>
102 * struct sdhci_s3c - S3C SDHCI instance
130 * struct sdhci_s3c_drv_data - S3C SDHCI platform specific driver data
753 .name = "s3c-sdhci",
780 .name = "s3c-sdhci",
/linux-6.12.1/drivers/mtd/nand/raw/
DKconfig81 tristate "Samsung S3C NAND controller"
91 bool "Samsung S3C NAND controller debug"
94 Enable debugging of the S3C NAND driver
97 bool "Samsung S3C NAND IDLE clock stop"
/linux-6.12.1/drivers/media/platform/samsung/
DMakefile4 obj-y += s3c-camif/
DKconfig7 source "drivers/media/platform/samsung/s3c-camif/Kconfig"

1234