Searched refs:global_pwr_gpiod (Results 1 – 3 of 3) sorted by relevance
121 gpiod_set_value_cansleep(host->global_pwr_gpiod, 0); in octeon_mmc_set_shared_power()124 gpiod_set_value_cansleep(host->global_pwr_gpiod, 1); in octeon_mmc_set_shared_power()260 host->global_pwr_gpiod = devm_gpiod_get_optional(&pdev->dev, in octeon_mmc_probe()263 if (IS_ERR(host->global_pwr_gpiod)) { in octeon_mmc_probe()265 return PTR_ERR(host->global_pwr_gpiod); in octeon_mmc_probe()
78 struct gpio_desc *global_pwr_gpiod; member
839 if (host->global_pwr_gpiod) in cvm_mmc_set_ios()846 if (host->global_pwr_gpiod) in cvm_mmc_set_ios()