Searched refs:gpiod_get_optional (Results 1 – 5 of 5) sorted by relevance
/linux-4.4.14/drivers/usb/dwc3/ |
D | dwc3-pci.c | 95 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/ |
D | consumer.h | 57 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/ |
D | consumer.txt | 60 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/ |
D | gpiolib.c | 2057 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/ |
D | extcon-arizona.c | 1371 info->micd_pol_gpio = gpiod_get_optional(arizona->dev, in arizona_extcon_probe()
|