Searched defs:umidi_chan (Results 1 – 1 of 1) sorted by relevance
303 struct umidi_chan { struct304 struct umidi_sub_chan sub[UMIDI_EMB_JACK_MAX];305 struct mtx mtx;307 struct usb_xfer *xfer[UMIDI_N_TRANSFER];309 uint8_t iface_index;310 uint8_t iface_alt_index;312 uint8_t read_open_refcount;313 uint8_t write_open_refcount;315 uint8_t curr_cable;316 uint8_t max_emb_jack;[all …]