Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/mfd/
Dtwl4030-power.c466 struct twl4030_script *tscript, in load_twl4030_script()
711 static struct twl4030_script omap3_wrst_script = {
717 static struct twl4030_script *omap3_reset_scripts[] = {
741 static struct twl4030_script omap3_idle_sleep_on_script = {
752 static struct twl4030_script omap3_idle_wakeup_p12_script = {
764 static struct twl4030_script omap3_idle_wakeup_p3_script = {
770 static struct twl4030_script *omap3_idle_scripts[] = {
/linux-4.4.14/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.4.14/include/linux/i2c/
Dtwl.h652 struct twl4030_script { struct
672 struct twl4030_script **scripts; argument