Home
last modified time | relevance | path

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

12345678910

/kernel/linux/linux-5.10/arch/arm/mach-s3c/
Ds3c24xx.c353 { "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 …]
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.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
Ddevs.c30 #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 …]
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/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 …]
/kernel/linux/linux-6.6/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 …]
/kernel/linux/linux-5.10/sound/soc/samsung/
DMakefile3 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
/kernel/linux/linux-6.6/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]+-.*$"
/kernel/linux/linux-5.10/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
/kernel/linux/linux-6.6/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
/kernel/linux/linux-6.6/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.
/kernel/linux/linux-5.10/drivers/hwmon/
Ds3c-hwmon.c2 /* 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");
/kernel/linux/linux-6.6/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
/kernel/linux/linux-5.10/drivers/media/platform/s3c-camif/
DMakefile4 s3c-camif-objs := camif-core.o camif-capture.o camif-regs.o
6 obj-$(CONFIG_VIDEO_S3C_CAMIF) += s3c-camif.o
/kernel/linux/linux-5.10/drivers/soc/samsung/
DMakefile14 obj-$(CONFIG_SAMSUNG_PM_CHECK) += s3c-pm-check.o
15 obj-$(CONFIG_SAMSUNG_PM_DEBUG) += s3c-pm-debug.o

12345678910