Searched refs:slot_switch (Results 1 – 1 of 1) sorted by relevance
141 struct gpio_desc *slot_switch; member223 if (host->slot_switch) in mmc_omap_select_slot()229 gpiod_set_value(host->slot_switch, slot->id); in mmc_omap_select_slot()1416 host->slot_switch = devm_gpiod_get_optional(host->dev, "switch", in mmc_omap_probe()1418 if (IS_ERR(host->slot_switch)) in mmc_omap_probe()1419 return dev_err_probe(host->dev, PTR_ERR(host->slot_switch), in mmc_omap_probe()