Searched refs:gpiod_get_array (Results 1 – 5 of 5) sorted by relevance
/Linux-v5.4/drivers/net/phy/ |
D | mdio-mux-gpio.c | 45 gpios = gpiod_get_array(&pdev->dev, NULL, GPIOD_OUT_LOW); in mdio_mux_gpio_probe()
|
/Linux-v5.4/Documentation/driver-api/gpio/ |
D | consumer.rst | 107 struct gpio_descs *gpiod_get_array(struct device *dev, 165 from an array acquired with gpiod_get_array(). 367 * array_info - optional information obtained from gpiod_get_array() 371 The descriptor array can be obtained using the gpiod_get_array() function 374 the struct gpio_descs returned by gpiod_get_array():: 376 struct gpio_descs *my_gpio_descs = gpiod_get_array(...); 382 gpiod_get_array(). Afterwards the array of descriptors has to be setup 391 array function matches the one obtained from gpiod_get_array() and array_info
|
/Linux-v5.4/include/linux/gpio/ |
D | consumer.h | 78 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, 222 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() function
|
/Linux-v5.4/drivers/gpio/ |
D | gpiolib-devres.c | 295 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
|
D | gpiolib.c | 4730 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function 4842 EXPORT_SYMBOL_GPL(gpiod_get_array); 4860 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()
|