Searched refs:gpiod_get_array (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/include/linux/gpio/ |
H A D | consumer.h | 23 * is attached to struct gpiod_descs obtained from gpiod_get_array() and can be 31 * gpiod_get_array(). 79 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, 231 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() function
|
/kernel/linux/linux-6.6/include/linux/gpio/ |
H A D | consumer.h | 17 * obtained using gpiod_get_array() 77 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, 227 gpiod_get_array(struct device *dev, const char *con_id, in gpiod_get_array() function
|
/kernel/linux/linux-6.6/drivers/gpio/ |
H A D | gpiolib-devres.c | 202 * devm_gpiod_get_array - Resource-managed gpiod_get_array() 207 * Managed gpiod_get_array(). GPIO descriptors returned from this function are 208 * automatically disposed on driver detach. See gpiod_get_array() for detailed 223 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
|
H A D | gpiolib.c | 2857 * have been obtained from the same gpiod_get_array() call. in gpiod_get_array_value_complex() 3154 * have been obtained from the same gpiod_get_array() call. in gpiod_set_array_value_complex() 4356 * gpiod_get_array - obtain multiple GPIOs from a multi-index GPIO function 4367 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function 4480 EXPORT_SYMBOL_GPL(gpiod_get_array); variable 4489 * This is equivalent to gpiod_get_array(), except that when no GPIO was 4498 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()
|
/kernel/linux/linux-5.10/drivers/gpio/ |
H A D | gpiolib-devres.c | 259 * devm_gpiod_get_array - Resource-managed gpiod_get_array() 264 * Managed gpiod_get_array(). GPIO descriptors returned from this function are 265 * automatically disposed on driver detach. See gpiod_get_array() for detailed 280 descs = gpiod_get_array(dev, con_id, flags); in devm_gpiod_get_array()
|
H A D | gpiolib.c | 2697 * have been obtained from the same gpiod_get_array() call. in gpiod_get_array_value_complex() 2983 * have been obtained from the same gpiod_get_array() call. in gpiod_set_array_value_complex() 4215 * gpiod_get_array - obtain multiple GPIOs from a multi-index GPIO function 4226 struct gpio_descs *__must_check gpiod_get_array(struct device *dev, in gpiod_get_array() function 4338 EXPORT_SYMBOL_GPL(gpiod_get_array); variable 4347 * This is equivalent to gpiod_get_array(), except that when no GPIO was 4356 descs = gpiod_get_array(dev, con_id, flags); in gpiod_get_array_optional()
|
Completed in 17 milliseconds