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

/linux-master/drivers/input/keyboard/
H A Dlkkbd.c314 static unsigned char volume_to_hw(int volume_percent) argument
318 if (volume_percent < 0)
319 volume_percent = 0;
320 if (volume_percent > 100)
321 volume_percent = 100;
323 if (volume_percent >= 0)
325 if (volume_percent >= 13) /* 12.5 */
327 if (volume_percent >= 25)
329 if (volume_percent >= 38) /* 37.5 */
331 if (volume_percent >
[all...]

Completed in 113 milliseconds