Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Fields
regulator_bulk_data Struct Reference

#include <consumer.h>

Data Fields

const charsupply
 
struct regulatorconsumer
 
int ret
 

Detailed Description

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.

Field Documentation

struct regulator* consumer

Definition at line 125 of file consumer.h.

int ret

Definition at line 128 of file consumer.h.

const char* supply

Definition at line 124 of file consumer.h.


The documentation for this struct was generated from the following file: