Lines Matching refs:gpio_power
128 gpio_is_valid(host->pdata->gpio_power)) { in pxamci_set_power()
130 gpio_set_value(host->pdata->gpio_power, in pxamci_set_power()
625 pdata->gpio_power = in pxamci_of_init()
648 int ret, irq, gpio_cd = -1, gpio_ro = -1, gpio_power = -1; in pxamci_probe() local
788 gpio_power = host->pdata->gpio_power; in pxamci_probe()
790 if (gpio_is_valid(gpio_power)) { in pxamci_probe()
791 ret = devm_gpio_request(&pdev->dev, gpio_power, in pxamci_probe()
795 gpio_power); in pxamci_probe()
798 gpio_direction_output(gpio_power, in pxamci_probe()
821 if (gpio_is_valid(gpio_power) && host->pdata->setpower) in pxamci_probe()
850 int gpio_cd = -1, gpio_ro = -1, gpio_power = -1; in pxamci_remove() local
860 gpio_power = host->pdata->gpio_power; in pxamci_remove()