Home
last modified time | relevance | path

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

/linux-4.1.27/Documentation/gpio/
Dboard.txt25 through gpiod_get(). For example:
46 power = gpiod_get(dev, "power");
109 can be NULL, in which case it will be matched for calls to gpiod_get()
149 power = gpiod_get(dev, "power");
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,
143 direction-setting flags have been given to gpiod_get*(), this is done by
278 descriptors may be obtained using any combination of gpiod_get() and
/linux-4.1.27/Documentation/acpi/
Denumeration.txt320 irq_desc = gpiod_get(dev, "irq");
324 power_desc = gpiod_get(dev, "power");
/linux-4.1.27/include/linux/gpio/
Dconsumer.h435 #define gpiod_get(varargs...) __gpiod_get(varargs, GPIOD_ASIS) macro
/linux-4.1.27/drivers/hid/i2c-hid/
Di2c-hid.c973 ihid->desc = gpiod_get(&client->dev, NULL, GPIOD_IN); in i2c_hid_probe()