Searched refs:asc7621_pwm_freq_map (Results 1 – 1 of 1) sorted by relevance
653 static const u32 asc7621_pwm_freq_map[] = { variable667 return sprintf(buf, "%u\n", asc7621_pwm_freq_map[regval]); in show_pwm_freq()682 for (i = 0; i < ARRAY_SIZE(asc7621_pwm_freq_map); i++) { in store_pwm_freq()683 if (reqval == asc7621_pwm_freq_map[i]) { in store_pwm_freq()