Linux Kernel
3.7.1
|
#include <consumer.h>
Data Fields | |
const char * | supply |
struct regulator * | consumer |
int | ret |
struct regulator_bulk_data - Data used for bulk regulator operations.
: The name of the supply. Initialised by the user before using the bulk regulator APIs. : The regulator consumer for the supply. This will be managed by the bulk API.
The regulator APIs provide a series of regulator_bulk_() API calls as a convenience to consumers which require multiple supplies. This structure is used to manage data for these calls.
Definition at line 123 of file consumer.h.
Definition at line 125 of file consumer.h.
int ret |
Definition at line 128 of file consumer.h.
Definition at line 124 of file consumer.h.