Home
last modified time | relevance | path

Searched refs:tmr_device (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/sound/core/
H A Dtimer.c186 if (timer->tmr_device != tid->device) in snd_timer_find()
969 timer->tmr_device = tid->device; in snd_timer_new()
1050 if (timer1->tmr_device > timer->tmr_device) in snd_timer_dev_register()
1052 if (timer1->tmr_device < timer->tmr_device) in snd_timer_dev_register()
1267 snd_iprintf(buffer, "G%i: ", timer->tmr_device); in snd_timer_proc_read()
1271 timer->card->number, timer->tmr_device); in snd_timer_proc_read()
1275 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1280 timer->tmr_device, timer->tmr_subdevice); in snd_timer_proc_read()
1560 id->device = timer->tmr_device; in snd_timer_user_copy_id()
1591 if (timer->tmr_device >= id.device) { in snd_timer_user_next_device()
[all …]
/openbmc/linux/include/sound/
H A Dtimer.h61 int tmr_device; member