Searched refs:gpiod_get (Results 1 – 8 of 8) sorted by relevance
/linux-4.4.14/Documentation/gpio/ |
D | board.txt | 25 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);
|
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, 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/ |
D | pwrseq_emmc.c | 79 pwrseq->reset_gpio = gpiod_get(dev, "reset", GPIOD_OUT_LOW); in mmc_pwrseq_emmc_alloc()
|
/linux-4.4.14/include/linux/gpio/ |
D | consumer.h | 50 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/ |
D | enumeration.txt | 320 irq_desc = gpiod_get(dev, "irq"); 324 power_desc = gpiod_get(dev, "power");
|
/linux-4.4.14/drivers/gpio/ |
D | gpiolib.c | 2040 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/ |
D | i2c-hid.c | 975 ihid->desc = gpiod_get(&client->dev, NULL, GPIOD_IN); in i2c_hid_probe()
|
/linux-4.4.14/drivers/gpu/drm/i915/ |
D | intel_dsi.c | 1210 gpiod_get(dev->dev, "panel", GPIOD_OUT_HIGH); in intel_dsi_init()
|