Lines Matching +full:mmc +full:- +full:card
1 /* SPDX-License-Identifier: GPL-2.0 */
8 S3C_SDHCI_CD_INTERNAL, /* use mmc internal CD line */
11 S3C_SDHCI_CD_NONE, /* no CD line, use polling to detect card */
12 S3C_SDHCI_CD_PERMANENT, /* no CD line, card permanently wired to host */
16 * struct s3c_sdhci_platdata() - Platform device data for Samsung SDHCI
18 * @host_caps: Standard MMC host capabilities bit field.
19 * @host_caps2: The second standard MMC host capabilities bit field.
20 * @cd_type: Type of Card Detection method (see cd_types enum above)
21 * @ext_cd_init: Initialize external card detect subsystem. Called on
22 * sdhci-s3c driver probe when cd_type == S3C_SDHCI_CD_EXTERNAL.
23 * notify_func argument is a callback to the sdhci-s3c driver
24 * that triggers the card detection event. Callback arguments:
26 * state is new state of the card (0 - removed, 1 - inserted).
27 * @ext_cd_cleanup: Cleanup external card detect subsystem. Called on
28 * sdhci-s3c driver remove when cd_type == S3C_SDHCI_CD_EXTERNAL.
33 * @cfg_gpio: Configure the GPIO for a specific card bit-width
36 * for the device driver to use or call-back when configuring gpio or
37 * card speed information.