Searched refs:tfreq (Results 1 - 1 of 1) sorted by last modified time

/linux-master/drivers/leds/rgb/
H A Dleds-mt6370-rgb.c138 const unsigned int *tfreq; member in struct:mt6370_pdata
225 .tfreq = common_tfreqs,
233 .tfreq = mt6372_tfreqs,
312 if (tsum > pdata->tfreq[0] || tsum < pdata->tfreq[tfreq_len - 1])
315 sel = find_closest_descending(tsum, pdata->tfreq, tfreq_len);

Completed in 138 milliseconds