Searched refs:_consumers (Results 1 – 1 of 1) sorted by relevance
940 struct regulator_bulk_data *_consumers = NULL; in of_regulator_bulk_get_all() local954 if (!_consumers) { in of_regulator_bulk_get_all()965 _consumers[n].consumer = tmp; in of_regulator_bulk_get_all()970 if (_consumers) { in of_regulator_bulk_get_all()971 *consumers = _consumers; in of_regulator_bulk_get_all()976 _consumers = kmalloc_array(num_consumers, in of_regulator_bulk_get_all()979 if (!_consumers) in of_regulator_bulk_get_all()985 regulator_put(_consumers[n].consumer); in of_regulator_bulk_get_all()986 kfree(_consumers); in of_regulator_bulk_get_all()