Home
last modified time | relevance | path

Searched refs:gpiod_get (Results 1 – 8 of 8) sorted by relevance

/linux-4.4.14/Documentation/gpio/
Dboard.txt25 through gpiod_get(). For example:
50 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
55 The second parameter of the gpiod_get() functions, the con_id string, has to be
122 can be NULL, in which case it will be matched for calls to gpiod_get()
162 power = gpiod_get(dev, "power", GPIOD_OUT_HIGH);
Dconsumer.txt28 gpiod_get() functions. Like many other kernel subsystems, gpiod_get() takes the
32 struct gpio_desc *gpiod_get(struct device *dev, const char *con_id,
146 direction-setting flags have been given to gpiod_get*(), this is done by
314 descriptors may be obtained using any combination of gpiod_get() and
/linux-4.4.14/drivers/mmc/core/
Dpwrseq_emmc.c79 pwrseq->reset_gpio = gpiod_get(dev, "reset", GPIOD_OUT_LOW); in mmc_pwrseq_emmc_alloc()
/linux-4.4.14/include/linux/gpio/
Dconsumer.h50 struct gpio_desc *__must_check gpiod_get(struct device *dev,
149 static inline struct gpio_desc *__must_check gpiod_get(struct device *dev, in gpiod_get() function
/linux-4.4.14/Documentation/acpi/
Denumeration.txt320 irq_desc = gpiod_get(dev, "irq");
324 power_desc = gpiod_get(dev, "power");
/linux-4.4.14/drivers/gpio/
Dgpiolib.c2040 struct gpio_desc *__must_check gpiod_get(struct device *dev, const char *con_id, in gpiod_get() function
2045 EXPORT_SYMBOL_GPL(gpiod_get);
/linux-4.4.14/drivers/hid/i2c-hid/
Di2c-hid.c975 ihid->desc = gpiod_get(&client->dev, NULL, GPIOD_IN); in i2c_hid_probe()
/linux-4.4.14/drivers/gpu/drm/i915/
Dintel_dsi.c1210 gpiod_get(dev->dev, "panel", GPIOD_OUT_HIGH); in intel_dsi_init()