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

  /src/sys/dev/
midictl.h 91 * data, accept_any_ctl_rpn can be set to 1 in the midictl structure, and
113 * controllers it cares about, to ensure (if the accept_any_ctl_rpn flag is not
151 uint_fast8_t accept_any_ctl_rpn:1; /* 0 ==> ignore chgs for unqueried */ member in struct:__anona7dcc7c50208
185 * and accept_any_ctl_rpn is false, any earlier change message for it
midictl.c 309 if ( !mc->accept_any_ctl_rpn ) {
322 if ( !mc->accept_any_ctl_rpn ) {
458 if ( !((NRPN==c)? mc->accept_any_nrpn: mc->accept_any_ctl_rpn) )

Completed in 17 milliseconds