Lines Matching full:consumers
742 * of_regulator_bulk_get_all - get multiple regulator consumers
745 * @np: device node to search for consumers
746 * @consumers: Configuration of consumers; clients are stored here.
751 * consumers in one operation. If any of the regulators cannot be
756 struct regulator_bulk_data **consumers) in of_regulator_bulk_get_all() argument
764 *consumers = NULL; in of_regulator_bulk_get_all()
768 * second pass: fill consumers in of_regulator_bulk_get_all()
775 if (!*consumers) { in of_regulator_bulk_get_all()
786 (*consumers)[n].consumer = tmp; in of_regulator_bulk_get_all()
791 if (*consumers) in of_regulator_bulk_get_all()
795 *consumers = kmalloc_array(num_consumers, in of_regulator_bulk_get_all()
798 if (!*consumers) in of_regulator_bulk_get_all()
804 regulator_put(consumers[n]->consumer); in of_regulator_bulk_get_all()