Home
last modified time | relevance | path

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

/linux-4.1.27/drivers/extcon/
Dextcon-arizona.c116 static const int arizona_micd_levels[] = { variable
1262 BUILD_BUG_ON(ARRAY_SIZE(arizona_micd_levels) != 0x40); in arizona_extcon_probe()
1295 for (j = 0; j < ARRAY_SIZE(arizona_micd_levels); j++) in arizona_extcon_probe()
1296 if (arizona_micd_levels[j] >= info->micd_ranges[i].max) in arizona_extcon_probe()
1299 if (j == ARRAY_SIZE(arizona_micd_levels)) { in arizona_extcon_probe()
1307 arizona_micd_levels[j], i); in arizona_extcon_probe()