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

/netgear-R7000-V1.0.7.12_1.2.5/components/opensource/linux/linux-2.6.36/drivers/input/keyboard/
H A Dlkkbd.c330 static unsigned char volume_to_hw(int volume_percent) argument
334 if (volume_percent < 0)
335 volume_percent = 0;
336 if (volume_percent > 100)
337 volume_percent = 100;
339 if (volume_percent >= 0)
341 if (volume_percent >= 13) /* 12.5 */
343 if (volume_percent >= 25)
345 if (volume_percent >= 38) /* 37.5 */
347 if (volume_percent >
[all...]

Completed in 55 milliseconds