Home
last modified time | relevance | path

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

/Linux-v6.6/drivers/mmc/host/
Domap.c140 struct gpio_desc *slot_switch; member
224 if (host->slot_switch) in mmc_omap_select_slot()
230 gpiod_set_value(host->slot_switch, slot->id); in mmc_omap_select_slot()
1387 host->slot_switch = gpiod_get_optional(host->dev, "switch", in mmc_omap_probe()
1389 if (IS_ERR(host->slot_switch)) in mmc_omap_probe()
1390 return dev_err_probe(host->dev, PTR_ERR(host->slot_switch), in mmc_omap_probe()