Searched refs:slot_switch (Results 1 - 1 of 1) sorted by relevance

/linux-master/drivers/mmc/host/
H A Domap.c140 struct gpio_desc *slot_switch; member in struct:mmc_omap_host
222 if (host->slot_switch)
228 gpiod_set_value(host->slot_switch, slot->id);
1415 host->slot_switch = devm_gpiod_get_optional(host->dev, "switch",
1417 if (IS_ERR(host->slot_switch))
1418 return dev_err_probe(host->dev, PTR_ERR(host->slot_switch),

Completed in 95 milliseconds