Lines Matching +full:platform +full:- +full:name
1 /* SPDX-License-Identifier: GPL-2.0 */
11 * S3C Platform - SDHCI (HSMMC) platform data definitions
17 #include <linux/platform_data/mmc-sdhci-s3c.h>
20 /* s3c_sdhci_set_platdata() - common helper for setting SDHCI platform data
21 * @pd: The default platform data for this device.
22 * @set: Pointer to the platform data to fill in.
28 * s3c_sdhci0_set_platdata - Set platform data for S3C SDHCI device.
29 * @pd: Platform data to register to device.
31 * Register the given platform data for use withe S3C SDHCI device.
32 * The call will copy the platform data, so the board definitions can
40 /* Default platform data, exported so that per-cpu initialisation can
110 static inline void s3c_sdhci_setname(int id, char *name) in s3c_sdhci_setname() argument
115 s3c_device_hsmmc0.name = name; in s3c_sdhci_setname()
120 s3c_device_hsmmc1.name = name; in s3c_sdhci_setname()
125 s3c_device_hsmmc2.name = name; in s3c_sdhci_setname()
130 s3c_device_hsmmc3.name = name; in s3c_sdhci_setname()