HomeSort by: relevance | last modified time | path
    Searched refs:midictl (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/dev/
midictl.h 1 /* $NetBSD: midictl.h,v 1.4 2011/11/23 23:07:31 jmcneill Exp $ */
62 * on the same midictl are unsupported, with one exception: calls back into
63 * midictl from a notify handler it has called are permitted. If you are
91 * data, accept_any_ctl_rpn can be set to 1 in the midictl structure, and
161 } midictl; typedef in typeref:struct:__anona7dcc7c50208
164 midictl_open(midictl *);
167 midictl_close(midictl *);
177 * midictl_change(midictl *mc, uint_fast8_t chan, uint8_t *ctlval);
180 midictl_change(midictl *, uint_fast8_t, uint8_t *);
191 * midictl_read(midictl *mc, uint_fast8_t chan
    [all...]
midictl.c 1 /* $NetBSD: midictl.c,v 1.10 2022/10/31 20:35:02 andvar Exp $ */
32 __KERNEL_RCSID(0, "$NetBSD: midictl.c,v 1.10 2022/10/31 20:35:02 andvar Exp $");
35 * See midictl.h for an overview of the purpose and use of this module.
45 #include "midictl.h"
80 static void reset_all_controllers(midictl *mc, uint_fast8_t chan);
81 static void enter14(midictl *mc, uint_fast8_t chan, class c,
83 static uint_fast16_t read14(midictl *mc, uint_fast8_t chan, class c,
92 * by store_locate on this store. That works because reentrancy of midictl
170 midictl_open(midictl *mc)
187 printf("midictl: cannot create kthread, error = %d\n", error)
    [all...]
midisynvar.h 35 #include "midictl.h"
127 * Reports any of the events on channel 'chan' that midictl (which see)
140 * which will ensure that midictl tracks them.
172 * driver interacts with midictl it should do so synchronously, when
176 midictl ctl;
midisyn.c 270 ms->ctl = (midictl) {
  /src/sys/modules/midi_seq/
Makefile 12 midictl.c \

Completed in 14 milliseconds