Home
last modified time | relevance | path

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

/dragonfly/sys/sys/
H A Dsoundcard.h574 #define SEQ_SYNCTIMER TMR_START
1251 #define TMR_START 4 macro
1463 #define SEQ_START_TIMER() _TIMER_EVENT(TMR_START, 0)
/dragonfly/sys/dev/sound/midi/
H A Dsequencer.c242 {TMR_START, "TMR_START"},
1080 (event[1] == TMR_START || event[1] == TMR_STOP)) { in seq_write()
1179 event[1] = TMR_START; in seq_ioctl()
1908 case TMR_START: in seq_timing()