Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/mmc/host/
Dcavium-octeon.c119 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()
Dcavium.h78 struct gpio_desc *global_pwr_gpiod; member
Dcavium.c841 if (host->global_pwr_gpiod) in cvm_mmc_set_ios()
848 if (host->global_pwr_gpiod) in cvm_mmc_set_ios()