Searched +full:mmc +full:- +full:ddr +full:- +full:1 +full:_2v (Results 1 – 2 of 2) sorted by relevance
1 # SPDX-License-Identifier: GPL-2.03 ---4 $id: http://devicetree.org/schemas/mmc/mmc-controller.yaml#5 $schema: http://devicetree.org/meta-schemas/core.yaml#7 title: MMC Controller Generic Binding10 - Ulf Hansson <ulf.hansson@linaro.org>13 These properties are common to multiple MMC host controllers. Any host17 It is possible to assign a fixed index mmcN to an MMC host controller23 pattern: "^mmc(@.*)?$"25 "#address-cells":[all …]
1 // SPDX-License-Identifier: GPL-2.0-only3 * linux/drivers/mmc/core/host.c6 * Copyright (C) 2007-2008 Pierre Ossman9 * MMC host class device management23 #include <linux/mmc/host.h>24 #include <linux/mmc/card.h>25 #include <linux/mmc/slot-gpio.h>29 #include "slot-gpio.h"40 wakeup_source_unregister(host->ws); in mmc_host_classdev_release()41 ida_simple_remove(&mmc_host_ida, host->index); in mmc_host_classdev_release()[all …]