Home
last modified time | relevance | path

Searched refs:gpiod_get_array (Results 1 – 6 of 6) sorted by relevance

/linux-4.4.14/drivers/net/phy/
Dmdio-mux-gpio.c53 s->gpios = gpiod_get_array(&pdev->dev, NULL, GPIOD_OUT_LOW); in mdio_mux_gpio_probe()
/linux-4.4.14/include/linux/gpio/
Dconsumer.h64 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
179 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() function
/linux-4.4.14/Documentation/gpio/
Dconsumer.txt75 struct gpio_descs *gpiod_get_array(struct device *dev,
131 from an array acquired with gpiod_get_array().
304 The descriptor array can be obtained using the gpiod_get_array() function
307 the struct gpio_descs returned by gpiod_get_array():
309 struct gpio_descs *my_gpio_descs = gpiod_get_array(...);
315 gpiod_get_array(). Afterwards the array of descriptors has to be setup
/linux-4.4.14/drivers/mmc/core/
Dpwrseq_simple.c114 pwrseq->reset_gpios = gpiod_get_array(dev, "reset", GPIOD_OUT_HIGH); in mmc_pwrseq_simple_alloc()
/linux-4.4.14/drivers/gpio/
Ddevres.c224 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
Dgpiolib.c2349 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function
2377 EXPORT_SYMBOL_GPL(gpiod_get_array);
2395 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()