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

/linux-master/drivers/leds/
H A Dleds-pca963x.c251 unsigned long time_on, time_off, period; local
257 time_on = *delay_on;
261 if (!time_on && !time_off) {
262 time_on = 500;
266 period = pca963x_period_scale(led, time_on + time_off);
271 time_on = 500;
278 * (time_on / period) = (GDC / 256) ->
279 * GDC = ((time_on * 256) / period)
281 gdc = (pca963x_period_scale(led, time_on) * 256) / period;
297 *delay_on = time_on;
[all...]
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dqlink.h1694 * @QLINK_CHAN_STAT_TIME_ON: time_on value is valid.
1721 * @time_on: amount of time radio operated on that channel.
1730 __le64 time_on; member in struct:qlink_chan_stats
H A Dcommands.c2372 if (qtnf_chan_stat_avail(time_on, QLINK_CHAN_STAT_TIME_ON)) {
2374 survey->time = le64_to_cpu(stats->time_on);

Completed in 208 milliseconds