Searched refs:gpiod_get (Results 1 – 5 of 5) sorted by relevance
/linux-4.1.27/Documentation/gpio/ |
D | board.txt | 25 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");
|
D | consumer.txt | 28 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/ |
D | enumeration.txt | 320 irq_desc = gpiod_get(dev, "irq"); 324 power_desc = gpiod_get(dev, "power");
|
/linux-4.1.27/include/linux/gpio/ |
D | consumer.h | 435 #define gpiod_get(varargs...) __gpiod_get(varargs, GPIOD_ASIS) macro
|
/linux-4.1.27/drivers/hid/i2c-hid/ |
D | i2c-hid.c | 973 ihid->desc = gpiod_get(&client->dev, NULL, GPIOD_IN); in i2c_hid_probe()
|