Name

regulator_bulk_free — free multiple regulator consumers

Synopsis

void regulator_bulk_free (int num_consumers, struct regulator_bulk_data * consumers);

Arguments

num_consumers

Number of consumers

consumers

Consumer data; clients are stored here.

Description

This convenience API allows consumers to free multiple regulator clients in a single API call.