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

/linux-4.4.14/drivers/mmc/host/
H A Dpxamci.c648 int ret, irq, gpio_cd = -1, gpio_ro = -1, gpio_power = -1; pxamci_probe() local
787 gpio_ro = host->pdata->gpio_card_ro; pxamci_probe()
801 if (gpio_is_valid(gpio_ro)) pxamci_probe()
802 ret = mmc_gpio_request_ro(mmc, gpio_ro); pxamci_probe()
804 dev_err(&pdev->dev, "Failed requesting gpio_ro %d\n", gpio_ro); pxamci_probe()
823 if (gpio_is_valid(gpio_ro) && host->pdata->get_ro) pxamci_probe()
824 dev_warn(&pdev->dev, "gpio_ro and get_ro() both defined\n"); pxamci_probe()
850 int gpio_cd = -1, gpio_ro = -1, gpio_power = -1; pxamci_remove() local
859 gpio_ro = host->pdata->gpio_card_ro; pxamci_remove()
H A Ddw_mmc.c1434 int gpio_ro = mmc_gpio_get_ro(mmc); dw_mci_get_ro() local
1437 if (!IS_ERR_VALUE(gpio_ro)) dw_mci_get_ro()
1438 read_only = gpio_ro; dw_mci_get_ro()

Completed in 101 milliseconds