Linux Kernel
3.7.1
|
#include <linux/kernel.h>
#include <linux/device.h>
#include <linux/init.h>
#include <linux/debugfs.h>
#include <linux/module.h>
#include <linux/string.h>
#include <mach/vreg.h>
#include "proc_comm.h"
Go to the source code of this file.
Data Structures | |
struct | vreg |
Macros | |
#define | VREG(_name, _id, _status, _refcnt) { .name = _name, .id = _id, .status = _status, .refcnt = _refcnt } |
Functions | |
struct vreg * | vreg_get (struct device *dev, const char *id) |
void | vreg_put (struct vreg *vreg) |
int | vreg_enable (struct vreg *vreg) |
int | vreg_disable (struct vreg *vreg) |
int | vreg_set_level (struct vreg *vreg, unsigned mv) |