tag | line | file | source code |
---|---|---|---|
usecs_per_tmr | 42 | drivers/sound/sound_timer.c | static volatile unsigned long usecs_per_tmr; /* Length of the current interval */ |
usecs_per_tmr | 56 | drivers/sound/sound_timer.c | tmp = tmr_value * usecs_per_tmr; /* Convert to usecs */ |
usecs_per_tmr | 76 | drivers/sound/sound_timer.c | usecs_per_tmr = tmr->tmr_start (tmr->dev, usecs_per_tick); |
usecs_per_tmr | 90 | drivers/sound/sound_timer.c | usecs_per_tmr = new_usecs; |