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

/netbsd-current/sys/dev/
H A Dsequencer.c145 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
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));

Completed in 275 milliseconds