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

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

Completed in 66 milliseconds