sequencer.c | 145 static int seq_do_command(struct sequencer_softc *, seq_event_t *); 465 seq_do_command(sc, &cmd); 806 error = seq_do_command(sc, (seq_event_t *)addr); 1050 seq_do_command(struct sequencer_softc *sc, seq_event_t *b) function in typeref:typename:int 1056 DPRINTFN(4, ("seq_do_command: %p cmd=0x%02x\n", sc, b->timing.op)); 1076 DPRINTFN(-1,("seq_do_command: unimpl command %02x\n", b->tag));
|