Home
last modified time | relevance | path

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

/drivers/usb/dwc3/
Ddwc3-pci.c104 gpio = gpiod_get_optional(&pdev->dev, "cs", GPIOD_OUT_LOW); in dwc3_pci_quirks()
111 gpio = gpiod_get_optional(&pdev->dev, "reset", GPIOD_OUT_LOW); in dwc3_pci_quirks()
/drivers/gpio/
Dgpiolib.c3135 struct gpio_desc *__must_check gpiod_get_optional(struct device *dev, in gpiod_get_optional() function
3141 EXPORT_SYMBOL_GPL(gpiod_get_optional);
/drivers/extcon/
Dextcon-arizona.c1439 info->micd_pol_gpio = gpiod_get_optional(arizona->dev, in arizona_extcon_probe()