Lines Matching refs:consumers
730 * of_regulator_bulk_get_all - get multiple regulator consumers
733 * @np: device node to search for consumers
734 * @consumers: Configuration of consumers; clients are stored here.
739 * consumers in one operation. If any of the regulators cannot be
744 struct regulator_bulk_data **consumers)
752 *consumers = NULL;
756 * second pass: fill consumers
763 if (!*consumers) {
774 (*consumers)[n].consumer = tmp;
779 if (*consumers)
783 *consumers = kmalloc_array(num_consumers,
786 if (!*consumers)
792 regulator_put(consumers[n]->consumer);