···132132 * @index: index of the GPIO to obtain in the consumer133133 * @child: firmware node (child of @dev)134134 * @flags: GPIO initialization flags135135+ * @label: label to attach to the requested GPIO135136 *136137 * GPIO descriptors returned from this function are automatically disposed on137138 * driver detach.···272271273272/**274273 * devm_gpiod_put - Resource-managed gpiod_put()274274+ * @dev: GPIO consumer275275 * @desc: GPIO descriptor to dispose of276276 *277277 * Dispose of a GPIO descriptor obtained with devm_gpiod_get() or···288286289287/**290288 * devm_gpiod_put_array - Resource-managed gpiod_put_array()289289+ * @dev: GPIO consumer291290 * @descs: GPIO descriptor array to dispose of292291 *293292 * Dispose of an array of GPIO descriptors obtained with devm_gpiod_get_array().