Home
last modified time | relevance | path

Searched refs:_consumers (Results 1 – 1 of 1) sorted by relevance

/linux/drivers/regulator/
H A Dof_regulator.c940 struct regulator_bulk_data *_consumers = NULL; in of_regulator_bulk_get_all() local
954 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_objs(struct regulator_bulk_data, num_consumers); in of_regulator_bulk_get_all()
977 if (!_consumers) in of_regulator_bulk_get_all()
983 regulator_put(_consumers[n].consumer); in of_regulator_bulk_get_all()
984 kfree(_consumers); in of_regulator_bulk_get_all()