Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/net/phy/
Dmdio-mux-gpio.c50 gpios = gpiod_get_array(&pdev->dev, NULL, GPIOD_OUT_LOW); in mdio_mux_gpio_probe()
/Linux-v4.19/include/linux/gpio/
Dconsumer.h68 struct gpio_descs *__must_check gpiod_get_array(struct device *dev,
207 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() function
/Linux-v4.19/Documentation/driver-api/gpio/
Dconsumer.rst107 struct gpio_descs *gpiod_get_array(struct device *dev,
163 from an array acquired with gpiod_get_array().
362 The descriptor array can be obtained using the gpiod_get_array() function
365 the struct gpio_descs returned by gpiod_get_array()::
367 struct gpio_descs *my_gpio_descs = gpiod_get_array(...);
373 gpiod_get_array(). Afterwards the array of descriptors has to be setup
/Linux-v4.19/drivers/gpio/
Ddevres.c277 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
Dgpiolib.c4168 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function
4195 EXPORT_SYMBOL_GPL(gpiod_get_array);
4213 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()