Home
last modified time | relevance | path

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

/linux/drivers/nfc/st-nci/
H A Dspi.c39 struct gpio_desc *gpiod_reset; member
48 gpiod_set_value(phy->gpiod_reset, 0); in st_nci_spi_enable()
50 gpiod_set_value(phy->gpiod_reset, 1); in st_nci_spi_enable()
236 phy->gpiod_reset = devm_gpiod_get(&dev->dev, "reset", GPIOD_OUT_HIGH); in st_nci_spi_probe()
237 if (IS_ERR(phy->gpiod_reset)) { in st_nci_spi_probe()
239 return PTR_ERR(phy->gpiod_reset); in st_nci_spi_probe()
H A Di2c.c38 struct gpio_desc *gpiod_reset; member
47 gpiod_set_value(phy->gpiod_reset, 0); in st_nci_i2c_enable()
49 gpiod_set_value(phy->gpiod_reset, 1); in st_nci_i2c_enable()
222 phy->gpiod_reset = devm_gpiod_get(dev, "reset", GPIOD_OUT_HIGH); in st_nci_i2c_probe()
223 if (IS_ERR(phy->gpiod_reset)) { in st_nci_i2c_probe()
/linux/drivers/usb/phy/
H A Dphy-generic.h14 struct gpio_desc *gpiod_reset; member
/linux/sound/soc/codecs/
H A Drt5659.h1797 struct gpio_desc *gpiod_reset; member
H A Drt5665.c45 struct gpio_desc *gpiod_reset; member