Searched refs:rv3028_trickle_resistors (Results 1 – 1 of 1) sorted by relevance
99 static u16 rv3028_trickle_resistors[] = {3000, 5000, 9000, 15000}; variable868 for (i = 0; i < ARRAY_SIZE(rv3028_trickle_resistors); i++) in rv3028_probe()869 if (ohms == rv3028_trickle_resistors[i]) in rv3028_probe()872 if (i < ARRAY_SIZE(rv3028_trickle_resistors)) { in rv3028_probe()