Home
last modified time | relevance | path

Searched refs:TWL4030_RESCONFIG_UNDEF (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/mfd/
Dtwl4030-power.c395 if (rconfig->devgroup != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource()
415 if (rconfig->type != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource()
420 if (rconfig->type2 != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource()
441 if (rconfig->remap_off != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource()
446 if (rconfig->remap_sleep != TWL4030_RESCONFIG_UNDEF) { in twl4030_configure_resource()
782 TWL_REMAP_SLEEP(RES_VAUX1, TWL4030_RESCONFIG_UNDEF, 0, 0),
783 TWL_REMAP_SLEEP(RES_VAUX2, TWL4030_RESCONFIG_UNDEF, 0, 0),
784 TWL_REMAP_SLEEP(RES_VAUX3, TWL4030_RESCONFIG_UNDEF, 0, 0),
785 TWL_REMAP_SLEEP(RES_VAUX4, TWL4030_RESCONFIG_UNDEF, 0, 0),
786 TWL_REMAP_SLEEP(RES_VMMC1, TWL4030_RESCONFIG_UNDEF, 0, 0),
[all …]
/linux-4.1.27/include/linux/i2c/
Dtwl.h676 #define TWL4030_RESCONFIG_UNDEF ((u8)-1) macro