Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mmc/core/
Dhost.c163 bool ro_cap_invert, ro_gpio_invert = false; in mmc_of_parse() local
241 ret = mmc_gpiod_request_ro(host, "wp", 0, false, 0, &ro_gpio_invert); in mmc_of_parse()
251 if (ro_cap_invert ^ ro_gpio_invert) in mmc_of_parse()