Linux Kernel
3.7.1
|
#include <linux/i2c.h>
#include <linux/i2c/twl.h>
#include <linux/gpio.h>
#include <linux/regulator/machine.h>
#include <linux/regulator/fixed.h>
#include <plat/i2c.h>
#include <plat/usb.h>
#include "soc.h"
#include "twl-common.h"
#include "pm.h"
#include "voltage.h"
#include "mux.h"
Go to the source code of this file.
Functions | |
void __init | omap_pmic_init (int bus, u32 clkrate, const char *pmic_type, int pmic_irq, struct twl4030_platform_data *pmic_data) |
void __init | omap4_pmic_init (const char *pmic_type, struct twl4030_platform_data *pmic_data, struct i2c_board_info *devices, int nr_devices) |
void __init | omap_pmic_late_init (void) |
void __init | omap_twl4030_audio_init (char *card_name) |
void __init omap4_pmic_init | ( | const char * | pmic_type, |
struct twl4030_platform_data * | pmic_data, | ||
struct i2c_board_info * | devices, | ||
int | nr_devices | ||
) |
Definition at line 70 of file twl-common.c.
void __init omap_pmic_init | ( | int | bus, |
u32 | clkrate, | ||
const char * | pmic_type, | ||
int | pmic_irq, | ||
struct twl4030_platform_data * | pmic_data | ||
) |
Definition at line 57 of file twl-common.c.
Definition at line 84 of file twl-common.c.
Definition at line 551 of file twl-common.c.