Home
last modified time | relevance | path

Searched refs:twl4030_script (Results 1 – 3 of 3) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dtwl4030-power.c462 static int load_twl4030_script(struct twl4030_script *tscript, in load_twl4030_script()
707 static struct twl4030_script omap3_wrst_script = {
713 static struct twl4030_script *omap3_reset_scripts[] = {
737 static struct twl4030_script omap3_idle_sleep_on_script = {
748 static struct twl4030_script omap3_idle_wakeup_p12_script = {
760 static struct twl4030_script omap3_idle_wakeup_p3_script = {
766 static struct twl4030_script *omap3_idle_scripts[] = {
/linux-4.1.27/arch/arm/mach-omap2/
Dboard-rx51-peripherals.c797 static struct twl4030_script sleep_on_script __initdata = {
810 static struct twl4030_script wakeup_script __initdata = {
823 static struct twl4030_script wakeup_p3_script __initdata = {
849 static struct twl4030_script wrst_script __initdata = {
855 static struct twl4030_script *twl4030_scripts[] __initdata = {
/linux-4.1.27/include/linux/i2c/
Dtwl.h652 struct twl4030_script { struct
672 struct twl4030_script **scripts; argument