Home
last modified time | relevance | path

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

/linux-6.15/drivers/mmc/host/
H A Dmmci.h443 struct pinctrl_state *pins_opendrain; member
H A Dmmci.c1996 pinctrl_select_state(host->pinctrl, host->pins_opendrain); in mmci_set_ios()
2251 host->pins_opendrain = pinctrl_lookup_state(host->pinctrl, in mmci_probe()
2253 if (IS_ERR(host->pins_opendrain)) { in mmci_probe()
2255 ret = PTR_ERR(host->pins_opendrain); in mmci_probe()