Searched refs:global_pwr_gpiod (Results 1 – 3 of 3) sorted by relevance
119 gpiod_set_value_cansleep(host->global_pwr_gpiod, 0); in octeon_mmc_set_shared_power()122 gpiod_set_value_cansleep(host->global_pwr_gpiod, 1); in octeon_mmc_set_shared_power()258 host->global_pwr_gpiod = devm_gpiod_get_optional(&pdev->dev, in octeon_mmc_probe()261 if (IS_ERR(host->global_pwr_gpiod)) { in octeon_mmc_probe()263 return PTR_ERR(host->global_pwr_gpiod); in octeon_mmc_probe()
78 struct gpio_desc *global_pwr_gpiod; member
841 if (host->global_pwr_gpiod) in cvm_mmc_set_ios()848 if (host->global_pwr_gpiod) in cvm_mmc_set_ios()