Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/usb/dwc3/
Ddwc3-pci.c95 gpio = gpiod_get_optional(&pdev->dev, "cs", GPIOD_OUT_LOW); in dwc3_pci_quirks()
102 gpio = gpiod_get_optional(&pdev->dev, "reset", GPIOD_OUT_LOW); in dwc3_pci_quirks()
/linux-4.4.14/include/linux/gpio/
Dconsumer.h57 struct gpio_desc *__must_check gpiod_get_optional(struct device *dev,
165 gpiod_get_optional(struct device *dev, const char *con_id, in gpiod_get_optional() function
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt60 pattern where a GPIO is optional, the gpiod_get_optional() and
64 struct gpio_desc *gpiod_get_optional(struct device *dev,
/linux-4.4.14/drivers/gpio/
Dgpiolib.c2057 struct gpio_desc *__must_check gpiod_get_optional(struct device *dev, in gpiod_get_optional() function
2063 EXPORT_SYMBOL_GPL(gpiod_get_optional);
/linux-4.4.14/drivers/extcon/
Dextcon-arizona.c1371 info->micd_pol_gpio = gpiod_get_optional(arizona->dev, in arizona_extcon_probe()